@flowcore/cli 2.18.1 → 2.19.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,18 @@
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.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.18.1...v2.19.0) (2024-08-19)
14
+
15
+
16
+ ### Features
17
+
18
+ * updated scenario plugin ([7b56a9f](https://github.com/flowcore-io/flowcore-cli/commit/7b56a9ff8fcbb5508f570dcd2c12096df1238a52))
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * update plugin scenario ([feb85cd](https://github.com/flowcore-io/flowcore-cli/commit/feb85cd27edf859b1b81001404e9868c99f2e3ef))
24
+
13
25
  ## [2.18.1](https://github.com/flowcore-io/flowcore-cli/compare/v2.18.0...v2.18.1) (2024-08-06)
14
26
 
15
27
 
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.18.1 linux-x64 node-v20.16.0
21
+ @flowcore/cli/2.19.0 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.18.1/src/commands/apply.ts)_
85
+ _See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v2.19.0/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.12.0/src/commands/get/adapter.ts)_
331
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.13.0/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.12.0/src/commands/get/scenario.ts)_
357
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.13.0/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.12.0/src/commands/logs/adapter.ts)_
435
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.13.0/src/commands/logs/adapter.ts)_
436
436
 
437
437
  ## `flowcore new nextjs-app NAME`
438
438
 
@@ -762,7 +762,7 @@ ARGUMENTS
762
762
  ADAPTER adapter name or id
763
763
 
764
764
  FLAGS
765
- -b, --bucket=<value> time bucket
765
+ -b, --bucket=<value> time bucket (YYYYMMDDHHmmss or first)
766
766
  -e, --eventId=<value> time uuid
767
767
  -s, --scenario=<value> (required) scenario
768
768
  -t, --tenant=<value> (required) tenant
@@ -774,10 +774,12 @@ DESCRIPTION
774
774
  EXAMPLES
775
775
  $ flowcore reset adapter adapter-name -t tenant-name -s scenario-name -b 20240718110000
776
776
 
777
+ $ flowcore reset adapter adapter-name -t tenant-name -s scenario-name -b first
778
+
777
779
  $ flowcore reset adapter adapter-name -t tenant-name -s scenario-name -e 9cb35da2-ba64-4bb5-86d6-ef20ebc62ab7
778
780
  ```
779
781
 
780
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.12.0/src/commands/reset/adapter.ts)_
782
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.13.0/src/commands/reset/adapter.ts)_
781
783
 
782
784
  ## `flowcore scenario apply`
783
785
 
@@ -807,7 +809,7 @@ EXAMPLES
807
809
  $ cat <<EOF | flowcore scenario apply -f -
808
810
  ```
809
811
 
810
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.12.0/src/commands/scenario/apply.ts)_
812
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.13.0/src/commands/scenario/apply.ts)_
811
813
 
812
814
  ## `flowcore scenario generate manifest`
813
815
 
@@ -839,7 +841,7 @@ EXAMPLES
839
841
  $ flowcore scenario generate manifest -t flowcore -n scenario-name -f example.yaml
840
842
  ```
841
843
 
842
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.12.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.0/src/commands/scenario/generate/manifest.ts)_
843
845
 
844
846
  ## `flowcore scenario generate transformer`
845
847
 
@@ -866,7 +868,7 @@ EXAMPLES
866
868
  $ flowcore scenario generate transformer -n flow-type-name -d "description of the transformer" -f example.yaml
867
869
  ```
868
870
 
869
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.12.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.0/src/commands/scenario/generate/transformer.ts)_
870
872
 
871
873
  ## `flowcore scenario local`
872
874
 
@@ -898,7 +900,7 @@ EXAMPLES
898
900
  $ cat <<EOF | flowcore scenario local -f -
899
901
  ```
900
902
 
901
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.12.0/src/commands/scenario/local.ts)_
903
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v2.13.0/src/commands/scenario/local.ts)_
902
904
 
903
905
  ## `flowcore stream STREAM`
904
906
 
@@ -48,5 +48,5 @@
48
48
  ]
49
49
  }
50
50
  },
51
- "version": "2.18.1"
51
+ "version": "2.19.0"
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.12.0",
12
+ "@flowcore/cli-plugin-scenario": "^2.13.0",
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.18.1",
99
+ "version": "2.19.0",
100
100
  "bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
101
101
  "keywords": [
102
102
  "flowcore",