@flowcore/cli 4.12.2 → 4.12.4

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 CHANGED
@@ -10,6 +10,20 @@
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.12.4](https://github.com/flowcore-io/flowcore-cli/compare/v4.12.3...v4.12.4) (2025-02-13)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * update plugin core ([16b489a](https://github.com/flowcore-io/flowcore-cli/commit/16b489a4d7562182f755ece82ab7363d99c143dd))
19
+
20
+ ## [4.12.3](https://github.com/flowcore-io/flowcore-cli/compare/v4.12.2...v4.12.3) (2025-02-13)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * update plugin-core ([b90d455](https://github.com/flowcore-io/flowcore-cli/commit/b90d4553b449fc4bac4fab3bf0b5e9283d4a5698))
26
+
13
27
  ## [4.12.2](https://github.com/flowcore-io/flowcore-cli/compare/v4.12.1...v4.12.2) (2025-02-07)
14
28
 
15
29
 
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.12.2 linux-x64 node-v22.13.1
21
+ @flowcore/cli/4.12.4 linux-x64 node-v22.13.1
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.12.2/src/commands/apply.ts)_
102
+ _See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.12.4/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.12.2/src/commands/delete.ts)_
486
+ _See code: [src/commands/delete.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.12.4/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.12.2/src/commands/diff.ts)_
507
+ _See code: [src/commands/diff.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.12.4/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.12.2/src/commands/info.ts)_
652
+ _See code: [src/commands/info.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.12.4/src/commands/info.ts)_
653
653
 
654
654
  ## `flowcore login`
655
655
 
@@ -1324,7 +1324,7 @@ EXAMPLES
1324
1324
  $ flowcore stream "https://flowcore.io/<org>/<data core>/<flow type>/[<event type1>,<event type2>,<event type3>].stream" -s 3m
1325
1325
  ```
1326
1326
 
1327
- _See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.1.4/src/commands/stream.ts)_
1327
+ _See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.1.6/src/commands/stream.ts)_
1328
1328
 
1329
1329
  ## `flowcore stream http STREAM`
1330
1330
 
@@ -1367,7 +1367,7 @@ EXAMPLES
1367
1367
  $ 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
1368
1368
  ```
1369
1369
 
1370
- _See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.1.4/src/commands/stream/http.ts)_
1370
+ _See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.1.6/src/commands/stream/http.ts)_
1371
1371
 
1372
1372
  ## `flowcore version`
1373
1373
 
@@ -173,5 +173,5 @@
173
173
  ]
174
174
  }
175
175
  },
176
- "version": "4.12.2"
176
+ "version": "4.12.4"
177
177
  }
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.5.0",
11
- "@flowcore/cli-plugin-core": "^5.1.4",
11
+ "@flowcore/cli-plugin-core": "^5.1.6",
12
12
  "@flowcore/cli-plugin-data-core": "^3.2.2",
13
13
  "@flowcore/cli-plugin-generator": "^1.6.0",
14
14
  "@flowcore/cli-plugin-scenario": "^4.1.2",
@@ -113,7 +113,7 @@
113
113
  "prestart": "npm run build",
114
114
  "update-schema": "rover graph introspect https://graph.api.staging.flowcore.io/graphql -o schema.gql"
115
115
  },
116
- "version": "4.12.2",
116
+ "version": "4.12.4",
117
117
  "bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
118
118
  "keywords": [
119
119
  "flowcore",