@flowcore/cli 4.13.0 → 4.13.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 CHANGED
@@ -10,6 +10,14 @@
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.1](https://github.com/flowcore-io/flowcore-cli/compare/v4.13.0...v4.13.1) (2025-04-03)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **package:** :arrow_up: update @flowcore/cli-plugin-iam to version 1.6.1 ([a464aa1](https://github.com/flowcore-io/flowcore-cli/commit/a464aa1c8ec84bc7665a2eb54f54e547e92d321a))
19
+ * update core plugin ([b2d0cdb](https://github.com/flowcore-io/flowcore-cli/commit/b2d0cdbdea380935f88c4a104f7a1abcd41e8ca8))
20
+
13
21
  ## [4.13.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.12.6...v4.13.0) (2025-03-17)
14
22
 
15
23
 
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.0 linux-x64 node-v20.16.0
21
+ @flowcore/cli/4.13.1 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.0/src/commands/apply.ts)_
111
+ _See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.13.1/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.0/src/commands/delete.ts)_
564
+ _See code: [src/commands/delete.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.13.1/src/commands/delete.ts)_
565
565
 
566
566
  ## `flowcore delete policy NAME`
567
567
 
@@ -584,7 +584,7 @@ DESCRIPTION
584
584
  Delete a policy
585
585
  ```
586
586
 
587
- _See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.6.0/src/commands/delete/policy.ts)_
587
+ _See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.6.1/src/commands/delete/policy.ts)_
588
588
 
589
589
  ## `flowcore delete role NAME`
590
590
 
@@ -607,7 +607,7 @@ DESCRIPTION
607
607
  Delete a role
608
608
  ```
609
609
 
610
- _See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.6.0/src/commands/delete/role.ts)_
610
+ _See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.6.1/src/commands/delete/role.ts)_
611
611
 
612
612
  ## `flowcore diff`
613
613
 
@@ -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.0/src/commands/diff.ts)_
631
+ _See code: [src/commands/diff.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.13.1/src/commands/diff.ts)_
632
632
 
633
633
  ## `flowcore edit policy NAME`
634
634
 
@@ -654,7 +654,7 @@ EXAMPLES
654
654
  $ FC_EDITOR=code flowcore iam edit policy my-policy -t my-tenant
655
655
  ```
656
656
 
657
- _See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.6.0/src/commands/edit/policy.ts)_
657
+ _See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.6.1/src/commands/edit/policy.ts)_
658
658
 
659
659
  ## `flowcore edit role NAME`
660
660
 
@@ -680,7 +680,7 @@ EXAMPLES
680
680
  $ FC_EDITOR=code flowcore iam edit role my-role -t my-tenant
681
681
  ```
682
682
 
683
- _See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.6.0/src/commands/edit/role.ts)_
683
+ _See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.6.1/src/commands/edit/role.ts)_
684
684
 
685
685
  ## `flowcore generate nextjs-entity NAME`
686
686
 
@@ -753,7 +753,7 @@ DESCRIPTION
753
753
  Get a policy
754
754
  ```
755
755
 
756
- _See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.6.0/src/commands/get/policy.ts)_
756
+ _See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.6.1/src/commands/get/policy.ts)_
757
757
 
758
758
  ## `flowcore get role [NAME]`
759
759
 
@@ -776,7 +776,7 @@ DESCRIPTION
776
776
  Get a role
777
777
  ```
778
778
 
779
- _See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.6.0/src/commands/get/role.ts)_
779
+ _See code: [@flowcore/cli-plugin-iam](https://github.com/flowcore-io/cli-plugin-iam/blob/v1.6.1/src/commands/get/role.ts)_
780
780
 
781
781
  ## `flowcore get scenario [SCENARIO]`
782
782
 
@@ -871,7 +871,7 @@ EXAMPLES
871
871
  $ flowcore info
872
872
  ```
873
873
 
874
- _See code: [src/commands/info.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.13.0/src/commands/info.ts)_
874
+ _See code: [src/commands/info.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.13.1/src/commands/info.ts)_
875
875
 
876
876
  ## `flowcore login`
877
877
 
@@ -1547,7 +1547,7 @@ EXAMPLES
1547
1547
  $ flowcore stream "https://flowcore.io/<org>/<data core>/<flow type>/[<event type1>,<event type2>,<event type3>].stream" -s 3m
1548
1548
  ```
1549
1549
 
1550
- _See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.1.6/src/commands/stream.ts)_
1550
+ _See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.3.0/src/commands/stream.ts)_
1551
1551
 
1552
1552
  ## `flowcore stream http STREAM`
1553
1553
 
@@ -1590,7 +1590,7 @@ EXAMPLES
1590
1590
  $ 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
1591
1591
  ```
1592
1592
 
1593
- _See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.1.6/src/commands/stream/http.ts)_
1593
+ _See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.3.0/src/commands/stream/http.ts)_
1594
1594
 
1595
1595
  ## `flowcore version`
1596
1596
 
@@ -173,5 +173,5 @@
173
173
  ]
174
174
  }
175
175
  },
176
- "version": "4.13.0"
176
+ "version": "4.13.1"
177
177
  }
package/package.json CHANGED
@@ -8,10 +8,10 @@
8
8
  "@flowcore/cli-plugin-ai": "^1.1.2",
9
9
  "@flowcore/cli-plugin-auth-management": "^1.4.0",
10
10
  "@flowcore/cli-plugin-config": "^2.5.0",
11
- "@flowcore/cli-plugin-core": "^5.1.6",
11
+ "@flowcore/cli-plugin-core": "^5.3.0",
12
12
  "@flowcore/cli-plugin-data-core": "^3.2.2",
13
13
  "@flowcore/cli-plugin-generator": "^1.6.0",
14
- "@flowcore/cli-plugin-iam": "^1.6.0",
14
+ "@flowcore/cli-plugin-iam": "^1.6.1",
15
15
  "@flowcore/cli-plugin-scenario": "^4.1.5",
16
16
  "@flowcore/cli-plugin-tenant-management": "^1.1.1",
17
17
  "@flowcore/time-bucket": "^1.1.0",
@@ -114,7 +114,7 @@
114
114
  "prestart": "npm run build",
115
115
  "update-schema": "rover graph introspect https://graph.api.staging.flowcore.io/graphql -o schema.gql"
116
116
  },
117
- "version": "4.13.0",
117
+ "version": "4.13.1",
118
118
  "bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
119
119
  "keywords": [
120
120
  "flowcore",