@flowcore/cli 4.13.2 → 4.13.3
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 +7 -0
- package/README.md +38 -36
- package/oclif.manifest.json +1 -1
- package/package.json +4 -3
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.13.3](https://github.com/flowcore-io/flowcore-cli/compare/v4.13.2...v4.13.3) (2025-05-01)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **package:** :arrow_up: update @flowcore/cli-plugin-iam to version 1.7.0 ([7bfd4d8](https://github.com/flowcore-io/flowcore-cli/commit/7bfd4d8e6490678edc690448f9e6befd503a60d5))
|
|
19
|
+
|
|
13
20
|
## [4.13.2](https://github.com/flowcore-io/flowcore-cli/compare/v4.13.1...v4.13.2) (2025-04-29)
|
|
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.13.
|
|
21
|
+
@flowcore/cli/4.13.3 linux-x64 node-v20.16.0
|
|
22
22
|
$ flowcore --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ flowcore COMMAND
|
|
@@ -108,7 +108,7 @@ EXAMPLES
|
|
|
108
108
|
$ flowcore apply -f ./path/to/manifest.yml
|
|
109
109
|
```
|
|
110
110
|
|
|
111
|
-
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.13.
|
|
111
|
+
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.13.3/src/commands/apply.ts)_
|
|
112
112
|
|
|
113
113
|
## `flowcore auth delete key API_KEY_NAME`
|
|
114
114
|
|
|
@@ -561,7 +561,7 @@ EXAMPLES
|
|
|
561
561
|
cat ./path/to/manifest.yml | flowcore delete -f -
|
|
562
562
|
```
|
|
563
563
|
|
|
564
|
-
_See code: [src/commands/delete.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.13.
|
|
564
|
+
_See code: [src/commands/delete.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.13.3/src/commands/delete.ts)_
|
|
565
565
|
|
|
566
566
|
## `flowcore delete policy NAME`
|
|
567
567
|
|
|
@@ -584,7 +584,7 @@ DESCRIPTION
|
|
|
584
584
|
Delete a policy
|
|
585
585
|
```
|
|
586
586
|
|
|
587
|
-
_See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.
|
|
587
|
+
_See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.7.0/src/commands/delete/policy.ts)_
|
|
588
588
|
|
|
589
589
|
## `flowcore delete role NAME`
|
|
590
590
|
|
|
@@ -607,7 +607,7 @@ DESCRIPTION
|
|
|
607
607
|
Delete a role
|
|
608
608
|
```
|
|
609
609
|
|
|
610
|
-
_See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.
|
|
610
|
+
_See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.7.0/src/commands/delete/role.ts)_
|
|
611
611
|
|
|
612
612
|
## `flowcore diff`
|
|
613
613
|
|
|
@@ -628,7 +628,7 @@ EXAMPLES
|
|
|
628
628
|
$ flowcore diff -f ./path/to/manifest.yml
|
|
629
629
|
```
|
|
630
630
|
|
|
631
|
-
_See code: [src/commands/diff.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.13.
|
|
631
|
+
_See code: [src/commands/diff.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.13.3/src/commands/diff.ts)_
|
|
632
632
|
|
|
633
633
|
## `flowcore edit policy NAME`
|
|
634
634
|
|
|
@@ -654,7 +654,7 @@ EXAMPLES
|
|
|
654
654
|
$ FC_EDITOR=code flowcore iam edit policy my-policy -t my-tenant
|
|
655
655
|
```
|
|
656
656
|
|
|
657
|
-
_See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.
|
|
657
|
+
_See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.7.0/src/commands/edit/policy.ts)_
|
|
658
658
|
|
|
659
659
|
## `flowcore edit role NAME`
|
|
660
660
|
|
|
@@ -680,7 +680,7 @@ EXAMPLES
|
|
|
680
680
|
$ FC_EDITOR=code flowcore iam edit role my-role -t my-tenant
|
|
681
681
|
```
|
|
682
682
|
|
|
683
|
-
_See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.
|
|
683
|
+
_See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.7.0/src/commands/edit/role.ts)_
|
|
684
684
|
|
|
685
685
|
## `flowcore generate nextjs-entity NAME`
|
|
686
686
|
|
|
@@ -753,7 +753,7 @@ DESCRIPTION
|
|
|
753
753
|
Get a policy
|
|
754
754
|
```
|
|
755
755
|
|
|
756
|
-
_See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.
|
|
756
|
+
_See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.7.0/src/commands/get/policy.ts)_
|
|
757
757
|
|
|
758
758
|
## `flowcore get role [NAME]`
|
|
759
759
|
|
|
@@ -776,7 +776,7 @@ DESCRIPTION
|
|
|
776
776
|
Get a role
|
|
777
777
|
```
|
|
778
778
|
|
|
779
|
-
_See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.
|
|
779
|
+
_See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.7.0/src/commands/get/role.ts)_
|
|
780
780
|
|
|
781
781
|
## `flowcore get scenario [SCENARIO]`
|
|
782
782
|
|
|
@@ -871,7 +871,7 @@ EXAMPLES
|
|
|
871
871
|
$ flowcore info
|
|
872
872
|
```
|
|
873
873
|
|
|
874
|
-
_See code: [src/commands/info.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.13.
|
|
874
|
+
_See code: [src/commands/info.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.13.3/src/commands/info.ts)_
|
|
875
875
|
|
|
876
876
|
## `flowcore login`
|
|
877
877
|
|
|
@@ -1513,22 +1513,23 @@ Stream events from a datacore running on the Flowcore Platform and output them t
|
|
|
1513
1513
|
|
|
1514
1514
|
```
|
|
1515
1515
|
USAGE
|
|
1516
|
-
$ flowcore stream STREAM [-e <value>] [-j] [-l] [-m <value>] [-p] [-c] [-s <value>] [-z <value>]
|
|
1516
|
+
$ flowcore stream STREAM [-e <value>] [-j] [-l] [-m <value>] [-p] [-c] [-s <value>] [-z <value>] [-i]
|
|
1517
1517
|
[--profile <value>]
|
|
1518
1518
|
|
|
1519
1519
|
ARGUMENTS
|
|
1520
1520
|
STREAM stream url to connect to
|
|
1521
1521
|
|
|
1522
1522
|
FLAGS
|
|
1523
|
-
-c, --scan
|
|
1524
|
-
-e, --end=<value>
|
|
1525
|
-
-
|
|
1526
|
-
-
|
|
1527
|
-
-
|
|
1528
|
-
-
|
|
1529
|
-
-
|
|
1530
|
-
-
|
|
1531
|
-
|
|
1523
|
+
-c, --scan Scan the full time range
|
|
1524
|
+
-e, --end=<value> End time to stream to, example: 2024-07-08T12:20:44Z, 1y, 1m, 1w, 1d, 1h, now
|
|
1525
|
+
-i, --includeSensitiveData Include sensitive data in the output
|
|
1526
|
+
-j, --json Output json only
|
|
1527
|
+
-l, --[no-]live Change to live mode when reaching last time bucket
|
|
1528
|
+
-m, --max=<value> Maximum number of events to send to the destination
|
|
1529
|
+
-p, --payload Only send the event payload to the destination
|
|
1530
|
+
-s, --start=<value> Start time bucket to stream from, example: (2024-07-08T12:20:44Z, 1y, 1m, 1w, 1d, 1h, now)
|
|
1531
|
+
-z, --pageSize=<value> [default: 10000] Number of events to fetch per page
|
|
1532
|
+
--profile=<value> Specify the configuration profile to use
|
|
1532
1533
|
|
|
1533
1534
|
DESCRIPTION
|
|
1534
1535
|
Stream events from a datacore running on the Flowcore Platform and output them to the console
|
|
@@ -1547,7 +1548,7 @@ EXAMPLES
|
|
|
1547
1548
|
$ flowcore stream "https://flowcore.io/<org>/<data core>/<flow type>/[<event type1>,<event type2>,<event type3>].stream" -s 3m
|
|
1548
1549
|
```
|
|
1549
1550
|
|
|
1550
|
-
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.
|
|
1551
|
+
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.4.0/src/commands/stream.ts)_
|
|
1551
1552
|
|
|
1552
1553
|
## `flowcore stream http STREAM`
|
|
1553
1554
|
|
|
@@ -1555,25 +1556,26 @@ Stream events from a datacore running on the Flowcore Platform and stream to a h
|
|
|
1555
1556
|
|
|
1556
1557
|
```
|
|
1557
1558
|
USAGE
|
|
1558
|
-
$ flowcore stream http STREAM [-e <value>] [-j] [-l] [-m <value>] [-p] [-c] [-s <value>] [-z <value>]
|
|
1559
|
+
$ flowcore stream http STREAM [-e <value>] [-j] [-l] [-m <value>] [-p] [-c] [-s <value>] [-z <value>] [-i]
|
|
1559
1560
|
[--profile <value>] [-d <value>] [-H <value>] [-t <value>]
|
|
1560
1561
|
|
|
1561
1562
|
ARGUMENTS
|
|
1562
1563
|
STREAM stream url to connect to
|
|
1563
1564
|
|
|
1564
1565
|
FLAGS
|
|
1565
|
-
-H, --header=<value>...
|
|
1566
|
-
-c, --scan
|
|
1567
|
-
-d, --destination=<value>
|
|
1568
|
-
-e, --end=<value>
|
|
1569
|
-
-
|
|
1570
|
-
-
|
|
1571
|
-
-
|
|
1572
|
-
-
|
|
1573
|
-
-
|
|
1574
|
-
-
|
|
1575
|
-
-
|
|
1576
|
-
|
|
1566
|
+
-H, --header=<value>... [default: ] header to send with the request, example: (-H 'Authorization: Bearer TOKEN')
|
|
1567
|
+
-c, --scan Scan the full time range
|
|
1568
|
+
-d, --destination=<value> [default: http://localhost:3000/transform] Destination to send events to
|
|
1569
|
+
-e, --end=<value> End time to stream to, example: 2024-07-08T12:20:44Z, 1y, 1m, 1w, 1d, 1h, now
|
|
1570
|
+
-i, --includeSensitiveData Include sensitive data in the output
|
|
1571
|
+
-j, --json Output json only
|
|
1572
|
+
-l, --[no-]live Change to live mode when reaching last time bucket
|
|
1573
|
+
-m, --max=<value> Maximum number of events to send to the destination
|
|
1574
|
+
-p, --payload Only send the event payload to the destination
|
|
1575
|
+
-s, --start=<value> Start time bucket to stream from, example: (2024-07-08T12:20:44Z, 1y, 1m, 1w, 1d, 1h, now)
|
|
1576
|
+
-t, --timeout=<value> [default: 5000] Timeout in milliseconds to wait for a response from the destination
|
|
1577
|
+
-z, --pageSize=<value> [default: 10000] Number of events to fetch per page
|
|
1578
|
+
--profile=<value> Specify the configuration profile to use
|
|
1577
1579
|
|
|
1578
1580
|
DESCRIPTION
|
|
1579
1581
|
Stream events from a datacore running on the Flowcore Platform and stream to a http endpoint
|
|
@@ -1590,7 +1592,7 @@ EXAMPLES
|
|
|
1590
1592
|
$ 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
|
|
1591
1593
|
```
|
|
1592
1594
|
|
|
1593
|
-
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.
|
|
1595
|
+
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.4.0/src/commands/stream/http.ts)_
|
|
1594
1596
|
|
|
1595
1597
|
## `flowcore version`
|
|
1596
1598
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -8,12 +8,13 @@
|
|
|
8
8
|
"@flowcore/cli-plugin-ai": "^1.1.2",
|
|
9
9
|
"@flowcore/cli-plugin-auth-management": "^1.4.0",
|
|
10
10
|
"@flowcore/cli-plugin-config": "^2.5.0",
|
|
11
|
-
"@flowcore/cli-plugin-core": "^5.
|
|
11
|
+
"@flowcore/cli-plugin-core": "^5.4.0",
|
|
12
12
|
"@flowcore/cli-plugin-data-core": "^3.3.0",
|
|
13
13
|
"@flowcore/cli-plugin-generator": "^1.6.0",
|
|
14
|
-
"@flowcore/cli-plugin-iam": "^1.
|
|
14
|
+
"@flowcore/cli-plugin-iam": "^1.7.0",
|
|
15
15
|
"@flowcore/cli-plugin-scenario": "^4.1.5",
|
|
16
16
|
"@flowcore/cli-plugin-tenant-management": "^1.1.1",
|
|
17
|
+
"@flowcore/sdk": "^1.39.0",
|
|
17
18
|
"@flowcore/time-bucket": "^1.1.0",
|
|
18
19
|
"@oclif/core": "^4.0.21",
|
|
19
20
|
"@oclif/plugin-autocomplete": "^3.2.3",
|
|
@@ -114,7 +115,7 @@
|
|
|
114
115
|
"prestart": "npm run build",
|
|
115
116
|
"update-schema": "rover graph introspect https://graph.api.staging.flowcore.io/graphql -o schema.gql"
|
|
116
117
|
},
|
|
117
|
-
"version": "4.13.
|
|
118
|
+
"version": "4.13.3",
|
|
118
119
|
"bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
|
|
119
120
|
"keywords": [
|
|
120
121
|
"flowcore",
|