@flowcore/cli 3.0.0 → 3.1.0

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 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
+ ## [3.1.0](https://github.com/flowcore-io/flowcore-cli/compare/v3.0.1...v3.1.0) (2024-08-30)
14
+
15
+
16
+ ### Features
17
+
18
+ * added auth management of api keys ([cf65b6e](https://github.com/flowcore-io/flowcore-cli/commit/cf65b6e50cfaec64cd8aed02974e978be5a6a66a))
19
+
20
+ ## [3.0.1](https://github.com/flowcore-io/flowcore-cli/compare/v3.0.0...v3.0.1) (2024-08-29)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * updated scenario to fix local stream ([7d58533](https://github.com/flowcore-io/flowcore-cli/commit/7d585330f92a41bf6314e7d9e17c332635d1e6ea))
26
+
13
27
  ## [3.0.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.22.0...v3.0.0) (2024-08-29)
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/3.0.0 linux-x64 node-v20.17.0
21
+ @flowcore/cli/3.1.0 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.0/src/commands/apply.ts)_
89
+ _See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v3.1.0/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.0/src/commands/get/adapter.ts)_
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.0/src/commands/get/scenario.ts)_
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.0/src/commands/logs/adapter.ts)_
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.0/src/commands/reset/adapter.ts)_
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.0/src/commands/scenario/apply.ts)_
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.0/src/commands/scenario/generate/manifest.ts)_
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.0/src/commands/scenario/generate/transformer.ts)_
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.0/src/commands/scenario/local.ts)_
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
 
@@ -48,5 +48,5 @@
48
48
  ]
49
49
  }
50
50
  },
51
- "version": "3.0.0"
51
+ "version": "3.1.0"
52
52
  }
package/package.json CHANGED
@@ -5,11 +5,12 @@
5
5
  },
6
6
  "dependencies": {
7
7
  "@datastructures-js/queue": "^4.2.3",
8
+ "@flowcore/cli-plugin-auth-management": "^1.0.1",
8
9
  "@flowcore/cli-plugin-config": "^1.1.0",
9
10
  "@flowcore/cli-plugin-core": "^2.0.0",
10
11
  "@flowcore/cli-plugin-data-core": "^2.2.2",
11
12
  "@flowcore/cli-plugin-generator": "^1.3.0",
12
- "@flowcore/cli-plugin-scenario": "^3.0.0",
13
+ "@flowcore/cli-plugin-scenario": "^3.0.1",
13
14
  "@flowcore/time-bucket": "^1.1.0",
14
15
  "@oclif/core": "^3",
15
16
  "@oclif/plugin-autocomplete": "^3.0.2",
@@ -100,7 +101,7 @@
100
101
  "prestart": "npm run build",
101
102
  "update-schema": "rover graph introspect https://graph.api.staging.flowcore.io/graphql -o schema.gql"
102
103
  },
103
- "version": "3.0.0",
104
+ "version": "3.1.0",
104
105
  "bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
105
106
  "keywords": [
106
107
  "flowcore",