@flowcore/cli 4.14.0 → 4.14.2

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,21 @@
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.14.2](https://github.com/flowcore-io/flowcore-cli/compare/v4.14.1...v4.14.2) (2025-06-19)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **package:** :arrow_up: update @flowcore/cli-plugin-scenario to version 4.2.1 ([977e9d3](https://github.com/flowcore-io/flowcore-cli/commit/977e9d3ad172d70114c28133f0348a4c6a201df2))
19
+ * **package:** :arrow_up: update @flowcore/sdk to version 1.50.0 ([e40d63d](https://github.com/flowcore-io/flowcore-cli/commit/e40d63df2497919e43a17e6c816355c59c2614a5))
20
+
21
+ ## [4.14.1](https://github.com/flowcore-io/flowcore-cli/compare/v4.14.0...v4.14.1) (2025-06-06)
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * **package:** :arrow_up: update @flowcore/cli-plugin-core to version 5.7.0 ([c724dce](https://github.com/flowcore-io/flowcore-cli/commit/c724dcea1c9b7c625d199b1f5b443e1292442470))
27
+
13
28
  ## [4.14.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.13.5...v4.14.0) (2025-05-22)
14
29
 
15
30
 
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.14.0 linux-x64 node-v20.16.0
21
+ @flowcore/cli/4.14.2 linux-x64 node-v20.16.0
22
22
  $ flowcore --help [COMMAND]
23
23
  USAGE
24
24
  $ flowcore COMMAND
@@ -109,7 +109,7 @@ EXAMPLES
109
109
  $ flowcore apply -f ./path/to/manifest.yml
110
110
  ```
111
111
 
112
- _See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.14.0/src/commands/apply.ts)_
112
+ _See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.14.2/src/commands/apply.ts)_
113
113
 
114
114
  ## `flowcore auth delete key API_KEY_NAME`
115
115
 
@@ -562,7 +562,7 @@ EXAMPLES
562
562
  cat ./path/to/manifest.yml | flowcore delete -f -
563
563
  ```
564
564
 
565
- _See code: [src/commands/delete.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.14.0/src/commands/delete.ts)_
565
+ _See code: [src/commands/delete.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.14.2/src/commands/delete.ts)_
566
566
 
567
567
  ## `flowcore delete policy NAME`
568
568
 
@@ -629,7 +629,7 @@ EXAMPLES
629
629
  $ flowcore diff -f ./path/to/manifest.yml
630
630
  ```
631
631
 
632
- _See code: [src/commands/diff.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.14.0/src/commands/diff.ts)_
632
+ _See code: [src/commands/diff.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.14.2/src/commands/diff.ts)_
633
633
 
634
634
  ## `flowcore edit policy NAME`
635
635
 
@@ -731,7 +731,7 @@ EXAMPLES
731
731
  $ flowcore get adapter adapter-name -t tenant-name -s scenario-name
732
732
  ```
733
733
 
734
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.0/src/commands/get/adapter.ts)_
734
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.1/src/commands/get/adapter.ts)_
735
735
 
736
736
  ## `flowcore get policy [NAME]`
737
737
 
@@ -804,7 +804,7 @@ EXAMPLES
804
804
  $ flowcore get scenario scenario-name -t tenant-name
805
805
  ```
806
806
 
807
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.0/src/commands/get/scenario.ts)_
807
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.1/src/commands/get/scenario.ts)_
808
808
 
809
809
  ## `flowcore get tenant [NAME]`
810
810
 
@@ -873,7 +873,7 @@ EXAMPLES
873
873
  $ flowcore info
874
874
  ```
875
875
 
876
- _See code: [src/commands/info.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.14.0/src/commands/info.ts)_
876
+ _See code: [src/commands/info.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.14.2/src/commands/info.ts)_
877
877
 
878
878
  ## `flowcore login`
879
879
 
@@ -930,7 +930,7 @@ EXAMPLES
930
930
  $ flowcore logs adapter adapter-name -t tenant-name -s scenario-name --json
931
931
  ```
932
932
 
933
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.0/src/commands/logs/adapter.ts)_
933
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.1/src/commands/logs/adapter.ts)_
934
934
 
935
935
  ## `flowcore new bun-service NAME`
936
936
 
@@ -1385,7 +1385,7 @@ EXAMPLES
1385
1385
  $ flowcore reset adapter adapter-name -t tenant-name -s scenario-name -e 9cb35da2-ba64-4bb5-86d6-ef20ebc62ab7
1386
1386
  ```
1387
1387
 
1388
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.0/src/commands/reset/adapter.ts)_
1388
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.1/src/commands/reset/adapter.ts)_
1389
1389
 
1390
1390
  ## `flowcore scenario apply`
1391
1391
 
@@ -1415,7 +1415,7 @@ EXAMPLES
1415
1415
  $ cat <<EOF | flowcore scenario apply -f -
1416
1416
  ```
1417
1417
 
1418
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.0/src/commands/scenario/apply.ts)_
1418
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.1/src/commands/scenario/apply.ts)_
1419
1419
 
1420
1420
  ## `flowcore scenario generate transformer`
1421
1421
 
@@ -1442,7 +1442,7 @@ EXAMPLES
1442
1442
  $ flowcore scenario generate transformer -n flow-type-name -d "description of the transformer" -f example.yaml
1443
1443
  ```
1444
1444
 
1445
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.0/src/commands/scenario/generate/transformer.ts)_
1445
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.1/src/commands/scenario/generate/transformer.ts)_
1446
1446
 
1447
1447
  ## `flowcore scenario init`
1448
1448
 
@@ -1474,7 +1474,7 @@ EXAMPLES
1474
1474
  $ flowcore scenario init -t flowcore -n scenario-name -f example.yaml
1475
1475
  ```
1476
1476
 
1477
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.0/src/commands/scenario/init.ts)_
1477
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.1/src/commands/scenario/init.ts)_
1478
1478
 
1479
1479
  ## `flowcore scenario local`
1480
1480
 
@@ -1507,7 +1507,7 @@ EXAMPLES
1507
1507
  $ cat <<EOF | flowcore scenario local -f -
1508
1508
  ```
1509
1509
 
1510
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.0/src/commands/scenario/local.ts)_
1510
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.1/src/commands/scenario/local.ts)_
1511
1511
 
1512
1512
  ## `flowcore stream STREAM`
1513
1513
 
@@ -1515,13 +1515,14 @@ Stream events from a datacore running on the Flowcore Platform and output them t
1515
1515
 
1516
1516
  ```
1517
1517
  USAGE
1518
- $ flowcore stream STREAM [-e <value>] [-j] [-l] [-m <value>] [-p] [-c] [-s <value>] [-z <value>] [-i]
1519
- [--profile <value>]
1518
+ $ flowcore stream STREAM [-e <value>] [-j] [-l] [-m <value>] [-p] [-c] [-s <value>] [-z <value>] [-i] [-x
1519
+ <value>] [-b <value>] [--profile <value>]
1520
1520
 
1521
1521
  ARGUMENTS
1522
1522
  STREAM stream url to connect to
1523
1523
 
1524
1524
  FLAGS
1525
+ -b, --bufferSize=<value> Buffer size for event processing
1525
1526
  -c, --scan Scan the full time range
1526
1527
  -e, --end=<value> End time to stream to, example: 2024-07-08T12:20:44Z, 1y, 1m, 1w, 1d, 1h, now
1527
1528
  -i, --includeSensitiveData Include sensitive data in the output
@@ -1530,6 +1531,7 @@ FLAGS
1530
1531
  -m, --max=<value> Maximum number of events to send to the destination
1531
1532
  -p, --payload Only send the event payload to the destination
1532
1533
  -s, --start=<value> Start time bucket to stream from, example: (2024-07-08T12:20:44Z, 1y, 1m, 1w, 1d, 1h, now)
1534
+ -x, --concurrency=<value> [default: 1] Number of events to process concurrently
1533
1535
  -z, --pageSize=<value> [default: 10000] Number of events to fetch per page
1534
1536
  --profile=<value> Specify the configuration profile to use
1535
1537
 
@@ -1556,7 +1558,7 @@ EXAMPLES
1556
1558
  $ flowcore stream "https://flowcore.io/<org>/<data core>/<flow type>/[<event type1>,<event type2>,<event type3>].stream" -s 3m
1557
1559
  ```
1558
1560
 
1559
- _See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.5.0/src/commands/stream.ts)_
1561
+ _See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.7.0/src/commands/stream.ts)_
1560
1562
 
1561
1563
  ## `flowcore stream http STREAM`
1562
1564
 
@@ -1564,14 +1566,15 @@ Stream events from a datacore running on the Flowcore Platform and stream to a h
1564
1566
 
1565
1567
  ```
1566
1568
  USAGE
1567
- $ flowcore stream http STREAM [-e <value>] [-j] [-l] [-m <value>] [-p] [-c] [-s <value>] [-z <value>] [-i]
1568
- [--profile <value>] [-d <value>] [-H <value>] [-t <value>]
1569
+ $ flowcore stream http STREAM [-e <value>] [-j] [-l] [-m <value>] [-p] [-c] [-s <value>] [-z <value>] [-i] [-x
1570
+ <value>] [-b <value>] [--profile <value>] [-d <value>] [-H <value>] [-t <value>]
1569
1571
 
1570
1572
  ARGUMENTS
1571
1573
  STREAM stream url to connect to
1572
1574
 
1573
1575
  FLAGS
1574
1576
  -H, --header=<value>... [default: ] header to send with the request, example: (-H 'Authorization: Bearer TOKEN')
1577
+ -b, --bufferSize=<value> Buffer size for event processing
1575
1578
  -c, --scan Scan the full time range
1576
1579
  -d, --destination=<value> [default: http://localhost:3000/transform] Destination to send events to
1577
1580
  -e, --end=<value> End time to stream to, example: 2024-07-08T12:20:44Z, 1y, 1m, 1w, 1d, 1h, now
@@ -1582,6 +1585,7 @@ FLAGS
1582
1585
  -p, --payload Only send the event payload to the destination
1583
1586
  -s, --start=<value> Start time bucket to stream from, example: (2024-07-08T12:20:44Z, 1y, 1m, 1w, 1d, 1h, now)
1584
1587
  -t, --timeout=<value> [default: 5000] Timeout in milliseconds to wait for a response from the destination
1588
+ -x, --concurrency=<value> [default: 1] Number of events to process concurrently
1585
1589
  -z, --pageSize=<value> [default: 10000] Number of events to fetch per page
1586
1590
  --profile=<value> Specify the configuration profile to use
1587
1591
 
@@ -1600,7 +1604,7 @@ EXAMPLES
1600
1604
  $ 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
1601
1605
  ```
1602
1606
 
1603
- _See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.5.0/src/commands/stream/http.ts)_
1607
+ _See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.7.0/src/commands/stream/http.ts)_
1604
1608
 
1605
1609
  ## `flowcore update`
1606
1610
 
@@ -1617,7 +1621,7 @@ EXAMPLES
1617
1621
  $ flowcore update
1618
1622
  ```
1619
1623
 
1620
- _See code: [src/commands/update.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.14.0/src/commands/update.ts)_
1624
+ _See code: [src/commands/update.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.14.2/src/commands/update.ts)_
1621
1625
 
1622
1626
  ## `flowcore version`
1623
1627
 
@@ -196,5 +196,5 @@
196
196
  ]
197
197
  }
198
198
  },
199
- "version": "4.14.0"
199
+ "version": "4.14.2"
200
200
  }
package/package.json CHANGED
@@ -9,13 +9,13 @@
9
9
  "@flowcore/cli-plugin-ai": "^1.1.2",
10
10
  "@flowcore/cli-plugin-auth-management": "^1.4.0",
11
11
  "@flowcore/cli-plugin-config": "^2.5.0",
12
- "@flowcore/cli-plugin-core": "^5.5.0",
12
+ "@flowcore/cli-plugin-core": "^5.7.0",
13
13
  "@flowcore/cli-plugin-data-core": "^3.3.0",
14
14
  "@flowcore/cli-plugin-generator": "^1.6.0",
15
15
  "@flowcore/cli-plugin-iam": "^1.7.0",
16
- "@flowcore/cli-plugin-scenario": "^4.2.0",
16
+ "@flowcore/cli-plugin-scenario": "^4.2.1",
17
17
  "@flowcore/cli-plugin-tenant-management": "^1.1.1",
18
- "@flowcore/sdk": "^1.39.0",
18
+ "@flowcore/sdk": "^1.50.0",
19
19
  "@flowcore/time-bucket": "^1.1.0",
20
20
  "@oclif/core": "^4.0.21",
21
21
  "@oclif/plugin-autocomplete": "^3.2.3",
@@ -119,7 +119,7 @@
119
119
  "prestart": "npm run build",
120
120
  "update-schema": "rover graph introspect https://graph.api.staging.flowcore.io/graphql -o schema.gql"
121
121
  },
122
- "version": "4.14.0",
122
+ "version": "4.14.2",
123
123
  "bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
124
124
  "keywords": [
125
125
  "flowcore",