@flowcore/cli 2.19.1 → 2.19.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 +7 -0
- package/README.md +3 -3
- 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
|
+
## [2.19.2](https://github.com/flowcore-io/flowcore-cli/compare/v2.19.1...v2.19.2) (2024-08-26)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* bumped flowcore core plugin version to optimized flowcore stream command ([5a55116](https://github.com/flowcore-io/flowcore-cli/commit/5a55116b1823d3e717b6e6c1bd9a3e0f5e506c2a))
|
|
19
|
+
|
|
13
20
|
## [2.19.1](https://github.com/flowcore-io/flowcore-cli/compare/v2.19.0...v2.19.1) (2024-08-19)
|
|
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/2.19.
|
|
21
|
+
@flowcore/cli/2.19.2 linux-x64 node-v20.16.0
|
|
22
22
|
$ flowcore --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ flowcore COMMAND
|
|
@@ -82,7 +82,7 @@ EXAMPLES
|
|
|
82
82
|
$ flowcore apply -f ./path/to/manifest.yml
|
|
83
83
|
```
|
|
84
84
|
|
|
85
|
-
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v2.19.
|
|
85
|
+
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v2.19.2/src/commands/apply.ts)_
|
|
86
86
|
|
|
87
87
|
## `flowcore autocomplete [SHELL]`
|
|
88
88
|
|
|
@@ -946,7 +946,7 @@ EXAMPLES
|
|
|
946
946
|
$ flowcore stream "https://flowcore.io/<org>/<data core>/<flow type>/[<event type1>,<event type2>,<event type3>].stream" -o log -s 3m
|
|
947
947
|
```
|
|
948
948
|
|
|
949
|
-
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v1.6.
|
|
949
|
+
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v1.6.2/src/commands/stream.ts)_
|
|
950
950
|
|
|
951
951
|
## `flowcore version`
|
|
952
952
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@datastructures-js/queue": "^4.2.3",
|
|
8
8
|
"@flowcore/cli-plugin-config": "^1.1.0",
|
|
9
|
-
"@flowcore/cli-plugin-core": "^1.6.
|
|
9
|
+
"@flowcore/cli-plugin-core": "^1.6.2",
|
|
10
10
|
"@flowcore/cli-plugin-data-core": "^2.2.2",
|
|
11
11
|
"@flowcore/cli-plugin-generator": "^1.0.0",
|
|
12
12
|
"@flowcore/cli-plugin-scenario": "^2.13.1",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"prestart": "npm run build",
|
|
97
97
|
"update-schema": "rover graph introspect https://graph.api.staging.flowcore.io/graphql -o schema.gql"
|
|
98
98
|
},
|
|
99
|
-
"version": "2.19.
|
|
99
|
+
"version": "2.19.2",
|
|
100
100
|
"bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
|
|
101
101
|
"keywords": [
|
|
102
102
|
"flowcore",
|