@flowcore/cli 4.1.0 → 4.2.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 +15 -0
- package/README.md +25 -26
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,21 @@
|
|
|
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.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.1.1...v4.2.0) (2024-09-30)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **dependencies:** :sparkles: updated scenario and daca core plugins ([63b8dcb](https://github.com/flowcore-io/flowcore-cli/commit/63b8dcb8301fb82b3eca0d22996b91b0500f374c))
|
|
19
|
+
|
|
20
|
+
## [4.1.1](https://github.com/flowcore-io/flowcore-cli/compare/v4.1.0...v4.1.1) (2024-09-17)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* :bug: fixed graphql login problem ([47ffdac](https://github.com/flowcore-io/flowcore-cli/commit/47ffdacf7f166ef35bb673b1d2b968f861199587))
|
|
26
|
+
* bumped flowcore plugin packages to latest versions ([4454218](https://github.com/flowcore-io/flowcore-cli/commit/445421803e12f71b48b77eb7d4c5a666389d6b40))
|
|
27
|
+
|
|
13
28
|
## [4.1.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.0.3...v4.1.0) (2024-09-13)
|
|
14
29
|
|
|
15
30
|
|
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.
|
|
21
|
+
@flowcore/cli/4.2.0 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.
|
|
98
|
+
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.2.0/src/commands/apply.ts)_
|
|
99
99
|
|
|
100
100
|
## `flowcore auth delete key API_KEY_NAME`
|
|
101
101
|
|
|
@@ -291,7 +291,7 @@ EXAMPLES
|
|
|
291
291
|
$ flowcore
|
|
292
292
|
```
|
|
293
293
|
|
|
294
|
-
_See code: [@flowcore/cli-plugin-ai](https://github.com/flowcore-io/cli-plugin-ai/blob/v1.
|
|
294
|
+
_See code: [@flowcore/cli-plugin-ai](https://github.com/flowcore-io/cli-plugin-ai/blob/v1.1.2/src/commands/config/ai.ts)_
|
|
295
295
|
|
|
296
296
|
## `flowcore config set`
|
|
297
297
|
|
|
@@ -321,7 +321,7 @@ EXAMPLES
|
|
|
321
321
|
$ flowcore config set -l https://auth.flowcore.io/realms/flowcore/.well-known/openid-configuration -c my-client-id -p
|
|
322
322
|
```
|
|
323
323
|
|
|
324
|
-
_See code: [@flowcore/cli-plugin-config](https://github.com/flowcore/flowcore-cli-plugin-config/blob/v2.4.
|
|
324
|
+
_See code: [@flowcore/cli-plugin-config](https://github.com/flowcore/flowcore-cli-plugin-config/blob/v2.4.1/src/commands/config/set.ts)_
|
|
325
325
|
|
|
326
326
|
## `flowcore config show`
|
|
327
327
|
|
|
@@ -341,7 +341,7 @@ EXAMPLES
|
|
|
341
341
|
$ flowcore config show
|
|
342
342
|
```
|
|
343
343
|
|
|
344
|
-
_See code: [@flowcore/cli-plugin-config](https://github.com/flowcore/flowcore-cli-plugin-config/blob/v2.4.
|
|
344
|
+
_See code: [@flowcore/cli-plugin-config](https://github.com/flowcore/flowcore-cli-plugin-config/blob/v2.4.1/src/commands/config/show.ts)_
|
|
345
345
|
|
|
346
346
|
## `flowcore data-core apply`
|
|
347
347
|
|
|
@@ -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.0
|
|
373
|
+
_See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v3.1.0/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.0
|
|
400
|
+
_See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v3.1.0/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.0
|
|
427
|
+
_See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v3.1.0/src/commands/data-core/generate/flow-type.ts)_
|
|
428
428
|
|
|
429
429
|
## `flowcore data-core init`
|
|
430
430
|
|
|
@@ -432,15 +432,14 @@ Initialize a data core manifest
|
|
|
432
432
|
|
|
433
433
|
```
|
|
434
434
|
USAGE
|
|
435
|
-
$ flowcore data-core init
|
|
435
|
+
$ flowcore data-core init -t <value> [--profile <value>] [-f <value>] [-p] [-o]
|
|
436
436
|
|
|
437
437
|
FLAGS
|
|
438
438
|
-f, --file=<value> [default: flowcore.yaml] filename it will be created with, defaults to flowcore.yaml
|
|
439
|
-
-n, --name=<value> name of the data core to generate
|
|
440
439
|
-o, --overwrite overwrite the existing data core
|
|
441
|
-
-
|
|
442
|
-
|
|
443
|
-
|
|
440
|
+
-p, --no-placeholders use placeholders for the data core
|
|
441
|
+
-t, --tenant=<value> (required) tenant to apply the data core to, this is the org for your organization, it can be
|
|
442
|
+
seen in the url when accessing your organization
|
|
444
443
|
--profile=<value> Specify the configuration profile to use
|
|
445
444
|
|
|
446
445
|
DESCRIPTION
|
|
@@ -456,7 +455,7 @@ EXAMPLES
|
|
|
456
455
|
$ flowcore data-core init -t flowcore -n data-core-name -f example.yaml
|
|
457
456
|
```
|
|
458
457
|
|
|
459
|
-
_See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v3.0
|
|
458
|
+
_See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v3.1.0/src/commands/data-core/init.ts)_
|
|
460
459
|
|
|
461
460
|
## `flowcore generate nextjs-entity NAME`
|
|
462
461
|
|
|
@@ -506,7 +505,7 @@ EXAMPLES
|
|
|
506
505
|
$ flowcore get adapter adapter-name -t tenant-name -s scenario-name
|
|
507
506
|
```
|
|
508
507
|
|
|
509
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0
|
|
508
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.0/src/commands/get/adapter.ts)_
|
|
510
509
|
|
|
511
510
|
## `flowcore get scenario [SCENARIO]`
|
|
512
511
|
|
|
@@ -532,7 +531,7 @@ EXAMPLES
|
|
|
532
531
|
$ flowcore get scenario scenario-name -t tenant-name
|
|
533
532
|
```
|
|
534
533
|
|
|
535
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0
|
|
534
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.0/src/commands/get/scenario.ts)_
|
|
536
535
|
|
|
537
536
|
## `flowcore get tenant [NAME]`
|
|
538
537
|
|
|
@@ -604,7 +603,7 @@ EXAMPLES
|
|
|
604
603
|
$ flowcore login --port 8080
|
|
605
604
|
```
|
|
606
605
|
|
|
607
|
-
_See code: [@flowcore/cli-plugin-config](https://github.com/flowcore/flowcore-cli-plugin-config/blob/v2.4.
|
|
606
|
+
_See code: [@flowcore/cli-plugin-config](https://github.com/flowcore/flowcore-cli-plugin-config/blob/v2.4.1/src/commands/login.ts)_
|
|
608
607
|
|
|
609
608
|
## `flowcore logs adapter ADAPTER`
|
|
610
609
|
|
|
@@ -638,7 +637,7 @@ EXAMPLES
|
|
|
638
637
|
$ flowcore logs adapter adapter-name -t tenant-name -s scenario-name --json
|
|
639
638
|
```
|
|
640
639
|
|
|
641
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0
|
|
640
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.0/src/commands/logs/adapter.ts)_
|
|
642
641
|
|
|
643
642
|
## `flowcore new bun-service NAME`
|
|
644
643
|
|
|
@@ -1093,7 +1092,7 @@ EXAMPLES
|
|
|
1093
1092
|
$ flowcore reset adapter adapter-name -t tenant-name -s scenario-name -e 9cb35da2-ba64-4bb5-86d6-ef20ebc62ab7
|
|
1094
1093
|
```
|
|
1095
1094
|
|
|
1096
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0
|
|
1095
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.0/src/commands/reset/adapter.ts)_
|
|
1097
1096
|
|
|
1098
1097
|
## `flowcore scenario apply`
|
|
1099
1098
|
|
|
@@ -1123,7 +1122,7 @@ EXAMPLES
|
|
|
1123
1122
|
$ cat <<EOF | flowcore scenario apply -f -
|
|
1124
1123
|
```
|
|
1125
1124
|
|
|
1126
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0
|
|
1125
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.0/src/commands/scenario/apply.ts)_
|
|
1127
1126
|
|
|
1128
1127
|
## `flowcore scenario generate transformer`
|
|
1129
1128
|
|
|
@@ -1150,7 +1149,7 @@ EXAMPLES
|
|
|
1150
1149
|
$ flowcore scenario generate transformer -n flow-type-name -d "description of the transformer" -f example.yaml
|
|
1151
1150
|
```
|
|
1152
1151
|
|
|
1153
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0
|
|
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)_
|
|
1154
1153
|
|
|
1155
1154
|
## `flowcore scenario init`
|
|
1156
1155
|
|
|
@@ -1182,7 +1181,7 @@ EXAMPLES
|
|
|
1182
1181
|
$ flowcore scenario init -t flowcore -n scenario-name -f example.yaml
|
|
1183
1182
|
```
|
|
1184
1183
|
|
|
1185
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0
|
|
1184
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.0/src/commands/scenario/init.ts)_
|
|
1186
1185
|
|
|
1187
1186
|
## `flowcore scenario local`
|
|
1188
1187
|
|
|
@@ -1214,7 +1213,7 @@ EXAMPLES
|
|
|
1214
1213
|
$ cat <<EOF | flowcore scenario local -f -
|
|
1215
1214
|
```
|
|
1216
1215
|
|
|
1217
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0
|
|
1216
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.0/src/commands/scenario/local.ts)_
|
|
1218
1217
|
|
|
1219
1218
|
## `flowcore stream STREAM`
|
|
1220
1219
|
|
|
@@ -1254,7 +1253,7 @@ EXAMPLES
|
|
|
1254
1253
|
$ flowcore stream "https://flowcore.io/<org>/<data core>/<flow type>/[<event type1>,<event type2>,<event type3>].stream" -s 3m
|
|
1255
1254
|
```
|
|
1256
1255
|
|
|
1257
|
-
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/
|
|
1256
|
+
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v4.0.3/src/commands/stream.ts)_
|
|
1258
1257
|
|
|
1259
1258
|
## `flowcore stream http STREAM`
|
|
1260
1259
|
|
|
@@ -1296,7 +1295,7 @@ EXAMPLES
|
|
|
1296
1295
|
$ flowcore stream http "https://flowcore.io/<org>/<data core>/<flow type>/[<event type1>,<event type2>,<event type3>].stream" -s 3m -d http://localhost:3000/transform
|
|
1297
1296
|
```
|
|
1298
1297
|
|
|
1299
|
-
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/
|
|
1298
|
+
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v4.0.3/src/commands/stream/http.ts)_
|
|
1300
1299
|
|
|
1301
1300
|
## `flowcore version`
|
|
1302
1301
|
|
|
@@ -1333,5 +1332,5 @@ DESCRIPTION
|
|
|
1333
1332
|
Check what user you are logged in as
|
|
1334
1333
|
```
|
|
1335
1334
|
|
|
1336
|
-
_See code: [@flowcore/cli-plugin-config](https://github.com/flowcore/flowcore-cli-plugin-config/blob/v2.4.
|
|
1335
|
+
_See code: [@flowcore/cli-plugin-config](https://github.com/flowcore/flowcore-cli-plugin-config/blob/v2.4.1/src/commands/whoami.ts)_
|
|
1337
1336
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@datastructures-js/queue": "^4.2.3",
|
|
8
|
-
"@flowcore/cli-plugin-ai": "^1.
|
|
8
|
+
"@flowcore/cli-plugin-ai": "^1.1.2",
|
|
9
9
|
"@flowcore/cli-plugin-auth-management": "^1.2.2",
|
|
10
|
-
"@flowcore/cli-plugin-config": "^2.4.
|
|
11
|
-
"@flowcore/cli-plugin-core": "^
|
|
12
|
-
"@flowcore/cli-plugin-data-core": "^3.0
|
|
10
|
+
"@flowcore/cli-plugin-config": "^2.4.1",
|
|
11
|
+
"@flowcore/cli-plugin-core": "^4.0.3",
|
|
12
|
+
"@flowcore/cli-plugin-data-core": "^3.1.0",
|
|
13
13
|
"@flowcore/cli-plugin-generator": "^1.6.0",
|
|
14
|
-
"@flowcore/cli-plugin-scenario": "^4.0
|
|
14
|
+
"@flowcore/cli-plugin-scenario": "^4.1.0",
|
|
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.
|
|
109
|
+
"version": "4.2.0",
|
|
110
110
|
"bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
|
|
111
111
|
"keywords": [
|
|
112
112
|
"flowcore",
|