@flowcore/cli 4.18.3 → 4.18.5
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/README.md +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ $ npm install -g @flowcore/cli
|
|
|
23
23
|
$ flowcore COMMAND
|
|
24
24
|
running command...
|
|
25
25
|
$ flowcore (--version)
|
|
26
|
-
@flowcore/cli/4.18.
|
|
26
|
+
@flowcore/cli/4.18.5 linux-x64 node-v24.13.0
|
|
27
27
|
$ flowcore --help [COMMAND]
|
|
28
28
|
USAGE
|
|
29
29
|
$ flowcore COMMAND
|
|
@@ -114,7 +114,7 @@ EXAMPLES
|
|
|
114
114
|
$ flowcore apply -f ./path/to/manifest.yml
|
|
115
115
|
```
|
|
116
116
|
|
|
117
|
-
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.18.
|
|
117
|
+
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.18.5/src/commands/apply.ts)_
|
|
118
118
|
|
|
119
119
|
## `flowcore auth delete key API_KEY_NAME`
|
|
120
120
|
|
|
@@ -567,7 +567,7 @@ EXAMPLES
|
|
|
567
567
|
cat ./path/to/manifest.yml | flowcore delete -f -
|
|
568
568
|
```
|
|
569
569
|
|
|
570
|
-
_See code: [src/commands/delete.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.18.
|
|
570
|
+
_See code: [src/commands/delete.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.18.5/src/commands/delete.ts)_
|
|
571
571
|
|
|
572
572
|
## `flowcore delete policy NAME`
|
|
573
573
|
|
|
@@ -634,7 +634,7 @@ EXAMPLES
|
|
|
634
634
|
$ flowcore diff -f ./path/to/manifest.yml
|
|
635
635
|
```
|
|
636
636
|
|
|
637
|
-
_See code: [src/commands/diff.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.18.
|
|
637
|
+
_See code: [src/commands/diff.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.18.5/src/commands/diff.ts)_
|
|
638
638
|
|
|
639
639
|
## `flowcore edit policy NAME`
|
|
640
640
|
|
|
@@ -878,7 +878,7 @@ EXAMPLES
|
|
|
878
878
|
$ flowcore info
|
|
879
879
|
```
|
|
880
880
|
|
|
881
|
-
_See code: [src/commands/info.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.18.
|
|
881
|
+
_See code: [src/commands/info.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.18.5/src/commands/info.ts)_
|
|
882
882
|
|
|
883
883
|
## `flowcore login`
|
|
884
884
|
|
|
@@ -1565,7 +1565,7 @@ EXAMPLES
|
|
|
1565
1565
|
$ flowcore stream "https://flowcore.io/<org>/<data core>/<flow type>/[<event type1>,<event type2>,<event type3>].stream" -s 3m
|
|
1566
1566
|
```
|
|
1567
1567
|
|
|
1568
|
-
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.7.
|
|
1568
|
+
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.7.3/src/commands/stream.ts)_
|
|
1569
1569
|
|
|
1570
1570
|
## `flowcore stream http STREAM`
|
|
1571
1571
|
|
|
@@ -1611,7 +1611,7 @@ EXAMPLES
|
|
|
1611
1611
|
$ 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
|
|
1612
1612
|
```
|
|
1613
1613
|
|
|
1614
|
-
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.7.
|
|
1614
|
+
_See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.7.3/src/commands/stream/http.ts)_
|
|
1615
1615
|
|
|
1616
1616
|
## `flowcore update`
|
|
1617
1617
|
|
|
@@ -1628,7 +1628,7 @@ EXAMPLES
|
|
|
1628
1628
|
$ flowcore update
|
|
1629
1629
|
```
|
|
1630
1630
|
|
|
1631
|
-
_See code: [src/commands/update.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.18.
|
|
1631
|
+
_See code: [src/commands/update.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.18.5/src/commands/update.ts)_
|
|
1632
1632
|
|
|
1633
1633
|
## `flowcore version`
|
|
1634
1634
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"@flowcore/cli-plugin-ai": "^1.1.2",
|
|
10
10
|
"@flowcore/cli-plugin-auth-management": "^1.7.0",
|
|
11
11
|
"@flowcore/cli-plugin-config": "^2.5.0",
|
|
12
|
-
"@flowcore/cli-plugin-core": "^5.7.
|
|
12
|
+
"@flowcore/cli-plugin-core": "^5.7.3",
|
|
13
13
|
"@flowcore/cli-plugin-data-core": "^3.4.0",
|
|
14
14
|
"@flowcore/cli-plugin-generator": "^1.6.0",
|
|
15
15
|
"@flowcore/cli-plugin-iam": "^1.7.0",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"prestart": "npm run build",
|
|
120
120
|
"update-schema": "rover graph introspect https://graph.api.staging.flowcore.io/graphql -o schema.gql"
|
|
121
121
|
},
|
|
122
|
-
"version": "4.18.
|
|
122
|
+
"version": "4.18.5",
|
|
123
123
|
"bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
|
|
124
124
|
"keywords": [
|
|
125
125
|
"flowcore",
|