@flowcore/cli 3.0.0 → 3.0.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 +7 -0
- package/README.md +10 -10
- 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
|
+
## [3.0.1](https://github.com/flowcore-io/flowcore-cli/compare/v3.0.0...v3.0.1) (2024-08-29)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* updated scenario to fix local stream ([7d58533](https://github.com/flowcore-io/flowcore-cli/commit/7d585330f92a41bf6314e7d9e17c332635d1e6ea))
|
|
19
|
+
|
|
13
20
|
## [3.0.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.22.0...v3.0.0) (2024-08-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/3.0.
|
|
21
|
+
@flowcore/cli/3.0.1 linux-x64 node-v20.17.0
|
|
22
22
|
$ flowcore --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ flowcore COMMAND
|
|
@@ -86,7 +86,7 @@ EXAMPLES
|
|
|
86
86
|
$ flowcore apply -f ./path/to/manifest.yml
|
|
87
87
|
```
|
|
88
88
|
|
|
89
|
-
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v3.0.
|
|
89
|
+
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v3.0.1/src/commands/apply.ts)_
|
|
90
90
|
|
|
91
91
|
## `flowcore autocomplete [SHELL]`
|
|
92
92
|
|
|
@@ -332,7 +332,7 @@ EXAMPLES
|
|
|
332
332
|
$ flowcore get adapter adapter-name -t tenant-name -s scenario-name
|
|
333
333
|
```
|
|
334
334
|
|
|
335
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v3.0.
|
|
335
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v3.0.1/src/commands/get/adapter.ts)_
|
|
336
336
|
|
|
337
337
|
## `flowcore get scenario [SCENARIO]`
|
|
338
338
|
|
|
@@ -358,7 +358,7 @@ EXAMPLES
|
|
|
358
358
|
$ flowcore get scenario scenario-name -t tenant-name
|
|
359
359
|
```
|
|
360
360
|
|
|
361
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v3.0.
|
|
361
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v3.0.1/src/commands/get/scenario.ts)_
|
|
362
362
|
|
|
363
363
|
## `flowcore help [COMMANDS]`
|
|
364
364
|
|
|
@@ -436,7 +436,7 @@ EXAMPLES
|
|
|
436
436
|
$ flowcore logs adapter adapter-name -t tenant-name -s scenario-name --json
|
|
437
437
|
```
|
|
438
438
|
|
|
439
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v3.0.
|
|
439
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v3.0.1/src/commands/logs/adapter.ts)_
|
|
440
440
|
|
|
441
441
|
## `flowcore new bun-service NAME`
|
|
442
442
|
|
|
@@ -855,7 +855,7 @@ EXAMPLES
|
|
|
855
855
|
$ flowcore reset adapter adapter-name -t tenant-name -s scenario-name -e 9cb35da2-ba64-4bb5-86d6-ef20ebc62ab7
|
|
856
856
|
```
|
|
857
857
|
|
|
858
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v3.0.
|
|
858
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v3.0.1/src/commands/reset/adapter.ts)_
|
|
859
859
|
|
|
860
860
|
## `flowcore scenario apply`
|
|
861
861
|
|
|
@@ -885,7 +885,7 @@ EXAMPLES
|
|
|
885
885
|
$ cat <<EOF | flowcore scenario apply -f -
|
|
886
886
|
```
|
|
887
887
|
|
|
888
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v3.0.
|
|
888
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v3.0.1/src/commands/scenario/apply.ts)_
|
|
889
889
|
|
|
890
890
|
## `flowcore scenario generate manifest`
|
|
891
891
|
|
|
@@ -917,7 +917,7 @@ EXAMPLES
|
|
|
917
917
|
$ flowcore scenario generate manifest -t flowcore -n scenario-name -f example.yaml
|
|
918
918
|
```
|
|
919
919
|
|
|
920
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v3.0.
|
|
920
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v3.0.1/src/commands/scenario/generate/manifest.ts)_
|
|
921
921
|
|
|
922
922
|
## `flowcore scenario generate transformer`
|
|
923
923
|
|
|
@@ -944,7 +944,7 @@ EXAMPLES
|
|
|
944
944
|
$ flowcore scenario generate transformer -n flow-type-name -d "description of the transformer" -f example.yaml
|
|
945
945
|
```
|
|
946
946
|
|
|
947
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v3.0.
|
|
947
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v3.0.1/src/commands/scenario/generate/transformer.ts)_
|
|
948
948
|
|
|
949
949
|
## `flowcore scenario local`
|
|
950
950
|
|
|
@@ -976,7 +976,7 @@ EXAMPLES
|
|
|
976
976
|
$ cat <<EOF | flowcore scenario local -f -
|
|
977
977
|
```
|
|
978
978
|
|
|
979
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v3.0.
|
|
979
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v3.0.1/src/commands/scenario/local.ts)_
|
|
980
980
|
|
|
981
981
|
## `flowcore stream STREAM`
|
|
982
982
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"@flowcore/cli-plugin-core": "^2.0.0",
|
|
10
10
|
"@flowcore/cli-plugin-data-core": "^2.2.2",
|
|
11
11
|
"@flowcore/cli-plugin-generator": "^1.3.0",
|
|
12
|
-
"@flowcore/cli-plugin-scenario": "^3.0.
|
|
12
|
+
"@flowcore/cli-plugin-scenario": "^3.0.1",
|
|
13
13
|
"@flowcore/time-bucket": "^1.1.0",
|
|
14
14
|
"@oclif/core": "^3",
|
|
15
15
|
"@oclif/plugin-autocomplete": "^3.0.2",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"prestart": "npm run build",
|
|
101
101
|
"update-schema": "rover graph introspect https://graph.api.staging.flowcore.io/graphql -o schema.gql"
|
|
102
102
|
},
|
|
103
|
-
"version": "3.0.
|
|
103
|
+
"version": "3.0.1",
|
|
104
104
|
"bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
|
|
105
105
|
"keywords": [
|
|
106
106
|
"flowcore",
|