@flowcore/cli 3.0.1 → 3.1.0
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 +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +2 -1
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
|
+
## [3.1.0](https://github.com/flowcore-io/flowcore-cli/compare/v3.0.1...v3.1.0) (2024-08-30)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* added auth management of api keys ([cf65b6e](https://github.com/flowcore-io/flowcore-cli/commit/cf65b6e50cfaec64cd8aed02974e978be5a6a66a))
|
|
19
|
+
|
|
13
20
|
## [3.0.1](https://github.com/flowcore-io/flowcore-cli/compare/v3.0.0...v3.0.1) (2024-08-29)
|
|
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/3.0
|
|
21
|
+
@flowcore/cli/3.1.0 linux-x64 node-v20.17.0
|
|
22
22
|
$ flowcore --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ flowcore COMMAND
|
|
@@ -86,7 +86,7 @@ EXAMPLES
|
|
|
86
86
|
$ flowcore apply -f ./path/to/manifest.yml
|
|
87
87
|
```
|
|
88
88
|
|
|
89
|
-
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v3.0
|
|
89
|
+
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v3.1.0/src/commands/apply.ts)_
|
|
90
90
|
|
|
91
91
|
## `flowcore autocomplete [SHELL]`
|
|
92
92
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@datastructures-js/queue": "^4.2.3",
|
|
8
|
+
"@flowcore/cli-plugin-auth-management": "^1.0.1",
|
|
8
9
|
"@flowcore/cli-plugin-config": "^1.1.0",
|
|
9
10
|
"@flowcore/cli-plugin-core": "^2.0.0",
|
|
10
11
|
"@flowcore/cli-plugin-data-core": "^2.2.2",
|
|
@@ -100,7 +101,7 @@
|
|
|
100
101
|
"prestart": "npm run build",
|
|
101
102
|
"update-schema": "rover graph introspect https://graph.api.staging.flowcore.io/graphql -o schema.gql"
|
|
102
103
|
},
|
|
103
|
-
"version": "3.0
|
|
104
|
+
"version": "3.1.0",
|
|
104
105
|
"bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
|
|
105
106
|
"keywords": [
|
|
106
107
|
"flowcore",
|