@flowcore/cli 4.7.0 → 4.7.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 +7 -0
- package/README.md +3 -3
- package/oclif.manifest.json +1 -1
- package/package.json +1 -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
|
+
## [4.7.1](https://github.com/flowcore-io/flowcore-cli/compare/v4.7.0...v4.7.1) (2024-10-23)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* add npmrc file ([7bd67a4](https://github.com/flowcore-io/flowcore-cli/commit/7bd67a4e9bfd08332070c5398c928458e7069b27))
|
|
19
|
+
|
|
13
20
|
## [4.7.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.6.0...v4.7.0) (2024-10-21)
|
|
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.7.
|
|
21
|
+
@flowcore/cli/4.7.1 linux-x64 node-v20.18.0
|
|
22
22
|
$ flowcore --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ flowcore COMMAND
|
|
@@ -97,7 +97,7 @@ EXAMPLES
|
|
|
97
97
|
$ flowcore apply -f ./path/to/manifest.yml
|
|
98
98
|
```
|
|
99
99
|
|
|
100
|
-
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.7.
|
|
100
|
+
_See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.7.1/src/commands/apply.ts)_
|
|
101
101
|
|
|
102
102
|
## `flowcore auth delete key API_KEY_NAME`
|
|
103
103
|
|
|
@@ -481,7 +481,7 @@ EXAMPLES
|
|
|
481
481
|
cat ./path/to/manifest.yml | flowcore delete -f -
|
|
482
482
|
```
|
|
483
483
|
|
|
484
|
-
_See code: [src/commands/delete.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.7.
|
|
484
|
+
_See code: [src/commands/delete.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.7.1/src/commands/delete.ts)_
|
|
485
485
|
|
|
486
486
|
## `flowcore generate nextjs-entity NAME`
|
|
487
487
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"prestart": "npm run build",
|
|
109
109
|
"update-schema": "rover graph introspect https://graph.api.staging.flowcore.io/graphql -o schema.gql"
|
|
110
110
|
},
|
|
111
|
-
"version": "4.7.
|
|
111
|
+
"version": "4.7.1",
|
|
112
112
|
"bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
|
|
113
113
|
"keywords": [
|
|
114
114
|
"flowcore",
|