@flowcore/cli 4.13.4 → 4.13.5
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 +13 -7
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
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.5](https://github.com/flowcore-io/flowcore-cli/compare/v4.13.4...v4.13.5) (2025-05-22)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **package:** :arrow_up: update @flowcore/cli-plugin-core to version 5.5.0 ([4959efc](https://github.com/flowcore-io/flowcore-cli/commit/4959efc6f7aeeea05dac1c75fa352f9905073613))
|
|
19
|
+
|
|
13
20
|
## [4.13.4](https://github.com/flowcore-io/flowcore-cli/compare/v4.13.3...v4.13.4) (2025-05-14)
|
|
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.5 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.5/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.5/src/commands/delete.ts)_
|
|
565
565
|
|
|
566
566
|
## `flowcore delete policy NAME`
|
|
567
567
|
|
|
@@ -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.5/src/commands/diff.ts)_
|
|
632
632
|
|
|
633
633
|
## `flowcore edit policy NAME`
|
|
634
634
|
|
|
@@ -872,7 +872,7 @@ EXAMPLES
|
|
|
872
872
|
$ flowcore info
|
|
873
873
|
```
|
|
874
874
|
|
|
875
|
-
_See code: [src/commands/info.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.13.
|
|
875
|
+
_See code: [src/commands/info.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.13.5/src/commands/info.ts)_
|
|
876
876
|
|
|
877
877
|
## `flowcore login`
|
|
878
878
|
|
|
@@ -1540,6 +1540,12 @@ EXAMPLES
|
|
|
1540
1540
|
|
|
1541
1541
|
$ flowcore stream "https://flowcore.io/<org>/<data core>/<flow type>/<event type>.stream" -s 1y
|
|
1542
1542
|
|
|
1543
|
+
$ flowcore stream "https://flowcore.io/<org>/<data core>/<flow type>/<event type>.stream" -s first
|
|
1544
|
+
|
|
1545
|
+
$ flowcore stream "https://flowcore.io/<org>/<data core>/<flow type>/<event type>.stream" -s now
|
|
1546
|
+
|
|
1547
|
+
$ flowcore stream "https://flowcore.io/<org>/<data core>/<flow type>/<event type>.stream" -s first -i
|
|
1548
|
+
|
|
1543
1549
|
$ flowcore stream "https://flowcore.io/<org>/<data core>/*" -s 1y
|
|
1544
1550
|
|
|
1545
1551
|
$ flowcore stream "https://flowcore.io/<org>/<data core>/<flow type>/*" -s 1y
|
|
@@ -1549,7 +1555,7 @@ EXAMPLES
|
|
|
1549
1555
|
$ flowcore stream "https://flowcore.io/<org>/<data core>/<flow type>/[<event type1>,<event type2>,<event type3>].stream" -s 3m
|
|
1550
1556
|
```
|
|
1551
1557
|
|
|
1552
|
-
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.
|
|
1558
|
+
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.5.0/src/commands/stream.ts)_
|
|
1553
1559
|
|
|
1554
1560
|
## `flowcore stream http STREAM`
|
|
1555
1561
|
|
|
@@ -1593,7 +1599,7 @@ EXAMPLES
|
|
|
1593
1599
|
$ 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
|
|
1594
1600
|
```
|
|
1595
1601
|
|
|
1596
|
-
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.
|
|
1602
|
+
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.5.0/src/commands/stream/http.ts)_
|
|
1597
1603
|
|
|
1598
1604
|
## `flowcore version`
|
|
1599
1605
|
|
package/oclif.manifest.json
CHANGED
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.4.0",
|
|
10
10
|
"@flowcore/cli-plugin-config": "^2.5.0",
|
|
11
|
-
"@flowcore/cli-plugin-core": "^5.
|
|
11
|
+
"@flowcore/cli-plugin-core": "^5.5.0",
|
|
12
12
|
"@flowcore/cli-plugin-data-core": "^3.3.0",
|
|
13
13
|
"@flowcore/cli-plugin-generator": "^1.6.0",
|
|
14
14
|
"@flowcore/cli-plugin-iam": "^1.7.0",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"prestart": "npm run build",
|
|
116
116
|
"update-schema": "rover graph introspect https://graph.api.staging.flowcore.io/graphql -o schema.gql"
|
|
117
117
|
},
|
|
118
|
-
"version": "4.13.
|
|
118
|
+
"version": "4.13.5",
|
|
119
119
|
"bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
|
|
120
120
|
"keywords": [
|
|
121
121
|
"flowcore",
|