@flowcore/cli 4.10.0 → 4.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -10,6 +10,13 @@
10
10
 
11
11
  * added description to start that includes week ([58687a7](https://github.com/flowcore-io/flowcore-cli/commit/58687a7bbb66aaa5d6da26af88e555cbb1e72467))
12
12
 
13
+ ## [4.10.1](https://github.com/flowcore-io/flowcore-cli/compare/v4.10.0...v4.10.1) (2024-11-01)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * update plugin core ([c1f2c25](https://github.com/flowcore-io/flowcore-cli/commit/c1f2c258eee8367ce74c0a8a05575ff3442b806d))
19
+
13
20
  ## [4.10.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.9.1...v4.10.0) (2024-10-25)
14
21
 
15
22
 
package/README.md CHANGED
@@ -18,7 +18,7 @@ $ npm install -g @flowcore/cli
18
18
  $ flowcore COMMAND
19
19
  running command...
20
20
  $ flowcore (--version)
21
- @flowcore/cli/4.10.0 linux-x64 node-v20.18.0
21
+ @flowcore/cli/4.10.1 linux-x64 node-v20.18.0
22
22
  $ flowcore --help [COMMAND]
23
23
  USAGE
24
24
  $ flowcore COMMAND
@@ -99,7 +99,7 @@ EXAMPLES
99
99
  $ flowcore apply -f ./path/to/manifest.yml
100
100
  ```
101
101
 
102
- _See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.10.0/src/commands/apply.ts)_
102
+ _See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.10.1/src/commands/apply.ts)_
103
103
 
104
104
  ## `flowcore auth delete key API_KEY_NAME`
105
105
 
@@ -483,7 +483,7 @@ EXAMPLES
483
483
  cat ./path/to/manifest.yml | flowcore delete -f -
484
484
  ```
485
485
 
486
- _See code: [src/commands/delete.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.10.0/src/commands/delete.ts)_
486
+ _See code: [src/commands/delete.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.10.1/src/commands/delete.ts)_
487
487
 
488
488
  ## `flowcore diff`
489
489
 
@@ -504,7 +504,7 @@ EXAMPLES
504
504
  $ flowcore diff -f ./path/to/manifest.yml
505
505
  ```
506
506
 
507
- _See code: [src/commands/diff.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.10.0/src/commands/diff.ts)_
507
+ _See code: [src/commands/diff.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.10.1/src/commands/diff.ts)_
508
508
 
509
509
  ## `flowcore generate nextjs-entity NAME`
510
510
 
@@ -649,7 +649,7 @@ EXAMPLES
649
649
  $ flowcore info
650
650
  ```
651
651
 
652
- _See code: [src/commands/info.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.10.0/src/commands/info.ts)_
652
+ _See code: [src/commands/info.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.10.1/src/commands/info.ts)_
653
653
 
654
654
  ## `flowcore login`
655
655
 
@@ -1290,20 +1290,22 @@ Stream events from a datacore running on the Flowcore Platform and output them t
1290
1290
 
1291
1291
  ```
1292
1292
  USAGE
1293
- $ flowcore stream STREAM [-e <value>] [-j] [-l] [-m <value>] [-p] [-c] [-s <value>] [--profile <value>]
1293
+ $ flowcore stream STREAM [-e <value>] [-j] [-l] [-m <value>] [-p] [-c] [-s <value>] [-z <value>]
1294
+ [--profile <value>]
1294
1295
 
1295
1296
  ARGUMENTS
1296
1297
  STREAM stream url to connect to
1297
1298
 
1298
1299
  FLAGS
1299
- -c, --scan Scan the full time range
1300
- -e, --end=<value> End time to stream to, example: 2024-07-08T12:20:44Z, 1y, 1m, 1w, 1d, 1h, now
1301
- -j, --json Output json only
1302
- -l, --[no-]live Change to live mode when reaching last time bucket
1303
- -m, --max=<value> Maximum number of events to send to the destination
1304
- -p, --payload Only send the event payload to the destination
1305
- -s, --start=<value> Start time bucket to stream from, example: (2024-07-08T12:20:44Z, 1y, 1m, 1w, 1d, 1h, now)
1306
- --profile=<value> Specify the configuration profile to use
1300
+ -c, --scan Scan the full time range
1301
+ -e, --end=<value> End time to stream to, example: 2024-07-08T12:20:44Z, 1y, 1m, 1w, 1d, 1h, now
1302
+ -j, --json Output json only
1303
+ -l, --[no-]live Change to live mode when reaching last time bucket
1304
+ -m, --max=<value> Maximum number of events to send to the destination
1305
+ -p, --payload Only send the event payload to the destination
1306
+ -s, --start=<value> Start time bucket to stream from, example: (2024-07-08T12:20:44Z, 1y, 1m, 1w, 1d, 1h, now)
1307
+ -z, --pageSize=<value> [default: 10000] Number of events to fetch per page
1308
+ --profile=<value> Specify the configuration profile to use
1307
1309
 
1308
1310
  DESCRIPTION
1309
1311
  Stream events from a datacore running on the Flowcore Platform and output them to the console
@@ -1322,7 +1324,7 @@ EXAMPLES
1322
1324
  $ flowcore stream "https://flowcore.io/<org>/<data core>/<flow type>/[<event type1>,<event type2>,<event type3>].stream" -s 3m
1323
1325
  ```
1324
1326
 
1325
- _See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v4.8.0/src/commands/stream.ts)_
1327
+ _See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v4.9.0/src/commands/stream.ts)_
1326
1328
 
1327
1329
  ## `flowcore stream http STREAM`
1328
1330
 
@@ -1330,8 +1332,8 @@ Stream events from a datacore running on the Flowcore Platform and stream to a h
1330
1332
 
1331
1333
  ```
1332
1334
  USAGE
1333
- $ flowcore stream http STREAM [-e <value>] [-j] [-l] [-m <value>] [-p] [-c] [-s <value>] [--profile <value>]
1334
- [-d <value>] [-H <value>] [-t <value>]
1335
+ $ flowcore stream http STREAM [-e <value>] [-j] [-l] [-m <value>] [-p] [-c] [-s <value>] [-z <value>]
1336
+ [--profile <value>] [-d <value>] [-H <value>] [-t <value>]
1335
1337
 
1336
1338
  ARGUMENTS
1337
1339
  STREAM stream url to connect to
@@ -1347,6 +1349,7 @@ FLAGS
1347
1349
  -p, --payload Only send the event payload to the destination
1348
1350
  -s, --start=<value> Start time bucket to stream from, example: (2024-07-08T12:20:44Z, 1y, 1m, 1w, 1d, 1h, now)
1349
1351
  -t, --timeout=<value> [default: 5000] Timeout in milliseconds to wait for a response from the destination
1352
+ -z, --pageSize=<value> [default: 10000] Number of events to fetch per page
1350
1353
  --profile=<value> Specify the configuration profile to use
1351
1354
 
1352
1355
  DESCRIPTION
@@ -1364,7 +1367,7 @@ EXAMPLES
1364
1367
  $ flowcore stream http "https://flowcore.io/<org>/<data core>/<flow type>/[<event type1>,<event type2>,<event type3>].stream" -s 3m -d http://localhost:3000/transform
1365
1368
  ```
1366
1369
 
1367
- _See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v4.8.0/src/commands/stream/http.ts)_
1370
+ _See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v4.9.0/src/commands/stream/http.ts)_
1368
1371
 
1369
1372
  ## `flowcore version`
1370
1373
 
@@ -173,5 +173,5 @@
173
173
  ]
174
174
  }
175
175
  },
176
- "version": "4.10.0"
176
+ "version": "4.10.1"
177
177
  }
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "@flowcore/cli-plugin-ai": "^1.1.2",
9
9
  "@flowcore/cli-plugin-auth-management": "^1.2.2",
10
10
  "@flowcore/cli-plugin-config": "^2.4.1",
11
- "@flowcore/cli-plugin-core": "^4.8.0",
11
+ "@flowcore/cli-plugin-core": "^4.9.0",
12
12
  "@flowcore/cli-plugin-data-core": "^3.1.1",
13
13
  "@flowcore/cli-plugin-generator": "^1.6.0",
14
14
  "@flowcore/cli-plugin-scenario": "^4.1.2",
@@ -112,7 +112,7 @@
112
112
  "prestart": "npm run build",
113
113
  "update-schema": "rover graph introspect https://graph.api.staging.flowcore.io/graphql -o schema.gql"
114
114
  },
115
- "version": "4.10.0",
115
+ "version": "4.10.1",
116
116
  "bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
117
117
  "keywords": [
118
118
  "flowcore",