@flowcore/cli 2.9.2 → 2.10.1
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 +7 -7
- 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.10.1](https://github.com/flowcore-io/flowcore-cli/compare/v2.10.0...v2.10.1) (2024-03-07)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* update cli-plugin-scenario to version 2.6.1 for bug fixes and improvements ([2274a9b](https://github.com/flowcore-io/flowcore-cli/commit/2274a9b6a42d9592673bcfaf2e84927a060cbb58))
|
|
19
|
+
|
|
20
|
+
## [2.10.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.9.2...v2.10.0) (2024-03-07)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* update "@flowcore/cli-plugin-scenario" to version 2.6.0 ([566ea9b](https://github.com/flowcore-io/flowcore-cli/commit/566ea9b36503280baf268b604be869b6393eaa6e))
|
|
26
|
+
|
|
13
27
|
## [2.9.2](https://github.com/flowcore-io/flowcore-cli/compare/v2.9.1...v2.9.2) (2024-03-07)
|
|
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.
|
|
21
|
+
@flowcore/cli/2.10.1 linux-x64 node-v20.11.1
|
|
22
22
|
$ flowcore --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ flowcore COMMAND
|
|
@@ -75,7 +75,7 @@ EXAMPLES
|
|
|
75
75
|
$ flowcore apply -f ./path/to/manifest.yml
|
|
76
76
|
```
|
|
77
77
|
|
|
78
|
-
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v2.
|
|
78
|
+
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v2.10.1/src/commands/apply.ts)_
|
|
79
79
|
|
|
80
80
|
## `flowcore autocomplete [SHELL]`
|
|
81
81
|
|
|
@@ -623,7 +623,7 @@ EXAMPLES
|
|
|
623
623
|
$ cat <<EOF | flowcore scenario apply -f -
|
|
624
624
|
```
|
|
625
625
|
|
|
626
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.
|
|
626
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.6.1/src/commands/scenario/apply.ts)_
|
|
627
627
|
|
|
628
628
|
## `flowcore scenario generate manifest`
|
|
629
629
|
|
|
@@ -655,7 +655,7 @@ EXAMPLES
|
|
|
655
655
|
$ flowcore scenario generate manifest -t flowcore -n scenario-name -f example.yaml
|
|
656
656
|
```
|
|
657
657
|
|
|
658
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.
|
|
658
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.6.1/src/commands/scenario/generate/manifest.ts)_
|
|
659
659
|
|
|
660
660
|
## `flowcore scenario generate transformer`
|
|
661
661
|
|
|
@@ -682,7 +682,7 @@ EXAMPLES
|
|
|
682
682
|
$ flowcore scenario generate transformer -n flow-type-name -d "description of the transformer" -f example.yaml
|
|
683
683
|
```
|
|
684
684
|
|
|
685
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.
|
|
685
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.6.1/src/commands/scenario/generate/transformer.ts)_
|
|
686
686
|
|
|
687
687
|
## `flowcore scenario local`
|
|
688
688
|
|
|
@@ -714,7 +714,7 @@ EXAMPLES
|
|
|
714
714
|
$ cat <<EOF | flowcore scenario local -f -
|
|
715
715
|
```
|
|
716
716
|
|
|
717
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.
|
|
717
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.6.1/src/commands/scenario/local.ts)_
|
|
718
718
|
|
|
719
719
|
## `flowcore stream STREAM`
|
|
720
720
|
|
|
@@ -755,7 +755,7 @@ EXAMPLES
|
|
|
755
755
|
$ flowcore stream https://flowcore.io/<org>/<data core>/<flow type>/[<event type1>,<event type2>,<event type3>].stream -o log -s 3m
|
|
756
756
|
```
|
|
757
757
|
|
|
758
|
-
_See code: [src/commands/stream.ts](https://github.com/flowcore-io/flowcore-cli/blob/v2.
|
|
758
|
+
_See code: [src/commands/stream.ts](https://github.com/flowcore-io/flowcore-cli/blob/v2.10.1/src/commands/stream.ts)_
|
|
759
759
|
|
|
760
760
|
## `flowcore version`
|
|
761
761
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"@datastructures-js/queue": "^4.2.3",
|
|
8
8
|
"@flowcore/cli-plugin-config": "^1.0.5",
|
|
9
9
|
"@flowcore/cli-plugin-data-core": "^2.1.0",
|
|
10
|
-
"@flowcore/cli-plugin-scenario": "^2.
|
|
10
|
+
"@flowcore/cli-plugin-scenario": "^2.6.1",
|
|
11
11
|
"@flowcore/time-bucket": "^1.1.0",
|
|
12
12
|
"@oclif/core": "^3",
|
|
13
13
|
"@oclif/plugin-autocomplete": "^3.0.2",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"prestart": "npm run build",
|
|
91
91
|
"update-schema": "rover graph introspect https://graph.api.staging.flowcore.io/graphql -o schema.gql"
|
|
92
92
|
},
|
|
93
|
-
"version": "2.
|
|
93
|
+
"version": "2.10.1",
|
|
94
94
|
"bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
|
|
95
95
|
"keywords": [
|
|
96
96
|
"flowcore",
|