@flowcore/cli 4.2.0 → 4.2.2
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 +14 -0
- package/README.md +14 -14
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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
|
+
## [4.2.2](https://github.com/flowcore-io/flowcore-cli/compare/v4.2.1...v4.2.2) (2024-10-08)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* do not allow inputs to start or end with space ([f708bb2](https://github.com/flowcore-io/flowcore-cli/commit/f708bb2d6f4e7af070eec59c298a6c8f3a0c6f2e))
|
|
19
|
+
|
|
20
|
+
## [4.2.1](https://github.com/flowcore-io/flowcore-cli/compare/v4.2.0...v4.2.1) (2024-10-07)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* **scenario:** :bug: updated the scenario plugin to fix a few minor issues ([8e5582f](https://github.com/flowcore-io/flowcore-cli/commit/8e5582f0a6c23be5c85e5d5f49bf480571ff2a42))
|
|
26
|
+
|
|
13
27
|
## [4.2.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.1.1...v4.2.0) (2024-09-30)
|
|
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/4.2.
|
|
21
|
+
@flowcore/cli/4.2.2 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.
|
|
98
|
+
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.2.2/src/commands/apply.ts)_
|
|
99
99
|
|
|
100
100
|
## `flowcore auth delete key API_KEY_NAME`
|
|
101
101
|
|
|
@@ -370,7 +370,7 @@ EXAMPLES
|
|
|
370
370
|
$ cat <<EOF | flowcore data-core apply -f -
|
|
371
371
|
```
|
|
372
372
|
|
|
373
|
-
_See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v3.1.
|
|
373
|
+
_See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v3.1.1/src/commands/data-core/apply.ts)_
|
|
374
374
|
|
|
375
375
|
## `flowcore data-core generate event-type FLOWTYPE`
|
|
376
376
|
|
|
@@ -397,7 +397,7 @@ EXAMPLES
|
|
|
397
397
|
$ flowcore data-core generate event-type flow-type-name -n event-type-name -d "description of the event type" -f example.yaml
|
|
398
398
|
```
|
|
399
399
|
|
|
400
|
-
_See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v3.1.
|
|
400
|
+
_See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v3.1.1/src/commands/data-core/generate/event-type.ts)_
|
|
401
401
|
|
|
402
402
|
## `flowcore data-core generate flow-type`
|
|
403
403
|
|
|
@@ -424,7 +424,7 @@ EXAMPLES
|
|
|
424
424
|
$ flowcore data-core generate flow-type -n flow-type-name -d "description of the flow type" -f example.yaml
|
|
425
425
|
```
|
|
426
426
|
|
|
427
|
-
_See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v3.1.
|
|
427
|
+
_See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v3.1.1/src/commands/data-core/generate/flow-type.ts)_
|
|
428
428
|
|
|
429
429
|
## `flowcore data-core init`
|
|
430
430
|
|
|
@@ -455,7 +455,7 @@ EXAMPLES
|
|
|
455
455
|
$ flowcore data-core init -t flowcore -n data-core-name -f example.yaml
|
|
456
456
|
```
|
|
457
457
|
|
|
458
|
-
_See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v3.1.
|
|
458
|
+
_See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v3.1.1/src/commands/data-core/init.ts)_
|
|
459
459
|
|
|
460
460
|
## `flowcore generate nextjs-entity NAME`
|
|
461
461
|
|
|
@@ -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.
|
|
508
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.2/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.
|
|
534
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.2/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.
|
|
640
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.2/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.
|
|
1095
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.2/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.
|
|
1125
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.2/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.
|
|
1152
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.2/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.
|
|
1184
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.2/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.
|
|
1216
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.2/src/commands/scenario/local.ts)_
|
|
1217
1217
|
|
|
1218
1218
|
## `flowcore stream STREAM`
|
|
1219
1219
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"@flowcore/cli-plugin-auth-management": "^1.2.2",
|
|
10
10
|
"@flowcore/cli-plugin-config": "^2.4.1",
|
|
11
11
|
"@flowcore/cli-plugin-core": "^4.0.3",
|
|
12
|
-
"@flowcore/cli-plugin-data-core": "^3.1.
|
|
12
|
+
"@flowcore/cli-plugin-data-core": "^3.1.1",
|
|
13
13
|
"@flowcore/cli-plugin-generator": "^1.6.0",
|
|
14
|
-
"@flowcore/cli-plugin-scenario": "^4.1.
|
|
14
|
+
"@flowcore/cli-plugin-scenario": "^4.1.2",
|
|
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.
|
|
109
|
+
"version": "4.2.2",
|
|
110
110
|
"bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
|
|
111
111
|
"keywords": [
|
|
112
112
|
"flowcore",
|