@flowcore/cli 4.13.3 → 4.13.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,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.13.4](https://github.com/flowcore-io/flowcore-cli/compare/v4.13.3...v4.13.4) (2025-05-14)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **package:** :arrow_up: update @flowcore/cli-plugin-scenario to version 4.2.0 and @flowcore/sdk to version 1.49.0 ([c1b717d](https://github.com/flowcore-io/flowcore-cli/commit/c1b717db94de2f3bf54b8ef03e79eff2c6636589))
19
+
13
20
  ## [4.13.3](https://github.com/flowcore-io/flowcore-cli/compare/v4.13.2...v4.13.3) (2025-05-01)
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.13.3 linux-x64 node-v20.16.0
21
+ @flowcore/cli/4.13.4 linux-x64 node-v20.16.0
22
22
  $ flowcore --help [COMMAND]
23
23
  USAGE
24
24
  $ flowcore COMMAND
@@ -108,7 +108,7 @@ EXAMPLES
108
108
  $ flowcore apply -f ./path/to/manifest.yml
109
109
  ```
110
110
 
111
- _See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.13.3/src/commands/apply.ts)_
111
+ _See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.13.4/src/commands/apply.ts)_
112
112
 
113
113
  ## `flowcore auth delete key API_KEY_NAME`
114
114
 
@@ -561,7 +561,7 @@ EXAMPLES
561
561
  cat ./path/to/manifest.yml | flowcore delete -f -
562
562
  ```
563
563
 
564
- _See code: [src/commands/delete.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.13.3/src/commands/delete.ts)_
564
+ _See code: [src/commands/delete.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.13.4/src/commands/delete.ts)_
565
565
 
566
566
  ## `flowcore delete policy NAME`
567
567
 
@@ -628,7 +628,7 @@ EXAMPLES
628
628
  $ flowcore diff -f ./path/to/manifest.yml
629
629
  ```
630
630
 
631
- _See code: [src/commands/diff.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.13.3/src/commands/diff.ts)_
631
+ _See code: [src/commands/diff.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.13.4/src/commands/diff.ts)_
632
632
 
633
633
  ## `flowcore edit policy NAME`
634
634
 
@@ -730,7 +730,7 @@ EXAMPLES
730
730
  $ flowcore get adapter adapter-name -t tenant-name -s scenario-name
731
731
  ```
732
732
 
733
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.6/src/commands/get/adapter.ts)_
733
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.0/src/commands/get/adapter.ts)_
734
734
 
735
735
  ## `flowcore get policy [NAME]`
736
736
 
@@ -784,7 +784,7 @@ Get scenario
784
784
 
785
785
  ```
786
786
  USAGE
787
- $ flowcore get scenario [SCENARIO] -t <value> [--profile <value>]
787
+ $ flowcore get scenario [SCENARIO] -t <value> [--profile <value>] [--v2]
788
788
 
789
789
  ARGUMENTS
790
790
  SCENARIO scenario name
@@ -792,6 +792,7 @@ ARGUMENTS
792
792
  FLAGS
793
793
  -t, --tenant=<value> (required) tenant
794
794
  --profile=<value> Specify the configuration profile to use
795
+ --v2 use v2 api
795
796
 
796
797
  DESCRIPTION
797
798
  Get scenario
@@ -802,7 +803,7 @@ EXAMPLES
802
803
  $ flowcore get scenario scenario-name -t tenant-name
803
804
  ```
804
805
 
805
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.6/src/commands/get/scenario.ts)_
806
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.0/src/commands/get/scenario.ts)_
806
807
 
807
808
  ## `flowcore get tenant [NAME]`
808
809
 
@@ -871,7 +872,7 @@ EXAMPLES
871
872
  $ flowcore info
872
873
  ```
873
874
 
874
- _See code: [src/commands/info.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.13.3/src/commands/info.ts)_
875
+ _See code: [src/commands/info.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.13.4/src/commands/info.ts)_
875
876
 
876
877
  ## `flowcore login`
877
878
 
@@ -928,7 +929,7 @@ EXAMPLES
928
929
  $ flowcore logs adapter adapter-name -t tenant-name -s scenario-name --json
929
930
  ```
930
931
 
931
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.6/src/commands/logs/adapter.ts)_
932
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.0/src/commands/logs/adapter.ts)_
932
933
 
933
934
  ## `flowcore new bun-service NAME`
934
935
 
@@ -1383,7 +1384,7 @@ EXAMPLES
1383
1384
  $ flowcore reset adapter adapter-name -t tenant-name -s scenario-name -e 9cb35da2-ba64-4bb5-86d6-ef20ebc62ab7
1384
1385
  ```
1385
1386
 
1386
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.6/src/commands/reset/adapter.ts)_
1387
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.0/src/commands/reset/adapter.ts)_
1387
1388
 
1388
1389
  ## `flowcore scenario apply`
1389
1390
 
@@ -1413,7 +1414,7 @@ EXAMPLES
1413
1414
  $ cat <<EOF | flowcore scenario apply -f -
1414
1415
  ```
1415
1416
 
1416
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.6/src/commands/scenario/apply.ts)_
1417
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.0/src/commands/scenario/apply.ts)_
1417
1418
 
1418
1419
  ## `flowcore scenario generate transformer`
1419
1420
 
@@ -1440,7 +1441,7 @@ EXAMPLES
1440
1441
  $ flowcore scenario generate transformer -n flow-type-name -d "description of the transformer" -f example.yaml
1441
1442
  ```
1442
1443
 
1443
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.6/src/commands/scenario/generate/transformer.ts)_
1444
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.0/src/commands/scenario/generate/transformer.ts)_
1444
1445
 
1445
1446
  ## `flowcore scenario init`
1446
1447
 
@@ -1472,7 +1473,7 @@ EXAMPLES
1472
1473
  $ flowcore scenario init -t flowcore -n scenario-name -f example.yaml
1473
1474
  ```
1474
1475
 
1475
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.6/src/commands/scenario/init.ts)_
1476
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.0/src/commands/scenario/init.ts)_
1476
1477
 
1477
1478
  ## `flowcore scenario local`
1478
1479
 
@@ -1505,7 +1506,7 @@ EXAMPLES
1505
1506
  $ cat <<EOF | flowcore scenario local -f -
1506
1507
  ```
1507
1508
 
1508
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.1.6/src/commands/scenario/local.ts)_
1509
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.2.0/src/commands/scenario/local.ts)_
1509
1510
 
1510
1511
  ## `flowcore stream STREAM`
1511
1512
 
@@ -173,5 +173,5 @@
173
173
  ]
174
174
  }
175
175
  },
176
- "version": "4.13.3"
176
+ "version": "4.13.4"
177
177
  }
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "@flowcore/cli-plugin-data-core": "^3.3.0",
13
13
  "@flowcore/cli-plugin-generator": "^1.6.0",
14
14
  "@flowcore/cli-plugin-iam": "^1.7.0",
15
- "@flowcore/cli-plugin-scenario": "^4.1.5",
15
+ "@flowcore/cli-plugin-scenario": "^4.2.0",
16
16
  "@flowcore/cli-plugin-tenant-management": "^1.1.1",
17
17
  "@flowcore/sdk": "^1.39.0",
18
18
  "@flowcore/time-bucket": "^1.1.0",
@@ -115,7 +115,7 @@
115
115
  "prestart": "npm run build",
116
116
  "update-schema": "rover graph introspect https://graph.api.staging.flowcore.io/graphql -o schema.gql"
117
117
  },
118
- "version": "4.13.3",
118
+ "version": "4.13.4",
119
119
  "bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
120
120
  "keywords": [
121
121
  "flowcore",