@flowcore/cli 4.2.0 → 4.2.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
+ ## [4.2.1](https://github.com/flowcore-io/flowcore-cli/compare/v4.2.0...v4.2.1) (2024-10-07)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **scenario:** :bug: updated the scenario plugin to fix a few minor issues ([8e5582f](https://github.com/flowcore-io/flowcore-cli/commit/8e5582f0a6c23be5c85e5d5f49bf480571ff2a42))
19
+
13
20
  ## [4.2.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.1.1...v4.2.0) (2024-09-30)
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/4.2.0 linux-x64 node-v20.17.0
21
+ @flowcore/cli/4.2.1 linux-x64 node-v20.17.0
22
22
  $ flowcore --help [COMMAND]
23
23
  USAGE
24
24
  $ flowcore COMMAND
@@ -95,7 +95,7 @@ EXAMPLES
95
95
  $ flowcore apply -f ./path/to/manifest.yml
96
96
  ```
97
97
 
98
- _See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.2.0/src/commands/apply.ts)_
98
+ _See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.2.1/src/commands/apply.ts)_
99
99
 
100
100
  ## `flowcore auth delete key API_KEY_NAME`
101
101
 
@@ -505,7 +505,7 @@ EXAMPLES
505
505
  $ flowcore get adapter adapter-name -t tenant-name -s scenario-name
506
506
  ```
507
507
 
508
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.0/src/commands/get/adapter.ts)_
508
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.1/src/commands/get/adapter.ts)_
509
509
 
510
510
  ## `flowcore get scenario [SCENARIO]`
511
511
 
@@ -531,7 +531,7 @@ EXAMPLES
531
531
  $ flowcore get scenario scenario-name -t tenant-name
532
532
  ```
533
533
 
534
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.0/src/commands/get/scenario.ts)_
534
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.1/src/commands/get/scenario.ts)_
535
535
 
536
536
  ## `flowcore get tenant [NAME]`
537
537
 
@@ -637,7 +637,7 @@ EXAMPLES
637
637
  $ flowcore logs adapter adapter-name -t tenant-name -s scenario-name --json
638
638
  ```
639
639
 
640
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.0/src/commands/logs/adapter.ts)_
640
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.1/src/commands/logs/adapter.ts)_
641
641
 
642
642
  ## `flowcore new bun-service NAME`
643
643
 
@@ -1092,7 +1092,7 @@ EXAMPLES
1092
1092
  $ flowcore reset adapter adapter-name -t tenant-name -s scenario-name -e 9cb35da2-ba64-4bb5-86d6-ef20ebc62ab7
1093
1093
  ```
1094
1094
 
1095
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.0/src/commands/reset/adapter.ts)_
1095
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.1/src/commands/reset/adapter.ts)_
1096
1096
 
1097
1097
  ## `flowcore scenario apply`
1098
1098
 
@@ -1122,7 +1122,7 @@ EXAMPLES
1122
1122
  $ cat <<EOF | flowcore scenario apply -f -
1123
1123
  ```
1124
1124
 
1125
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.0/src/commands/scenario/apply.ts)_
1125
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.1/src/commands/scenario/apply.ts)_
1126
1126
 
1127
1127
  ## `flowcore scenario generate transformer`
1128
1128
 
@@ -1149,7 +1149,7 @@ EXAMPLES
1149
1149
  $ flowcore scenario generate transformer -n flow-type-name -d "description of the transformer" -f example.yaml
1150
1150
  ```
1151
1151
 
1152
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.0/src/commands/scenario/generate/transformer.ts)_
1152
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.1/src/commands/scenario/generate/transformer.ts)_
1153
1153
 
1154
1154
  ## `flowcore scenario init`
1155
1155
 
@@ -1181,7 +1181,7 @@ EXAMPLES
1181
1181
  $ flowcore scenario init -t flowcore -n scenario-name -f example.yaml
1182
1182
  ```
1183
1183
 
1184
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.0/src/commands/scenario/init.ts)_
1184
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.1/src/commands/scenario/init.ts)_
1185
1185
 
1186
1186
  ## `flowcore scenario local`
1187
1187
 
@@ -1213,7 +1213,7 @@ EXAMPLES
1213
1213
  $ cat <<EOF | flowcore scenario local -f -
1214
1214
  ```
1215
1215
 
1216
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.0/src/commands/scenario/local.ts)_
1216
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.1/src/commands/scenario/local.ts)_
1217
1217
 
1218
1218
  ## `flowcore stream STREAM`
1219
1219
 
@@ -48,5 +48,5 @@
48
48
  ]
49
49
  }
50
50
  },
51
- "version": "4.2.0"
51
+ "version": "4.2.1"
52
52
  }
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "@flowcore/cli-plugin-core": "^4.0.3",
12
12
  "@flowcore/cli-plugin-data-core": "^3.1.0",
13
13
  "@flowcore/cli-plugin-generator": "^1.6.0",
14
- "@flowcore/cli-plugin-scenario": "^4.1.0",
14
+ "@flowcore/cli-plugin-scenario": "^4.1.1",
15
15
  "@flowcore/cli-plugin-tenant-management": "^1.1.1",
16
16
  "@flowcore/time-bucket": "^1.1.0",
17
17
  "@oclif/core": "^4.0.21",
@@ -106,7 +106,7 @@
106
106
  "prestart": "npm run build",
107
107
  "update-schema": "rover graph introspect https://graph.api.staging.flowcore.io/graphql -o schema.gql"
108
108
  },
109
- "version": "4.2.0",
109
+ "version": "4.2.1",
110
110
  "bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
111
111
  "keywords": [
112
112
  "flowcore",