@flowcore/cli 4.12.5 → 4.12.6
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 +7 -0
- package/README.md +16 -15
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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.12.6](https://github.com/flowcore-io/flowcore-cli/compare/v4.12.5...v4.12.6) (2025-03-06)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* update scenario plugin to version 4.1.5 ([0ed9ddf](https://github.com/flowcore-io/flowcore-cli/commit/0ed9ddf811d738d7ef190854f6903c49ce39a365))
|
|
19
|
+
|
|
13
20
|
## [4.12.5](https://github.com/flowcore-io/flowcore-cli/compare/v4.12.4...v4.12.5) (2025-02-16)
|
|
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.12.
|
|
21
|
+
@flowcore/cli/4.12.6 linux-x64 node-v20.16.0
|
|
22
22
|
$ flowcore --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ flowcore COMMAND
|
|
@@ -105,7 +105,7 @@ EXAMPLES
|
|
|
105
105
|
$ flowcore apply -f ./path/to/manifest.yml
|
|
106
106
|
```
|
|
107
107
|
|
|
108
|
-
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.12.
|
|
108
|
+
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.12.6/src/commands/apply.ts)_
|
|
109
109
|
|
|
110
110
|
## `flowcore auth delete key API_KEY_NAME`
|
|
111
111
|
|
|
@@ -489,7 +489,7 @@ EXAMPLES
|
|
|
489
489
|
cat ./path/to/manifest.yml | flowcore delete -f -
|
|
490
490
|
```
|
|
491
491
|
|
|
492
|
-
_See code: [src/commands/delete.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.12.
|
|
492
|
+
_See code: [src/commands/delete.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.12.6/src/commands/delete.ts)_
|
|
493
493
|
|
|
494
494
|
## `flowcore delete policy NAME`
|
|
495
495
|
|
|
@@ -556,7 +556,7 @@ EXAMPLES
|
|
|
556
556
|
$ flowcore diff -f ./path/to/manifest.yml
|
|
557
557
|
```
|
|
558
558
|
|
|
559
|
-
_See code: [src/commands/diff.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.12.
|
|
559
|
+
_See code: [src/commands/diff.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.12.6/src/commands/diff.ts)_
|
|
560
560
|
|
|
561
561
|
## `flowcore edit policy NAME`
|
|
562
562
|
|
|
@@ -658,7 +658,7 @@ EXAMPLES
|
|
|
658
658
|
$ flowcore get adapter adapter-name -t tenant-name -s scenario-name
|
|
659
659
|
```
|
|
660
660
|
|
|
661
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.
|
|
661
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.6/src/commands/get/adapter.ts)_
|
|
662
662
|
|
|
663
663
|
## `flowcore get policy [NAME]`
|
|
664
664
|
|
|
@@ -730,7 +730,7 @@ EXAMPLES
|
|
|
730
730
|
$ flowcore get scenario scenario-name -t tenant-name
|
|
731
731
|
```
|
|
732
732
|
|
|
733
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.
|
|
733
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.6/src/commands/get/scenario.ts)_
|
|
734
734
|
|
|
735
735
|
## `flowcore get tenant [NAME]`
|
|
736
736
|
|
|
@@ -799,7 +799,7 @@ EXAMPLES
|
|
|
799
799
|
$ flowcore info
|
|
800
800
|
```
|
|
801
801
|
|
|
802
|
-
_See code: [src/commands/info.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.12.
|
|
802
|
+
_See code: [src/commands/info.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.12.6/src/commands/info.ts)_
|
|
803
803
|
|
|
804
804
|
## `flowcore login`
|
|
805
805
|
|
|
@@ -856,7 +856,7 @@ EXAMPLES
|
|
|
856
856
|
$ flowcore logs adapter adapter-name -t tenant-name -s scenario-name --json
|
|
857
857
|
```
|
|
858
858
|
|
|
859
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.
|
|
859
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.6/src/commands/logs/adapter.ts)_
|
|
860
860
|
|
|
861
861
|
## `flowcore new bun-service NAME`
|
|
862
862
|
|
|
@@ -1311,7 +1311,7 @@ EXAMPLES
|
|
|
1311
1311
|
$ flowcore reset adapter adapter-name -t tenant-name -s scenario-name -e 9cb35da2-ba64-4bb5-86d6-ef20ebc62ab7
|
|
1312
1312
|
```
|
|
1313
1313
|
|
|
1314
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.
|
|
1314
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.6/src/commands/reset/adapter.ts)_
|
|
1315
1315
|
|
|
1316
1316
|
## `flowcore scenario apply`
|
|
1317
1317
|
|
|
@@ -1341,7 +1341,7 @@ EXAMPLES
|
|
|
1341
1341
|
$ cat <<EOF | flowcore scenario apply -f -
|
|
1342
1342
|
```
|
|
1343
1343
|
|
|
1344
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.
|
|
1344
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.6/src/commands/scenario/apply.ts)_
|
|
1345
1345
|
|
|
1346
1346
|
## `flowcore scenario generate transformer`
|
|
1347
1347
|
|
|
@@ -1368,7 +1368,7 @@ EXAMPLES
|
|
|
1368
1368
|
$ flowcore scenario generate transformer -n flow-type-name -d "description of the transformer" -f example.yaml
|
|
1369
1369
|
```
|
|
1370
1370
|
|
|
1371
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.
|
|
1371
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.6/src/commands/scenario/generate/transformer.ts)_
|
|
1372
1372
|
|
|
1373
1373
|
## `flowcore scenario init`
|
|
1374
1374
|
|
|
@@ -1400,7 +1400,7 @@ EXAMPLES
|
|
|
1400
1400
|
$ flowcore scenario init -t flowcore -n scenario-name -f example.yaml
|
|
1401
1401
|
```
|
|
1402
1402
|
|
|
1403
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.
|
|
1403
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.6/src/commands/scenario/init.ts)_
|
|
1404
1404
|
|
|
1405
1405
|
## `flowcore scenario local`
|
|
1406
1406
|
|
|
@@ -1408,8 +1408,8 @@ Spin up local stream threads based on a scenario manifest
|
|
|
1408
1408
|
|
|
1409
1409
|
```
|
|
1410
1410
|
USAGE
|
|
1411
|
-
$ flowcore scenario local -e <value> -f <value> [--profile <value>] [-H <value>] [-m http] [-
|
|
1412
|
-
<value>] [-y]
|
|
1411
|
+
$ flowcore scenario local -e <value> -f <value> [--profile <value>] [-H <value>] [-m http] [-z <value>] [-c] [-s
|
|
1412
|
+
<value>] [-t <value>] [-y]
|
|
1413
1413
|
|
|
1414
1414
|
FLAGS
|
|
1415
1415
|
-H, --header=<value>... [default: ] header to send with the request, example: (-H 'Authorization: Bearer TOKEN')
|
|
@@ -1421,6 +1421,7 @@ FLAGS
|
|
|
1421
1421
|
-s, --start=<value> Start time bucket to stream from, example: (1y, 1m, 1w, 1d, 1h, now)
|
|
1422
1422
|
-t, --timeout=<value> [default: 5000] Timeout in milliseconds to wait for a response from the destination
|
|
1423
1423
|
-y, --yes skip confirmation
|
|
1424
|
+
-z, --pageSize=<value> [default: 10000] Page size for the stream
|
|
1424
1425
|
--profile=<value> Specify the configuration profile to use
|
|
1425
1426
|
|
|
1426
1427
|
DESCRIPTION
|
|
@@ -1432,7 +1433,7 @@ EXAMPLES
|
|
|
1432
1433
|
$ cat <<EOF | flowcore scenario local -f -
|
|
1433
1434
|
```
|
|
1434
1435
|
|
|
1435
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.
|
|
1436
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.6/src/commands/scenario/local.ts)_
|
|
1436
1437
|
|
|
1437
1438
|
## `flowcore stream STREAM`
|
|
1438
1439
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"@flowcore/cli-plugin-data-core": "^3.2.2",
|
|
13
13
|
"@flowcore/cli-plugin-generator": "^1.6.0",
|
|
14
14
|
"@flowcore/cli-plugin-iam": "^1.6.0",
|
|
15
|
-
"@flowcore/cli-plugin-scenario": "^4.1.
|
|
15
|
+
"@flowcore/cli-plugin-scenario": "^4.1.5",
|
|
16
16
|
"@flowcore/cli-plugin-tenant-management": "^1.1.1",
|
|
17
17
|
"@flowcore/time-bucket": "^1.1.0",
|
|
18
18
|
"@oclif/core": "^4.0.21",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"prestart": "npm run build",
|
|
115
115
|
"update-schema": "rover graph introspect https://graph.api.staging.flowcore.io/graphql -o schema.gql"
|
|
116
116
|
},
|
|
117
|
-
"version": "4.12.
|
|
117
|
+
"version": "4.12.6",
|
|
118
118
|
"bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
|
|
119
119
|
"keywords": [
|
|
120
120
|
"flowcore",
|
|
@@ -128,4 +128,4 @@
|
|
|
128
128
|
"exports": "./lib/index.js",
|
|
129
129
|
"type": "module",
|
|
130
130
|
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
|
|
131
|
-
}
|
|
131
|
+
}
|