@flowcore/cli 2.2.0 → 2.2.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 +14 -0
- package/README.md +3 -3
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,20 @@
|
|
|
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.2.2](https://github.com/flowcore-io/flowcore-cli/compare/v2.2.1...v2.2.2) (2024-02-16)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* bumped data core plugin ([3e3c5bc](https://github.com/flowcore-io/flowcore-cli/commit/3e3c5bc6c4ab3437ccece5ec28177fc68b9fe1ff))
|
|
19
|
+
|
|
20
|
+
## [2.2.1](https://github.com/flowcore-io/flowcore-cli/compare/v2.2.0...v2.2.1) (2024-02-16)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* bumped data core plugin ([51df38b](https://github.com/flowcore-io/flowcore-cli/commit/51df38bb2445fb3ede92fd460f8431dc8ff41777))
|
|
26
|
+
|
|
13
27
|
## [2.2.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.1.1...v2.2.0) (2024-02-16)
|
|
14
28
|
|
|
15
29
|
|
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.2.
|
|
21
|
+
@flowcore/cli/2.2.2 linux-x64 node-v20.11.0
|
|
22
22
|
$ flowcore --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ flowcore COMMAND
|
|
@@ -155,7 +155,7 @@ EXAMPLES
|
|
|
155
155
|
$ cat <<EOF | flowcore data-core apply -f -
|
|
156
156
|
```
|
|
157
157
|
|
|
158
|
-
_See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v1.
|
|
158
|
+
_See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v1.1.1/src/commands/data-core/apply.ts)_
|
|
159
159
|
|
|
160
160
|
## `flowcore help [COMMANDS]`
|
|
161
161
|
|
|
@@ -515,7 +515,7 @@ EXAMPLES
|
|
|
515
515
|
$ flowcore stream https://flowcore.io/<org>/<data core>/<flow type>/[<event type1>,<event type2>,<event type3>].stream -o log -s 3m
|
|
516
516
|
```
|
|
517
517
|
|
|
518
|
-
_See code: [src/commands/stream.ts](https://github.com/flowcore-io/flowcore-cli/blob/v2.2.
|
|
518
|
+
_See code: [src/commands/stream.ts](https://github.com/flowcore-io/flowcore-cli/blob/v2.2.2/src/commands/stream.ts)_
|
|
519
519
|
|
|
520
520
|
## `flowcore version`
|
|
521
521
|
|
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.0.5",
|
|
9
|
-
"@flowcore/cli-plugin-data-core": "^1.
|
|
9
|
+
"@flowcore/cli-plugin-data-core": "^1.1.1",
|
|
10
10
|
"@flowcore/time-bucket": "^1.1.0",
|
|
11
11
|
"@oclif/core": "^3",
|
|
12
12
|
"@oclif/plugin-autocomplete": "^3.0.2",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"prestart": "npm run build",
|
|
88
88
|
"update-schema": "rover graph introspect https://graph.api.staging.flowcore.io/graphql -o schema.gql"
|
|
89
89
|
},
|
|
90
|
-
"version": "2.2.
|
|
90
|
+
"version": "2.2.2",
|
|
91
91
|
"bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
|
|
92
92
|
"keywords": [
|
|
93
93
|
"flowcore",
|