@flowcore/cli 4.10.0 → 4.10.2
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 +15 -0
- package/README.md +5 -5
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,21 @@
|
|
|
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.10.2](https://github.com/flowcore-io/flowcore-cli/compare/v4.10.1...v4.10.2) (2024-11-01)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* downgrade core plugin ([8a1d29a](https://github.com/flowcore-io/flowcore-cli/commit/8a1d29a9d7151a3c5d51603201c87b7ab492576a))
|
|
19
|
+
* fix version ([7e854fc](https://github.com/flowcore-io/flowcore-cli/commit/7e854fcd533a0cd97b5700ce36b833154630fb2a))
|
|
20
|
+
|
|
21
|
+
## [4.10.1](https://github.com/flowcore-io/flowcore-cli/compare/v4.10.0...v4.10.1) (2024-11-01)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* update plugin core ([c1f2c25](https://github.com/flowcore-io/flowcore-cli/commit/c1f2c258eee8367ce74c0a8a05575ff3442b806d))
|
|
27
|
+
|
|
13
28
|
## [4.10.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.9.1...v4.10.0) (2024-10-25)
|
|
14
29
|
|
|
15
30
|
|
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.10.
|
|
21
|
+
@flowcore/cli/4.10.2 linux-x64 node-v20.18.0
|
|
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.10.
|
|
102
|
+
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.10.2/src/commands/apply.ts)_
|
|
103
103
|
|
|
104
104
|
## `flowcore auth delete key API_KEY_NAME`
|
|
105
105
|
|
|
@@ -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.10.
|
|
486
|
+
_See code: [src/commands/delete.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.10.2/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.10.
|
|
507
|
+
_See code: [src/commands/diff.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.10.2/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.10.
|
|
652
|
+
_See code: [src/commands/info.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.10.2/src/commands/info.ts)_
|
|
653
653
|
|
|
654
654
|
## `flowcore login`
|
|
655
655
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"@flowcore/cli-plugin-ai": "^1.1.2",
|
|
9
9
|
"@flowcore/cli-plugin-auth-management": "^1.2.2",
|
|
10
10
|
"@flowcore/cli-plugin-config": "^2.4.1",
|
|
11
|
-
"@flowcore/cli-plugin-core": "
|
|
11
|
+
"@flowcore/cli-plugin-core": "~4.8.0",
|
|
12
12
|
"@flowcore/cli-plugin-data-core": "^3.1.1",
|
|
13
13
|
"@flowcore/cli-plugin-generator": "^1.6.0",
|
|
14
14
|
"@flowcore/cli-plugin-scenario": "^4.1.2",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"prestart": "npm run build",
|
|
113
113
|
"update-schema": "rover graph introspect https://graph.api.staging.flowcore.io/graphql -o schema.gql"
|
|
114
114
|
},
|
|
115
|
-
"version": "4.10.
|
|
115
|
+
"version": "4.10.2",
|
|
116
116
|
"bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
|
|
117
117
|
"keywords": [
|
|
118
118
|
"flowcore",
|