@flowcore/cli 4.0.2 → 4.0.3
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 +11 -12
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
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.0.3](https://github.com/flowcore-io/flowcore-cli/compare/v4.0.2...v4.0.3) (2024-09-11)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* bumped scenario plugin to fix get logs ([ead0a37](https://github.com/flowcore-io/flowcore-cli/commit/ead0a378d4feb10a516f83dfb240866a99438ee3))
|
|
19
|
+
|
|
13
20
|
## [4.0.2](https://github.com/flowcore-io/flowcore-cli/compare/v4.0.1...v4.0.2) (2024-09-11)
|
|
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.0.
|
|
21
|
+
@flowcore/cli/4.0.3 linux-x64 node-v20.17.0
|
|
22
22
|
$ flowcore --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ flowcore COMMAND
|
|
@@ -94,7 +94,7 @@ EXAMPLES
|
|
|
94
94
|
$ flowcore apply -f ./path/to/manifest.yml
|
|
95
95
|
```
|
|
96
96
|
|
|
97
|
-
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.0.
|
|
97
|
+
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.0.3/src/commands/apply.ts)_
|
|
98
98
|
|
|
99
99
|
## `flowcore auth delete key API_KEY_NAME`
|
|
100
100
|
|
|
@@ -483,7 +483,7 @@ EXAMPLES
|
|
|
483
483
|
$ flowcore get adapter adapter-name -t tenant-name -s scenario-name
|
|
484
484
|
```
|
|
485
485
|
|
|
486
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0.
|
|
486
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0.5/src/commands/get/adapter.ts)_
|
|
487
487
|
|
|
488
488
|
## `flowcore get scenario [SCENARIO]`
|
|
489
489
|
|
|
@@ -509,7 +509,7 @@ EXAMPLES
|
|
|
509
509
|
$ flowcore get scenario scenario-name -t tenant-name
|
|
510
510
|
```
|
|
511
511
|
|
|
512
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0.
|
|
512
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0.5/src/commands/get/scenario.ts)_
|
|
513
513
|
|
|
514
514
|
## `flowcore get tenant [NAME]`
|
|
515
515
|
|
|
@@ -589,13 +589,12 @@ Get adapter logs
|
|
|
589
589
|
|
|
590
590
|
```
|
|
591
591
|
USAGE
|
|
592
|
-
$ flowcore logs adapter ADAPTER -s <value> -t <value> [--profile <value>] [-
|
|
592
|
+
$ flowcore logs adapter ADAPTER -s <value> -t <value> [--profile <value>] [-f] [-j] [-l <value>]
|
|
593
593
|
|
|
594
594
|
ARGUMENTS
|
|
595
595
|
ADAPTER adapter name or id
|
|
596
596
|
|
|
597
597
|
FLAGS
|
|
598
|
-
-a, --allComponents display logs for all components of the adapter, including Flowcore components
|
|
599
598
|
-f, --follow follow
|
|
600
599
|
-j, --json json
|
|
601
600
|
-l, --limit=<value> [default: 1000] limit
|
|
@@ -616,7 +615,7 @@ EXAMPLES
|
|
|
616
615
|
$ flowcore logs adapter adapter-name -t tenant-name -s scenario-name --json
|
|
617
616
|
```
|
|
618
617
|
|
|
619
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0.
|
|
618
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0.5/src/commands/logs/adapter.ts)_
|
|
620
619
|
|
|
621
620
|
## `flowcore new bun-service NAME`
|
|
622
621
|
|
|
@@ -1071,7 +1070,7 @@ EXAMPLES
|
|
|
1071
1070
|
$ flowcore reset adapter adapter-name -t tenant-name -s scenario-name -e 9cb35da2-ba64-4bb5-86d6-ef20ebc62ab7
|
|
1072
1071
|
```
|
|
1073
1072
|
|
|
1074
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0.
|
|
1073
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0.5/src/commands/reset/adapter.ts)_
|
|
1075
1074
|
|
|
1076
1075
|
## `flowcore scenario apply`
|
|
1077
1076
|
|
|
@@ -1101,7 +1100,7 @@ EXAMPLES
|
|
|
1101
1100
|
$ cat <<EOF | flowcore scenario apply -f -
|
|
1102
1101
|
```
|
|
1103
1102
|
|
|
1104
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0.
|
|
1103
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0.5/src/commands/scenario/apply.ts)_
|
|
1105
1104
|
|
|
1106
1105
|
## `flowcore scenario generate transformer`
|
|
1107
1106
|
|
|
@@ -1128,7 +1127,7 @@ EXAMPLES
|
|
|
1128
1127
|
$ flowcore scenario generate transformer -n flow-type-name -d "description of the transformer" -f example.yaml
|
|
1129
1128
|
```
|
|
1130
1129
|
|
|
1131
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0.
|
|
1130
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0.5/src/commands/scenario/generate/transformer.ts)_
|
|
1132
1131
|
|
|
1133
1132
|
## `flowcore scenario init`
|
|
1134
1133
|
|
|
@@ -1160,7 +1159,7 @@ EXAMPLES
|
|
|
1160
1159
|
$ flowcore scenario init -t flowcore -n scenario-name -f example.yaml
|
|
1161
1160
|
```
|
|
1162
1161
|
|
|
1163
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0.
|
|
1162
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0.5/src/commands/scenario/init.ts)_
|
|
1164
1163
|
|
|
1165
1164
|
## `flowcore scenario local`
|
|
1166
1165
|
|
|
@@ -1192,7 +1191,7 @@ EXAMPLES
|
|
|
1192
1191
|
$ cat <<EOF | flowcore scenario local -f -
|
|
1193
1192
|
```
|
|
1194
1193
|
|
|
1195
|
-
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0.
|
|
1194
|
+
_See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.0.5/src/commands/scenario/local.ts)_
|
|
1196
1195
|
|
|
1197
1196
|
## `flowcore stream STREAM`
|
|
1198
1197
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@flowcore/cli-plugin-core": "^3.3.1",
|
|
11
11
|
"@flowcore/cli-plugin-data-core": "^3.0.2",
|
|
12
12
|
"@flowcore/cli-plugin-generator": "^1.6.0",
|
|
13
|
-
"@flowcore/cli-plugin-scenario": "^4.0.
|
|
13
|
+
"@flowcore/cli-plugin-scenario": "^4.0.5",
|
|
14
14
|
"@flowcore/cli-plugin-tenant-management": "^1.1.1",
|
|
15
15
|
"@flowcore/time-bucket": "^1.1.0",
|
|
16
16
|
"@oclif/core": "^4.0.21",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"prestart": "npm run build",
|
|
105
105
|
"update-schema": "rover graph introspect https://graph.api.staging.flowcore.io/graphql -o schema.gql"
|
|
106
106
|
},
|
|
107
|
-
"version": "4.0.
|
|
107
|
+
"version": "4.0.3",
|
|
108
108
|
"bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
|
|
109
109
|
"keywords": [
|
|
110
110
|
"flowcore",
|