@flowcore/cli 4.1.0 → 4.1.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 +8 -0
- package/README.md +9 -9
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,14 @@
|
|
|
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.1.1](https://github.com/flowcore-io/flowcore-cli/compare/v4.1.0...v4.1.1) (2024-09-17)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* :bug: fixed graphql login problem ([47ffdac](https://github.com/flowcore-io/flowcore-cli/commit/47ffdacf7f166ef35bb673b1d2b968f861199587))
|
|
19
|
+
* bumped flowcore plugin packages to latest versions ([4454218](https://github.com/flowcore-io/flowcore-cli/commit/445421803e12f71b48b77eb7d4c5a666389d6b40))
|
|
20
|
+
|
|
13
21
|
## [4.1.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.0.3...v4.1.0) (2024-09-13)
|
|
14
22
|
|
|
15
23
|
|
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.1.
|
|
21
|
+
@flowcore/cli/4.1.1 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.1.
|
|
98
|
+
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.1.1/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
|
|
|
@@ -604,7 +604,7 @@ EXAMPLES
|
|
|
604
604
|
$ flowcore login --port 8080
|
|
605
605
|
```
|
|
606
606
|
|
|
607
|
-
_See code: [@flowcore/cli-plugin-config](https://github.com/flowcore/flowcore-cli-plugin-config/blob/v2.4.
|
|
607
|
+
_See code: [@flowcore/cli-plugin-config](https://github.com/flowcore/flowcore-cli-plugin-config/blob/v2.4.1/src/commands/login.ts)_
|
|
608
608
|
|
|
609
609
|
## `flowcore logs adapter ADAPTER`
|
|
610
610
|
|
|
@@ -1254,7 +1254,7 @@ EXAMPLES
|
|
|
1254
1254
|
$ flowcore stream "https://flowcore.io/<org>/<data core>/<flow type>/[<event type1>,<event type2>,<event type3>].stream" -s 3m
|
|
1255
1255
|
```
|
|
1256
1256
|
|
|
1257
|
-
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/
|
|
1257
|
+
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v4.0.3/src/commands/stream.ts)_
|
|
1258
1258
|
|
|
1259
1259
|
## `flowcore stream http STREAM`
|
|
1260
1260
|
|
|
@@ -1296,7 +1296,7 @@ EXAMPLES
|
|
|
1296
1296
|
$ 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
1297
|
```
|
|
1298
1298
|
|
|
1299
|
-
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/
|
|
1299
|
+
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v4.0.3/src/commands/stream/http.ts)_
|
|
1300
1300
|
|
|
1301
1301
|
## `flowcore version`
|
|
1302
1302
|
|
|
@@ -1333,5 +1333,5 @@ DESCRIPTION
|
|
|
1333
1333
|
Check what user you are logged in as
|
|
1334
1334
|
```
|
|
1335
1335
|
|
|
1336
|
-
_See code: [@flowcore/cli-plugin-config](https://github.com/flowcore/flowcore-cli-plugin-config/blob/v2.4.
|
|
1336
|
+
_See code: [@flowcore/cli-plugin-config](https://github.com/flowcore/flowcore-cli-plugin-config/blob/v2.4.1/src/commands/whoami.ts)_
|
|
1337
1337
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
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": "^
|
|
10
|
+
"@flowcore/cli-plugin-config": "^2.4.1",
|
|
11
|
+
"@flowcore/cli-plugin-core": "^4.0.3",
|
|
12
12
|
"@flowcore/cli-plugin-data-core": "^3.0.2",
|
|
13
13
|
"@flowcore/cli-plugin-generator": "^1.6.0",
|
|
14
14
|
"@flowcore/cli-plugin-scenario": "^4.0.5",
|
|
@@ -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.1.
|
|
109
|
+
"version": "4.1.1",
|
|
110
110
|
"bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
|
|
111
111
|
"keywords": [
|
|
112
112
|
"flowcore",
|