@flowcore/cli 4.11.0 → 4.12.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 +14 -0
- package/README.md +15 -15
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.12.1](https://github.com/flowcore-io/flowcore-cli/compare/v4.12.0...v4.12.1) (2025-02-07)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* update data core plugin ([fe0f148](https://github.com/flowcore-io/flowcore-cli/commit/fe0f148033bb9cda056ac97669771afafb864cbe))
|
|
19
|
+
|
|
20
|
+
## [4.12.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.11.0...v4.12.0) (2025-02-07)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* update plugins ([287bf1c](https://github.com/flowcore-io/flowcore-cli/commit/287bf1c4f2977691a9d943b22e53fb982360818c))
|
|
26
|
+
|
|
13
27
|
## [4.11.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.10.3...v4.11.0) (2025-01-31)
|
|
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.
|
|
21
|
+
@flowcore/cli/4.12.1 linux-x64 node-v22.13.1
|
|
22
22
|
$ flowcore --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ flowcore COMMAND
|
|
@@ -99,7 +99,7 @@ EXAMPLES
|
|
|
99
99
|
$ flowcore apply -f ./path/to/manifest.yml
|
|
100
100
|
```
|
|
101
101
|
|
|
102
|
-
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.
|
|
102
|
+
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.12.1/src/commands/apply.ts)_
|
|
103
103
|
|
|
104
104
|
## `flowcore auth delete key API_KEY_NAME`
|
|
105
105
|
|
|
@@ -325,7 +325,7 @@ EXAMPLES
|
|
|
325
325
|
$ flowcore config set -l https://auth.flowcore.io/realms/flowcore/.well-known/openid-configuration -c my-client-id -p
|
|
326
326
|
```
|
|
327
327
|
|
|
328
|
-
_See code: [@flowcore/cli-plugin-config](https://github.com/flowcore/flowcore-cli-plugin-config/blob/v2.
|
|
328
|
+
_See code: [@flowcore/cli-plugin-config](https://github.com/flowcore/flowcore-cli-plugin-config/blob/v2.5.0/src/commands/config/set.ts)_
|
|
329
329
|
|
|
330
330
|
## `flowcore config show`
|
|
331
331
|
|
|
@@ -345,7 +345,7 @@ EXAMPLES
|
|
|
345
345
|
$ flowcore config show
|
|
346
346
|
```
|
|
347
347
|
|
|
348
|
-
_See code: [@flowcore/cli-plugin-config](https://github.com/flowcore/flowcore-cli-plugin-config/blob/v2.
|
|
348
|
+
_See code: [@flowcore/cli-plugin-config](https://github.com/flowcore/flowcore-cli-plugin-config/blob/v2.5.0/src/commands/config/show.ts)_
|
|
349
349
|
|
|
350
350
|
## `flowcore data-core apply`
|
|
351
351
|
|
|
@@ -374,7 +374,7 @@ EXAMPLES
|
|
|
374
374
|
$ cat <<EOF | flowcore data-core apply -f -
|
|
375
375
|
```
|
|
376
376
|
|
|
377
|
-
_See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v3.
|
|
377
|
+
_See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v3.2.1/src/commands/data-core/apply.ts)_
|
|
378
378
|
|
|
379
379
|
## `flowcore data-core generate event-type FLOWTYPE`
|
|
380
380
|
|
|
@@ -401,7 +401,7 @@ EXAMPLES
|
|
|
401
401
|
$ flowcore data-core generate event-type flow-type-name -n event-type-name -d "description of the event type" -f example.yaml
|
|
402
402
|
```
|
|
403
403
|
|
|
404
|
-
_See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v3.
|
|
404
|
+
_See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v3.2.1/src/commands/data-core/generate/event-type.ts)_
|
|
405
405
|
|
|
406
406
|
## `flowcore data-core generate flow-type`
|
|
407
407
|
|
|
@@ -428,7 +428,7 @@ EXAMPLES
|
|
|
428
428
|
$ flowcore data-core generate flow-type -n flow-type-name -d "description of the flow type" -f example.yaml
|
|
429
429
|
```
|
|
430
430
|
|
|
431
|
-
_See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v3.
|
|
431
|
+
_See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v3.2.1/src/commands/data-core/generate/flow-type.ts)_
|
|
432
432
|
|
|
433
433
|
## `flowcore data-core init`
|
|
434
434
|
|
|
@@ -459,7 +459,7 @@ EXAMPLES
|
|
|
459
459
|
$ flowcore data-core init -t flowcore -n data-core-name -f example.yaml
|
|
460
460
|
```
|
|
461
461
|
|
|
462
|
-
_See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v3.
|
|
462
|
+
_See code: [@flowcore/cli-plugin-data-core](https://github.com/flowcore/flowcore-cli-data-core/blob/v3.2.1/src/commands/data-core/init.ts)_
|
|
463
463
|
|
|
464
464
|
## `flowcore delete`
|
|
465
465
|
|
|
@@ -483,7 +483,7 @@ EXAMPLES
|
|
|
483
483
|
cat ./path/to/manifest.yml | flowcore delete -f -
|
|
484
484
|
```
|
|
485
485
|
|
|
486
|
-
_See code: [src/commands/delete.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.
|
|
486
|
+
_See code: [src/commands/delete.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.12.1/src/commands/delete.ts)_
|
|
487
487
|
|
|
488
488
|
## `flowcore diff`
|
|
489
489
|
|
|
@@ -504,7 +504,7 @@ EXAMPLES
|
|
|
504
504
|
$ flowcore diff -f ./path/to/manifest.yml
|
|
505
505
|
```
|
|
506
506
|
|
|
507
|
-
_See code: [src/commands/diff.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.
|
|
507
|
+
_See code: [src/commands/diff.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.12.1/src/commands/diff.ts)_
|
|
508
508
|
|
|
509
509
|
## `flowcore generate nextjs-entity NAME`
|
|
510
510
|
|
|
@@ -649,7 +649,7 @@ EXAMPLES
|
|
|
649
649
|
$ flowcore info
|
|
650
650
|
```
|
|
651
651
|
|
|
652
|
-
_See code: [src/commands/info.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.
|
|
652
|
+
_See code: [src/commands/info.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.12.1/src/commands/info.ts)_
|
|
653
653
|
|
|
654
654
|
## `flowcore login`
|
|
655
655
|
|
|
@@ -672,7 +672,7 @@ EXAMPLES
|
|
|
672
672
|
$ flowcore login --port 8080
|
|
673
673
|
```
|
|
674
674
|
|
|
675
|
-
_See code: [@flowcore/cli-plugin-config](https://github.com/flowcore/flowcore-cli-plugin-config/blob/v2.
|
|
675
|
+
_See code: [@flowcore/cli-plugin-config](https://github.com/flowcore/flowcore-cli-plugin-config/blob/v2.5.0/src/commands/login.ts)_
|
|
676
676
|
|
|
677
677
|
## `flowcore logs adapter ADAPTER`
|
|
678
678
|
|
|
@@ -1324,7 +1324,7 @@ EXAMPLES
|
|
|
1324
1324
|
$ flowcore stream "https://flowcore.io/<org>/<data core>/<flow type>/[<event type1>,<event type2>,<event type3>].stream" -s 3m
|
|
1325
1325
|
```
|
|
1326
1326
|
|
|
1327
|
-
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.1.
|
|
1327
|
+
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.1.4/src/commands/stream.ts)_
|
|
1328
1328
|
|
|
1329
1329
|
## `flowcore stream http STREAM`
|
|
1330
1330
|
|
|
@@ -1367,7 +1367,7 @@ EXAMPLES
|
|
|
1367
1367
|
$ 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
|
|
1368
1368
|
```
|
|
1369
1369
|
|
|
1370
|
-
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.1.
|
|
1370
|
+
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.1.4/src/commands/stream/http.ts)_
|
|
1371
1371
|
|
|
1372
1372
|
## `flowcore version`
|
|
1373
1373
|
|
|
@@ -1404,5 +1404,5 @@ DESCRIPTION
|
|
|
1404
1404
|
Check what user you are logged in as
|
|
1405
1405
|
```
|
|
1406
1406
|
|
|
1407
|
-
_See code: [@flowcore/cli-plugin-config](https://github.com/flowcore/flowcore-cli-plugin-config/blob/v2.
|
|
1407
|
+
_See code: [@flowcore/cli-plugin-config](https://github.com/flowcore/flowcore-cli-plugin-config/blob/v2.5.0/src/commands/whoami.ts)_
|
|
1408
1408
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
"@datastructures-js/queue": "^4.2.3",
|
|
8
8
|
"@flowcore/cli-plugin-ai": "^1.1.2",
|
|
9
9
|
"@flowcore/cli-plugin-auth-management": "^1.2.2",
|
|
10
|
-
"@flowcore/cli-plugin-config": "^2.
|
|
11
|
-
"@flowcore/cli-plugin-core": "
|
|
12
|
-
"@flowcore/cli-plugin-data-core": "^3.
|
|
10
|
+
"@flowcore/cli-plugin-config": "^2.5.0",
|
|
11
|
+
"@flowcore/cli-plugin-core": "^5.1.4",
|
|
12
|
+
"@flowcore/cli-plugin-data-core": "^3.2.1",
|
|
13
13
|
"@flowcore/cli-plugin-generator": "^1.6.0",
|
|
14
14
|
"@flowcore/cli-plugin-scenario": "^4.1.2",
|
|
15
15
|
"@flowcore/cli-plugin-tenant-management": "^1.1.1",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"prestart": "npm run build",
|
|
114
114
|
"update-schema": "rover graph introspect https://graph.api.staging.flowcore.io/graphql -o schema.gql"
|
|
115
115
|
},
|
|
116
|
-
"version": "4.
|
|
116
|
+
"version": "4.12.1",
|
|
117
117
|
"bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
|
|
118
118
|
"keywords": [
|
|
119
119
|
"flowcore",
|