@flowcore/cli 2.19.0 → 2.19.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 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.1](https://github.com/flowcore-io/flowcore-cli/compare/v2.19.0...v2.19.1) (2024-08-19)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * bumped scenario plugin ([3e0abce](https://github.com/flowcore-io/flowcore-cli/commit/3e0abce63029c0a5953e89dcf88e651ff37d1b12))
19
+
13
20
  ## [2.19.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.18.1...v2.19.0) (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.0 linux-x64 node-v20.16.0
21
+ @flowcore/cli/2.19.1 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.0/src/commands/apply.ts)_
85
+ _See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v2.19.1/src/commands/apply.ts)_
86
86
 
87
87
  ## `flowcore autocomplete [SHELL]`
88
88
 
@@ -328,7 +328,7 @@ EXAMPLES
328
328
  $ flowcore get adapter adapter-name -t tenant-name -s scenario-name
329
329
  ```
330
330
 
331
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.13.0/src/commands/get/adapter.ts)_
331
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.13.1/src/commands/get/adapter.ts)_
332
332
 
333
333
  ## `flowcore get scenario [SCENARIO]`
334
334
 
@@ -354,7 +354,7 @@ EXAMPLES
354
354
  $ flowcore get scenario scenario-name -t tenant-name
355
355
  ```
356
356
 
357
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.13.0/src/commands/get/scenario.ts)_
357
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.13.1/src/commands/get/scenario.ts)_
358
358
 
359
359
  ## `flowcore help [COMMANDS]`
360
360
 
@@ -432,7 +432,7 @@ EXAMPLES
432
432
  $ flowcore logs adapter adapter-name -t tenant-name -s scenario-name --json
433
433
  ```
434
434
 
435
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.13.0/src/commands/logs/adapter.ts)_
435
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.13.1/src/commands/logs/adapter.ts)_
436
436
 
437
437
  ## `flowcore new nextjs-app NAME`
438
438
 
@@ -779,7 +779,7 @@ EXAMPLES
779
779
  $ flowcore reset adapter adapter-name -t tenant-name -s scenario-name -e 9cb35da2-ba64-4bb5-86d6-ef20ebc62ab7
780
780
  ```
781
781
 
782
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.13.0/src/commands/reset/adapter.ts)_
782
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.13.1/src/commands/reset/adapter.ts)_
783
783
 
784
784
  ## `flowcore scenario apply`
785
785
 
@@ -809,7 +809,7 @@ EXAMPLES
809
809
  $ cat <<EOF | flowcore scenario apply -f -
810
810
  ```
811
811
 
812
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.13.0/src/commands/scenario/apply.ts)_
812
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.13.1/src/commands/scenario/apply.ts)_
813
813
 
814
814
  ## `flowcore scenario generate manifest`
815
815
 
@@ -841,7 +841,7 @@ EXAMPLES
841
841
  $ flowcore scenario generate manifest -t flowcore -n scenario-name -f example.yaml
842
842
  ```
843
843
 
844
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.13.0/src/commands/scenario/generate/manifest.ts)_
844
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.13.1/src/commands/scenario/generate/manifest.ts)_
845
845
 
846
846
  ## `flowcore scenario generate transformer`
847
847
 
@@ -868,7 +868,7 @@ EXAMPLES
868
868
  $ flowcore scenario generate transformer -n flow-type-name -d "description of the transformer" -f example.yaml
869
869
  ```
870
870
 
871
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.13.0/src/commands/scenario/generate/transformer.ts)_
871
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.13.1/src/commands/scenario/generate/transformer.ts)_
872
872
 
873
873
  ## `flowcore scenario local`
874
874
 
@@ -900,7 +900,7 @@ EXAMPLES
900
900
  $ cat <<EOF | flowcore scenario local -f -
901
901
  ```
902
902
 
903
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.13.0/src/commands/scenario/local.ts)_
903
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.13.1/src/commands/scenario/local.ts)_
904
904
 
905
905
  ## `flowcore stream STREAM`
906
906
 
@@ -48,5 +48,5 @@
48
48
  ]
49
49
  }
50
50
  },
51
- "version": "2.19.0"
51
+ "version": "2.19.1"
52
52
  }
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "@flowcore/cli-plugin-core": "^1.6.1",
10
10
  "@flowcore/cli-plugin-data-core": "^2.2.2",
11
11
  "@flowcore/cli-plugin-generator": "^1.0.0",
12
- "@flowcore/cli-plugin-scenario": "^2.13.0",
12
+ "@flowcore/cli-plugin-scenario": "^2.13.1",
13
13
  "@flowcore/time-bucket": "^1.1.0",
14
14
  "@oclif/core": "^3",
15
15
  "@oclif/plugin-autocomplete": "^3.0.2",
@@ -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.0",
99
+ "version": "2.19.1",
100
100
  "bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
101
101
  "keywords": [
102
102
  "flowcore",