@flowcore/cli 4.18.1 → 4.18.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/README.md CHANGED
@@ -23,7 +23,7 @@ $ npm install -g @flowcore/cli
23
23
  $ flowcore COMMAND
24
24
  running command...
25
25
  $ flowcore (--version)
26
- @flowcore/cli/4.18.1 linux-x64 node-v22.19.0
26
+ @flowcore/cli/4.18.4 linux-x64 node-v24.13.0
27
27
  $ flowcore --help [COMMAND]
28
28
  USAGE
29
29
  $ flowcore COMMAND
@@ -114,7 +114,7 @@ EXAMPLES
114
114
  $ flowcore apply -f ./path/to/manifest.yml
115
115
  ```
116
116
 
117
- _See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.18.1/src/commands/apply.ts)_
117
+ _See code: [src/commands/apply.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.18.4/src/commands/apply.ts)_
118
118
 
119
119
  ## `flowcore auth delete key API_KEY_NAME`
120
120
 
@@ -567,7 +567,7 @@ EXAMPLES
567
567
  cat ./path/to/manifest.yml | flowcore delete -f -
568
568
  ```
569
569
 
570
- _See code: [src/commands/delete.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.18.1/src/commands/delete.ts)_
570
+ _See code: [src/commands/delete.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.18.4/src/commands/delete.ts)_
571
571
 
572
572
  ## `flowcore delete policy NAME`
573
573
 
@@ -634,7 +634,7 @@ EXAMPLES
634
634
  $ flowcore diff -f ./path/to/manifest.yml
635
635
  ```
636
636
 
637
- _See code: [src/commands/diff.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.18.1/src/commands/diff.ts)_
637
+ _See code: [src/commands/diff.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.18.4/src/commands/diff.ts)_
638
638
 
639
639
  ## `flowcore edit policy NAME`
640
640
 
@@ -736,7 +736,7 @@ EXAMPLES
736
736
  $ flowcore get adapter adapter-name -t tenant-name -s scenario-name
737
737
  ```
738
738
 
739
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.6.1/src/commands/get/adapter.ts)_
739
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.6.7/src/commands/get/adapter.ts)_
740
740
 
741
741
  ## `flowcore get policy [NAME]`
742
742
 
@@ -809,7 +809,7 @@ EXAMPLES
809
809
  $ flowcore get scenario scenario-name -t tenant-name
810
810
  ```
811
811
 
812
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.6.1/src/commands/get/scenario.ts)_
812
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.6.7/src/commands/get/scenario.ts)_
813
813
 
814
814
  ## `flowcore get tenant [NAME]`
815
815
 
@@ -878,7 +878,7 @@ EXAMPLES
878
878
  $ flowcore info
879
879
  ```
880
880
 
881
- _See code: [src/commands/info.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.18.1/src/commands/info.ts)_
881
+ _See code: [src/commands/info.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.18.4/src/commands/info.ts)_
882
882
 
883
883
  ## `flowcore login`
884
884
 
@@ -935,7 +935,7 @@ EXAMPLES
935
935
  $ flowcore logs adapter adapter-name -t tenant-name -s scenario-name --json
936
936
  ```
937
937
 
938
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.6.1/src/commands/logs/adapter.ts)_
938
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.6.7/src/commands/logs/adapter.ts)_
939
939
 
940
940
  ## `flowcore new bun-service NAME`
941
941
 
@@ -1392,7 +1392,7 @@ EXAMPLES
1392
1392
  $ flowcore reset adapter adapter-name -t tenant-name -s scenario-name -e 9cb35da2-ba64-4bb5-86d6-ef20ebc62ab7
1393
1393
  ```
1394
1394
 
1395
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.6.1/src/commands/reset/adapter.ts)_
1395
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.6.7/src/commands/reset/adapter.ts)_
1396
1396
 
1397
1397
  ## `flowcore scenario apply`
1398
1398
 
@@ -1422,7 +1422,7 @@ EXAMPLES
1422
1422
  $ cat <<EOF | flowcore scenario apply -f -
1423
1423
  ```
1424
1424
 
1425
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.6.1/src/commands/scenario/apply.ts)_
1425
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.6.7/src/commands/scenario/apply.ts)_
1426
1426
 
1427
1427
  ## `flowcore scenario generate transformer`
1428
1428
 
@@ -1449,7 +1449,7 @@ EXAMPLES
1449
1449
  $ flowcore scenario generate transformer -n flow-type-name -d "description of the transformer" -f example.yaml
1450
1450
  ```
1451
1451
 
1452
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.6.1/src/commands/scenario/generate/transformer.ts)_
1452
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.6.7/src/commands/scenario/generate/transformer.ts)_
1453
1453
 
1454
1454
  ## `flowcore scenario init`
1455
1455
 
@@ -1481,7 +1481,7 @@ EXAMPLES
1481
1481
  $ flowcore scenario init -t flowcore -n scenario-name -f example.yaml
1482
1482
  ```
1483
1483
 
1484
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.6.1/src/commands/scenario/init.ts)_
1484
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.6.7/src/commands/scenario/init.ts)_
1485
1485
 
1486
1486
  ## `flowcore scenario local`
1487
1487
 
@@ -1514,7 +1514,7 @@ EXAMPLES
1514
1514
  $ cat <<EOF | flowcore scenario local -f -
1515
1515
  ```
1516
1516
 
1517
- _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.6.1/src/commands/scenario/local.ts)_
1517
+ _See code: [@flowcore/cli-plugin-scenario](https://github.com/flowcore/flowcore-cli-plugin-scenario/blob/v4.6.7/src/commands/scenario/local.ts)_
1518
1518
 
1519
1519
  ## `flowcore stream STREAM`
1520
1520
 
@@ -1565,7 +1565,7 @@ EXAMPLES
1565
1565
  $ flowcore stream "https://flowcore.io/<org>/<data core>/<flow type>/[<event type1>,<event type2>,<event type3>].stream" -s 3m
1566
1566
  ```
1567
1567
 
1568
- _See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.7.0/src/commands/stream.ts)_
1568
+ _See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.7.2/src/commands/stream.ts)_
1569
1569
 
1570
1570
  ## `flowcore stream http STREAM`
1571
1571
 
@@ -1611,7 +1611,7 @@ EXAMPLES
1611
1611
  $ 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
1612
1612
  ```
1613
1613
 
1614
- _See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.7.0/src/commands/stream/http.ts)_
1614
+ _See code: [@flowcore/cli-plugin-core](https://github.com/flowcore/flowcore-cli-plugin-core/blob/v5.7.2/src/commands/stream/http.ts)_
1615
1615
 
1616
1616
  ## `flowcore update`
1617
1617
 
@@ -1628,7 +1628,7 @@ EXAMPLES
1628
1628
  $ flowcore update
1629
1629
  ```
1630
1630
 
1631
- _See code: [src/commands/update.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.18.1/src/commands/update.ts)_
1631
+ _See code: [src/commands/update.ts](https://github.com/flowcore-io/flowcore-cli/blob/v4.18.4/src/commands/update.ts)_
1632
1632
 
1633
1633
  ## `flowcore version`
1634
1634
 
@@ -196,5 +196,5 @@
196
196
  ]
197
197
  }
198
198
  },
199
- "version": "4.18.1"
199
+ "version": "4.18.4"
200
200
  }
package/package.json CHANGED
@@ -9,11 +9,11 @@
9
9
  "@flowcore/cli-plugin-ai": "^1.1.2",
10
10
  "@flowcore/cli-plugin-auth-management": "^1.7.0",
11
11
  "@flowcore/cli-plugin-config": "^2.5.0",
12
- "@flowcore/cli-plugin-core": "^5.7.0",
12
+ "@flowcore/cli-plugin-core": "^5.7.2",
13
13
  "@flowcore/cli-plugin-data-core": "^3.4.0",
14
14
  "@flowcore/cli-plugin-generator": "^1.6.0",
15
15
  "@flowcore/cli-plugin-iam": "^1.7.0",
16
- "@flowcore/cli-plugin-scenario": "^4.6.1",
16
+ "@flowcore/cli-plugin-scenario": "^4.6.7",
17
17
  "@flowcore/cli-plugin-tenant-management": "^1.1.1",
18
18
  "@flowcore/sdk": "^1.50.0",
19
19
  "@flowcore/time-bucket": "^1.1.0",
@@ -119,7 +119,7 @@
119
119
  "prestart": "npm run build",
120
120
  "update-schema": "rover graph introspect https://graph.api.staging.flowcore.io/graphql -o schema.gql"
121
121
  },
122
- "version": "4.18.1",
122
+ "version": "4.18.4",
123
123
  "bugs": "https://github.com/flowcore-io/flowcore-cli/issues",
124
124
  "keywords": [
125
125
  "flowcore",
package/.npmrc DELETED
@@ -1 +0,0 @@
1
- @jsr:registry=https://npm.jsr.io
package/CHANGELOG.md DELETED
@@ -1,1187 +0,0 @@
1
- ## [1.3.0](https://github.com/flowcore-io/flowcore-cli/compare/v1.2.0...v1.3.0) (2024-01-09)
2
-
3
-
4
- ### Features
5
-
6
- * added timeout for destination as flag ([f731aac](https://github.com/flowcore-io/flowcore-cli/commit/f731aac025262179af1fd56e2ab2477a674635f9))
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * added description to start that includes week ([58687a7](https://github.com/flowcore-io/flowcore-cli/commit/58687a7bbb66aaa5d6da26af88e555cbb1e72467))
12
-
13
- ## [4.18.1](https://github.com/flowcore-io/flowcore-cli/compare/v4.18.0...v4.18.1) (2025-11-28)
14
-
15
-
16
- ### Bug Fixes
17
-
18
- * **package:** update @flowcore/cli-plugin-data-core to version 3.4.0 and @flowcore/cli-plugin-scenario to version 4.6.1 ([a26bd04](https://github.com/flowcore-io/flowcore-cli/commit/a26bd04a9f3cd610e2398501d34b09befaa7c9e6))
19
-
20
- ## [4.18.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.17.1...v4.18.0) (2025-11-03)
21
-
22
-
23
- ### Features
24
-
25
- * add Usable MCP system prompt documentation and enhance document handling in apply and delete commands ([dcbcad2](https://github.com/flowcore-io/flowcore-cli/commit/dcbcad2fb02158babfb89bab6a6d0a6d96bd1aa6))
26
-
27
-
28
- ### Bug Fixes
29
-
30
- * **apply:** streamline document merging logic for improved clarity and performance ([64a7ffc](https://github.com/flowcore-io/flowcore-cli/commit/64a7ffc6b9808a0a46d546df8405e2cc5ebfe11d))
31
-
32
- ## [4.17.1](https://github.com/flowcore-io/flowcore-cli/compare/v4.17.0...v4.17.1) (2025-08-19)
33
-
34
-
35
- ### Bug Fixes
36
-
37
- * **package:** :arrow_up: update @flowcore/cli-plugin-scenario to version 4.5.0 ([f02c587](https://github.com/flowcore-io/flowcore-cli/commit/f02c5870c9dc84c3c731d4cc27716c1b77bf7ba9))
38
-
39
- ## [4.17.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.16.0...v4.17.0) (2025-07-10)
40
-
41
-
42
- ### Features
43
-
44
- * update auth man plugin ([f82d2f7](https://github.com/flowcore-io/flowcore-cli/commit/f82d2f7fcf8710f1610f0fb1e5aaa91f214fa1d3))
45
-
46
- ## [4.16.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.15.0...v4.16.0) (2025-07-04)
47
-
48
-
49
- ### Features
50
-
51
- * upgrade auth management plugin ([9e63cfc](https://github.com/flowcore-io/flowcore-cli/commit/9e63cfc375dac8dd743ee4efa4a8b64b8f4beec9))
52
-
53
- ## [4.15.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.14.4...v4.15.0) (2025-07-02)
54
-
55
-
56
- ### Features
57
-
58
- * :arrow_up: update @flowcore/cli-plugin-scenario to version 4.4.0 ([f9b5cd0](https://github.com/flowcore-io/flowcore-cli/commit/f9b5cd094e6e5af22f475125884e023f66f6ca32))
59
-
60
-
61
- ### Bug Fixes
62
-
63
- * **package:** :arrow_up: update @flowcore/cli-plugin-scenario to version 4.4.0 ([672e9d3](https://github.com/flowcore-io/flowcore-cli/commit/672e9d396f3edb81300eedc4ae0a133ce1b3fb5e))
64
-
65
- ## [4.14.4](https://github.com/flowcore-io/flowcore-cli/compare/v4.14.3...v4.14.4) (2025-06-20)
66
-
67
-
68
- ### Bug Fixes
69
-
70
- * **package:** :arrow_up: update @flowcore/cli-plugin-scenario to version 4.3.1 ([2afaf43](https://github.com/flowcore-io/flowcore-cli/commit/2afaf43e01145f9bc4a580be73b845c6a3cbea93))
71
-
72
- ## [4.14.3](https://github.com/flowcore-io/flowcore-cli/compare/v4.14.2...v4.14.3) (2025-06-20)
73
-
74
-
75
- ### Bug Fixes
76
-
77
- * **package:** :arrow_up: update @flowcore/cli-plugin-scenario to version 4.3.0 ([d1c1ee6](https://github.com/flowcore-io/flowcore-cli/commit/d1c1ee6df8e0842a4ff0f9ae560a592635bde629))
78
-
79
- ## [4.14.2](https://github.com/flowcore-io/flowcore-cli/compare/v4.14.1...v4.14.2) (2025-06-19)
80
-
81
-
82
- ### Bug Fixes
83
-
84
- * **package:** :arrow_up: update @flowcore/cli-plugin-scenario to version 4.2.1 ([977e9d3](https://github.com/flowcore-io/flowcore-cli/commit/977e9d3ad172d70114c28133f0348a4c6a201df2))
85
- * **package:** :arrow_up: update @flowcore/sdk to version 1.50.0 ([e40d63d](https://github.com/flowcore-io/flowcore-cli/commit/e40d63df2497919e43a17e6c816355c59c2614a5))
86
-
87
- ## [4.14.1](https://github.com/flowcore-io/flowcore-cli/compare/v4.14.0...v4.14.1) (2025-06-06)
88
-
89
-
90
- ### Bug Fixes
91
-
92
- * **package:** :arrow_up: update @flowcore/cli-plugin-core to version 5.7.0 ([c724dce](https://github.com/flowcore-io/flowcore-cli/commit/c724dcea1c9b7c625d199b1f5b443e1292442470))
93
-
94
- ## [4.14.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.13.5...v4.14.0) (2025-05-22)
95
-
96
-
97
- ### Features
98
-
99
- * **update:** :sparkles: add update command and check for updates hook ([0ef3af6](https://github.com/flowcore-io/flowcore-cli/commit/0ef3af694909aec6dad5081f57ddd70cb876be30))
100
-
101
-
102
- ### Bug Fixes
103
-
104
- * **update:** :art: simplify error handling in update command and check-updates hook ([abaf50d](https://github.com/flowcore-io/flowcore-cli/commit/abaf50d392ff83e467328c81f271a1e4b968a94a))
105
-
106
- ## [4.13.5](https://github.com/flowcore-io/flowcore-cli/compare/v4.13.4...v4.13.5) (2025-05-22)
107
-
108
-
109
- ### Bug Fixes
110
-
111
- * **package:** :arrow_up: update @flowcore/cli-plugin-core to version 5.5.0 ([4959efc](https://github.com/flowcore-io/flowcore-cli/commit/4959efc6f7aeeea05dac1c75fa352f9905073613))
112
-
113
- ## [4.13.4](https://github.com/flowcore-io/flowcore-cli/compare/v4.13.3...v4.13.4) (2025-05-14)
114
-
115
-
116
- ### Bug Fixes
117
-
118
- * **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))
119
-
120
- ## [4.13.3](https://github.com/flowcore-io/flowcore-cli/compare/v4.13.2...v4.13.3) (2025-05-01)
121
-
122
-
123
- ### Bug Fixes
124
-
125
- * **package:** :arrow_up: update @flowcore/cli-plugin-iam to version 1.7.0 ([7bfd4d8](https://github.com/flowcore-io/flowcore-cli/commit/7bfd4d8e6490678edc690448f9e6befd503a60d5))
126
-
127
- ## [4.13.2](https://github.com/flowcore-io/flowcore-cli/compare/v4.13.1...v4.13.2) (2025-04-29)
128
-
129
-
130
- ### Bug Fixes
131
-
132
- * **package:** :arrow_up: update @flowcore/cli-plugin-data-core to version 3.3.0 and @flowcore/sdk to version 1.36.0 ([7a1c194](https://github.com/flowcore-io/flowcore-cli/commit/7a1c1945dc672b480b613e038c94ec7be1a1efec))
133
-
134
- ## [4.13.1](https://github.com/flowcore-io/flowcore-cli/compare/v4.13.0...v4.13.1) (2025-04-03)
135
-
136
-
137
- ### Bug Fixes
138
-
139
- * **package:** :arrow_up: update @flowcore/cli-plugin-iam to version 1.6.1 ([a464aa1](https://github.com/flowcore-io/flowcore-cli/commit/a464aa1c8ec84bc7665a2eb54f54e547e92d321a))
140
- * update core plugin ([b2d0cdb](https://github.com/flowcore-io/flowcore-cli/commit/b2d0cdbdea380935f88c4a104f7a1abcd41e8ca8))
141
-
142
- ## [4.13.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.12.6...v4.13.0) (2025-03-17)
143
-
144
-
145
- ### Features
146
-
147
- * **package:** :arrow_up: update @flowcore/cli-plugin-auth-management to version 1.4.0 ([0b15372](https://github.com/flowcore-io/flowcore-cli/commit/0b1537249f9f6bcd4a1682eb834de8d2da329345))
148
-
149
- ## [4.12.6](https://github.com/flowcore-io/flowcore-cli/compare/v4.12.5...v4.12.6) (2025-03-06)
150
-
151
-
152
- ### Bug Fixes
153
-
154
- * update scenario plugin to version 4.1.5 ([0ed9ddf](https://github.com/flowcore-io/flowcore-cli/commit/0ed9ddf811d738d7ef190854f6903c49ce39a365))
155
-
156
- ## [4.12.5](https://github.com/flowcore-io/flowcore-cli/compare/v4.12.4...v4.12.5) (2025-02-16)
157
-
158
-
159
- ### Bug Fixes
160
-
161
- * update GitHub workflow runners to blacksmith instance ([d830b63](https://github.com/flowcore-io/flowcore-cli/commit/d830b63b5349eecf1357df5c097927cab40b1ef0))
162
- * updated IAM CLI plugin ([782b8a0](https://github.com/flowcore-io/flowcore-cli/commit/782b8a033105ee89cfcbaafab8a78cc7fb6fe682))
163
- * upgrade @flowcore/cli-plugin-iam to version 1.6.0 ([bc7520b](https://github.com/flowcore-io/flowcore-cli/commit/bc7520bca9797036f5f51ec47326eaeb708b6a1d))
164
-
165
- ## [4.12.4](https://github.com/flowcore-io/flowcore-cli/compare/v4.12.3...v4.12.4) (2025-02-13)
166
-
167
-
168
- ### Bug Fixes
169
-
170
- * update plugin core ([16b489a](https://github.com/flowcore-io/flowcore-cli/commit/16b489a4d7562182f755ece82ab7363d99c143dd))
171
-
172
- ## [4.12.3](https://github.com/flowcore-io/flowcore-cli/compare/v4.12.2...v4.12.3) (2025-02-13)
173
-
174
-
175
- ### Bug Fixes
176
-
177
- * update plugin-core ([b90d455](https://github.com/flowcore-io/flowcore-cli/commit/b90d4553b449fc4bac4fab3bf0b5e9283d4a5698))
178
-
179
- ## [4.12.2](https://github.com/flowcore-io/flowcore-cli/compare/v4.12.1...v4.12.2) (2025-02-07)
180
-
181
-
182
- ### Bug Fixes
183
-
184
- * update data core plugin ([41e5d8e](https://github.com/flowcore-io/flowcore-cli/commit/41e5d8ea1b4a148745a3be0c76171e1eb0647b01))
185
-
186
- ## [4.12.1](https://github.com/flowcore-io/flowcore-cli/compare/v4.12.0...v4.12.1) (2025-02-07)
187
-
188
-
189
- ### Bug Fixes
190
-
191
- * update data core plugin ([fe0f148](https://github.com/flowcore-io/flowcore-cli/commit/fe0f148033bb9cda056ac97669771afafb864cbe))
192
-
193
- ## [4.12.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.11.0...v4.12.0) (2025-02-07)
194
-
195
-
196
- ### Features
197
-
198
- * update plugins ([287bf1c](https://github.com/flowcore-io/flowcore-cli/commit/287bf1c4f2977691a9d943b22e53fb982360818c))
199
-
200
- ## [4.11.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.10.3...v4.11.0) (2025-01-31)
201
-
202
-
203
- ### Features
204
-
205
- * **iam:** :heavy_plus_sign: added iam plugin ([7afeab1](https://github.com/flowcore-io/flowcore-cli/commit/7afeab162a24bff0dae42b08a2a0c452915b7fbc))
206
- * update core plugin ([3a5b527](https://github.com/flowcore-io/flowcore-cli/commit/3a5b5270057be83d1cf8ff6fa9e6ffbfd70f78cf))
207
-
208
-
209
- ### Bug Fixes
210
-
211
- * update core plugin ([79ccbe9](https://github.com/flowcore-io/flowcore-cli/commit/79ccbe970215b6748da5b30cbb871f86af455f37))
212
- * update lock file ([d139388](https://github.com/flowcore-io/flowcore-cli/commit/d1393885d7d540e2484f5c70b83a5ad7d92e3bd5))
213
- * update to latest ([9d16be8](https://github.com/flowcore-io/flowcore-cli/commit/9d16be89206fd4f1268e9757c34e8203dd3117eb))
214
-
215
- ## [4.10.3](https://github.com/flowcore-io/flowcore-cli/compare/v4.10.2...v4.10.3) (2024-11-01)
216
-
217
-
218
- ### Bug Fixes
219
-
220
- * update plugin core ([4740fb5](https://github.com/flowcore-io/flowcore-cli/commit/4740fb505a69a8c1e15b5ec32986a7008d540517))
221
-
222
- ## [4.10.2](https://github.com/flowcore-io/flowcore-cli/compare/v4.10.1...v4.10.2) (2024-11-01)
223
-
224
-
225
- ### Bug Fixes
226
-
227
- * downgrade core plugin ([8a1d29a](https://github.com/flowcore-io/flowcore-cli/commit/8a1d29a9d7151a3c5d51603201c87b7ab492576a))
228
- * fix version ([7e854fc](https://github.com/flowcore-io/flowcore-cli/commit/7e854fcd533a0cd97b5700ce36b833154630fb2a))
229
-
230
- ## [4.10.1](https://github.com/flowcore-io/flowcore-cli/compare/v4.10.0...v4.10.1) (2024-11-01)
231
-
232
-
233
- ### Bug Fixes
234
-
235
- * update plugin core ([c1f2c25](https://github.com/flowcore-io/flowcore-cli/commit/c1f2c258eee8367ce74c0a8a05575ff3442b806d))
236
-
237
- ## [4.10.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.9.1...v4.10.0) (2024-10-25)
238
-
239
-
240
- ### Features
241
-
242
- * **apply:** :sparkles: added new diff command to diff supplied resources with applied ones ([2b42f91](https://github.com/flowcore-io/flowcore-cli/commit/2b42f91d011b4707bf34965eba8f81becef788c0))
243
-
244
- ## [4.9.1](https://github.com/flowcore-io/flowcore-cli/compare/v4.9.0...v4.9.1) (2024-10-23)
245
-
246
-
247
- ### Bug Fixes
248
-
249
- * **configuration:** :bug: create data dir if it does not exist ([fa62af6](https://github.com/flowcore-io/flowcore-cli/commit/fa62af6d8a38b54bdab71fd4aa24b8d2162589af))
250
-
251
- ## [4.9.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.8.0...v4.9.0) (2024-10-23)
252
-
253
-
254
- ### Features
255
-
256
- * added info command for getting CLI configuration info ([5ff908f](https://github.com/flowcore-io/flowcore-cli/commit/5ff908f93a75da69473825a08b90754dd8068fd2))
257
-
258
-
259
- ### Bug Fixes
260
-
261
- * **configuration:** :rotating_light: fixed linting errors ([86f3a33](https://github.com/flowcore-io/flowcore-cli/commit/86f3a33d5204a86ecee40594a5db9001cb8b2a48))
262
-
263
- ## [4.8.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.7.2...v4.8.0) (2024-10-23)
264
-
265
-
266
- ### Features
267
-
268
- * **configuration:** :bug: fixed hook spec ([c0243cc](https://github.com/flowcore-io/flowcore-cli/commit/c0243ccb36022a9429300c858409633df52d3c2e))
269
- * **configuration:** :sparkles: added support for [@jsr](https://github.com/jsr) in using the datadir ([364dc6b](https://github.com/flowcore-io/flowcore-cli/commit/364dc6b60678e608c95b8a2db766ca82596dacf4))
270
-
271
-
272
- ### Bug Fixes
273
-
274
- * **configuration:** :bug: fixed filename to kebabcase ([b32c2dc](https://github.com/flowcore-io/flowcore-cli/commit/b32c2dc9c04e46960bb2e203cb76cf5bc5df27b5))
275
- * **configuration:** :bug: fixed test ([5ca549f](https://github.com/flowcore-io/flowcore-cli/commit/5ca549f91969c78c6dad1ae794c4084ed4d375f9))
276
-
277
- ## [4.7.2](https://github.com/flowcore-io/flowcore-cli/compare/v4.7.1...v4.7.2) (2024-10-23)
278
-
279
-
280
- ### Bug Fixes
281
-
282
- * **configuration:** :bug: added .npmrc file to build ([2318386](https://github.com/flowcore-io/flowcore-cli/commit/231838605b9de478e67ba06affde568f279c9a74))
283
-
284
- ## [4.7.1](https://github.com/flowcore-io/flowcore-cli/compare/v4.7.0...v4.7.1) (2024-10-23)
285
-
286
-
287
- ### Bug Fixes
288
-
289
- * add npmrc file ([7bd67a4](https://github.com/flowcore-io/flowcore-cli/commit/7bd67a4e9bfd08332070c5398c928458e7069b27))
290
-
291
- ## [4.7.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.6.0...v4.7.0) (2024-10-21)
292
-
293
-
294
- ### Features
295
-
296
- * **apply:** :sparkles: allow input from std-in, but it disables confirmation ([5e73503](https://github.com/flowcore-io/flowcore-cli/commit/5e73503038d1381eafad6b964ab1015fa9241282))
297
-
298
-
299
- ### Bug Fixes
300
-
301
- * **configuration:** :rotating_light: fixed linting errors ([6741b7d](https://github.com/flowcore-io/flowcore-cli/commit/6741b7d58c267b1566333c5c0a7e3049a364e272))
302
-
303
- ## [4.6.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.5.0...v4.6.0) (2024-10-21)
304
-
305
-
306
- ### Features
307
-
308
- * **apply:** :sparkles: added apply order to apply resources ([0e0fb61](https://github.com/flowcore-io/flowcore-cli/commit/0e0fb610a5e944287fbe2e898a9120906010d84a))
309
-
310
- ## [4.5.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.4.0...v4.5.0) (2024-10-21)
311
-
312
-
313
- ### Features
314
-
315
- * **delete:** :sparkles: added delete resource command ([66053de](https://github.com/flowcore-io/flowcore-cli/commit/66053de89d452ed6d07599f887335cfb69593428))
316
-
317
-
318
- ### Bug Fixes
319
-
320
- * :rotating_light: fixed linting errors ([447be65](https://github.com/flowcore-io/flowcore-cli/commit/447be65ce7072c08754ef70ef7070edcb64216c2))
321
-
322
- ## [4.4.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.3.2...v4.4.0) (2024-10-18)
323
-
324
-
325
- ### Features
326
-
327
- * **apply:** :art: update core plugin so that apply v2 displays what has been changed ([b155e1a](https://github.com/flowcore-io/flowcore-cli/commit/b155e1a209c080d40cfbb82cd122ffe0a227c0ea))
328
-
329
- ## [4.3.2](https://github.com/flowcore-io/flowcore-cli/compare/v4.3.1...v4.3.2) (2024-10-18)
330
-
331
-
332
- ### Bug Fixes
333
-
334
- * **apply:** :bug: only parse docs to validate the base resource validity ([c7b9b66](https://github.com/flowcore-io/flowcore-cli/commit/c7b9b669414904c2f7e10ed38a788d595d07f845))
335
-
336
- ## [4.3.1](https://github.com/flowcore-io/flowcore-cli/compare/v4.3.0...v4.3.1) (2024-10-18)
337
-
338
-
339
- ### Bug Fixes
340
-
341
- * **configuration:** :rotating_light: fixing lint error ([015c005](https://github.com/flowcore-io/flowcore-cli/commit/015c005f6ea1c61a9b1f707611c40fc35e694c6d))
342
- * **core:** :bug: fixed a bug with scan from the core plugin ([53a7e7e](https://github.com/flowcore-io/flowcore-cli/commit/53a7e7eaef2199abd923afcb0ec6292d6248cbb1))
343
-
344
- ## [4.3.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.2.3...v4.3.0) (2024-10-18)
345
-
346
-
347
- ### Features
348
-
349
- * **apply:** :sparkles: added flowcore apply v2 with api registry service hooks ([2115c9e](https://github.com/flowcore-io/flowcore-cli/commit/2115c9e61730c8c241578a3a76ec4d24845d969f))
350
-
351
-
352
- ### Bug Fixes
353
-
354
- * **apply:** :sparkles: added apply v2 option ([7c60fdc](https://github.com/flowcore-io/flowcore-cli/commit/7c60fdc1cab54de142b6526e0452dff41c902aea))
355
- * **configuration:** :rotating_light: fixed linting errors ([fe6e4e9](https://github.com/flowcore-io/flowcore-cli/commit/fe6e4e928d37c9280d5b299afdb9403ee15becd6))
356
-
357
- ## [4.2.3](https://github.com/flowcore-io/flowcore-cli/compare/v4.2.2...v4.2.3) (2024-10-17)
358
-
359
-
360
- ### Bug Fixes
361
-
362
- * update cli-plugin-core ([78015db](https://github.com/flowcore-io/flowcore-cli/commit/78015db9c4584089d2f2e5a60dac8f997bd80447))
363
-
364
- ## [4.2.2](https://github.com/flowcore-io/flowcore-cli/compare/v4.2.1...v4.2.2) (2024-10-08)
365
-
366
-
367
- ### Bug Fixes
368
-
369
- * do not allow inputs to start or end with space ([f708bb2](https://github.com/flowcore-io/flowcore-cli/commit/f708bb2d6f4e7af070eec59c298a6c8f3a0c6f2e))
370
-
371
- ## [4.2.1](https://github.com/flowcore-io/flowcore-cli/compare/v4.2.0...v4.2.1) (2024-10-07)
372
-
373
-
374
- ### Bug Fixes
375
-
376
- * **scenario:** :bug: updated the scenario plugin to fix a few minor issues ([8e5582f](https://github.com/flowcore-io/flowcore-cli/commit/8e5582f0a6c23be5c85e5d5f49bf480571ff2a42))
377
-
378
- ## [4.2.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.1.1...v4.2.0) (2024-09-30)
379
-
380
-
381
- ### Features
382
-
383
- * **dependencies:** :sparkles: updated scenario and daca core plugins ([63b8dcb](https://github.com/flowcore-io/flowcore-cli/commit/63b8dcb8301fb82b3eca0d22996b91b0500f374c))
384
-
385
- ## [4.1.1](https://github.com/flowcore-io/flowcore-cli/compare/v4.1.0...v4.1.1) (2024-09-17)
386
-
387
-
388
- ### Bug Fixes
389
-
390
- * :bug: fixed graphql login problem ([47ffdac](https://github.com/flowcore-io/flowcore-cli/commit/47ffdacf7f166ef35bb673b1d2b968f861199587))
391
- * bumped flowcore plugin packages to latest versions ([4454218](https://github.com/flowcore-io/flowcore-cli/commit/445421803e12f71b48b77eb7d4c5a666389d6b40))
392
-
393
- ## [4.1.0](https://github.com/flowcore-io/flowcore-cli/compare/v4.0.3...v4.1.0) (2024-09-13)
394
-
395
-
396
- ### Features
397
-
398
- * **ai:** :sparkles: Added AI plugin that can be used with other plugins ([8a0fd5a](https://github.com/flowcore-io/flowcore-cli/commit/8a0fd5aa68dd0a5fc2e9d6ca1742eae78611575b))
399
-
400
-
401
- ### Bug Fixes
402
-
403
- * added missing readme ([0607bec](https://github.com/flowcore-io/flowcore-cli/commit/0607becf74efde7583b5fa903c610a618a634dcc))
404
-
405
- ## [4.0.3](https://github.com/flowcore-io/flowcore-cli/compare/v4.0.2...v4.0.3) (2024-09-11)
406
-
407
-
408
- ### Bug Fixes
409
-
410
- * bumped scenario plugin to fix get logs ([ead0a37](https://github.com/flowcore-io/flowcore-cli/commit/ead0a378d4feb10a516f83dfb240866a99438ee3))
411
-
412
- ## [4.0.2](https://github.com/flowcore-io/flowcore-cli/compare/v4.0.1...v4.0.2) (2024-09-11)
413
-
414
-
415
- ### Bug Fixes
416
-
417
- * bumped plugins with graphql client fix ([95f00a5](https://github.com/flowcore-io/flowcore-cli/commit/95f00a54d5ec0761f15fed8a74167558dc1ccbde))
418
-
419
- ## [4.0.1](https://github.com/flowcore-io/flowcore-cli/compare/v4.0.0...v4.0.1) (2024-09-10)
420
-
421
-
422
- ### Bug Fixes
423
-
424
- * updated core libraries with fixes for streaming ([f6077ce](https://github.com/flowcore-io/flowcore-cli/commit/f6077ce40debe9247080c7f5f473709e2eef7ecf))
425
-
426
- ## [4.0.0](https://github.com/flowcore-io/flowcore-cli/compare/v3.4.0...v4.0.0) (2024-09-09)
427
-
428
-
429
- ### ⚠ BREAKING CHANGES
430
-
431
- * updated oclif and flowcore core plugins, not compatibile with older versions
432
-
433
- ### Features
434
-
435
- * bumped base libraries ([c8e472c](https://github.com/flowcore-io/flowcore-cli/commit/c8e472c797467ca2b0572d427374928189604e61))
436
-
437
- ## [3.4.0](https://github.com/flowcore-io/flowcore-cli/compare/v3.3.1...v3.4.0) (2024-09-05)
438
-
439
-
440
- ### Features
441
-
442
- * added new transformer command ([ba69d1f](https://github.com/flowcore-io/flowcore-cli/commit/ba69d1f93c87780e8f4bc0970b6dc712ce0d0c0e))
443
-
444
- ## [3.3.1](https://github.com/flowcore-io/flowcore-cli/compare/v3.3.0...v3.3.1) (2024-09-04)
445
-
446
-
447
- ### Bug Fixes
448
-
449
- * bumped flowcore scenario plugin version to 3.3.1 ([422cc60](https://github.com/flowcore-io/flowcore-cli/commit/422cc60c013e5ee86b2996013f975d5ab8d97ad8))
450
-
451
- ## [3.3.0](https://github.com/flowcore-io/flowcore-cli/compare/v3.2.0...v3.3.0) (2024-09-03)
452
-
453
-
454
- ### Features
455
-
456
- * added functionality to manage secrets and support github pat token ([53f6c93](https://github.com/flowcore-io/flowcore-cli/commit/53f6c931e61528694b7de35b765555310290035b))
457
- * bumped flowcore scenario to latest shell version ([597462b](https://github.com/flowcore-io/flowcore-cli/commit/597462bc833de42ece7219ad4bb49476d32504d7))
458
- * updated to scenario plugin with private repo pat blueprint configuration ([e3dae25](https://github.com/flowcore-io/flowcore-cli/commit/e3dae259457061e4277aba3690db0e55a33ae1b6))
459
-
460
- ## [3.2.0](https://github.com/flowcore-io/flowcore-cli/compare/v3.1.1...v3.2.0) (2024-08-30)
461
-
462
-
463
- ### Features
464
-
465
- * added get tenant resources ([c800ba7](https://github.com/flowcore-io/flowcore-cli/commit/c800ba740153098b229361a86d1449d71ebdf8e9))
466
-
467
- ## [3.1.1](https://github.com/flowcore-io/flowcore-cli/compare/v3.1.0...v3.1.1) (2024-08-30)
468
-
469
-
470
- ### Bug Fixes
471
-
472
- * added flowcore auth management as default plugin ([659585d](https://github.com/flowcore-io/flowcore-cli/commit/659585d6f78970e9aad025f2d3c030f07d3b6401))
473
- * character typo ([7bd332f](https://github.com/flowcore-io/flowcore-cli/commit/7bd332f3bb62941649675d9c8c4a3f277399912b))
474
-
475
- ## [3.0.1](https://github.com/flowcore-io/flowcore-cli/compare/v3.0.0...v3.0.1) (2024-08-29)
476
-
477
-
478
- ### Bug Fixes
479
-
480
- * updated scenario to fix local stream ([7d58533](https://github.com/flowcore-io/flowcore-cli/commit/7d585330f92a41bf6314e7d9e17c332635d1e6ea))
481
-
482
- ## [3.0.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.22.0...v3.0.0) (2024-08-29)
483
-
484
-
485
- ### ⚠ BREAKING CHANGES
486
-
487
- * changed the signature of flowcore stream processing of everything other than log
488
- * updated core package to support stream output processor extensions
489
-
490
- ### Features
491
-
492
- * bumped flowcore scenario and core plugin ([a9d793f](https://github.com/flowcore-io/flowcore-cli/commit/a9d793fe451b181c918abc618835f65653aa17f8))
493
- * updated core package to support stream output processor extensions ([a9a9a5e](https://github.com/flowcore-io/flowcore-cli/commit/a9a9a5ed45ab0dbe9af2055ce014d97d0f5aa659))
494
-
495
- ## [2.22.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.21.0...v2.22.0) (2024-08-29)
496
-
497
-
498
- ### Features
499
-
500
- * added create new plugin feature ([fbeadda](https://github.com/flowcore-io/flowcore-cli/commit/fbeaddaa4e3cf956a425aca7a4d6948c397df217))
501
-
502
- ## [2.21.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.20.0...v2.21.0) (2024-08-28)
503
-
504
-
505
- ### Features
506
-
507
- * updated generator with new generator ([fd9db27](https://github.com/flowcore-io/flowcore-cli/commit/fd9db27943e0202ca999692e46494e30bfaffa52))
508
-
509
- ## [2.20.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.19.2...v2.20.0) (2024-08-28)
510
-
511
-
512
- ### Features
513
-
514
- * updated generator library to 1.1.0 for new bun service generator ([cab6273](https://github.com/flowcore-io/flowcore-cli/commit/cab62738878574ebaafcb5f84f05a2238ce4a9a1))
515
-
516
- ## [2.19.2](https://github.com/flowcore-io/flowcore-cli/compare/v2.19.1...v2.19.2) (2024-08-26)
517
-
518
-
519
- ### Bug Fixes
520
-
521
- * bumped flowcore core plugin version to optimized flowcore stream command ([5a55116](https://github.com/flowcore-io/flowcore-cli/commit/5a55116b1823d3e717b6e6c1bd9a3e0f5e506c2a))
522
-
523
- ## [2.19.1](https://github.com/flowcore-io/flowcore-cli/compare/v2.19.0...v2.19.1) (2024-08-19)
524
-
525
-
526
- ### Bug Fixes
527
-
528
- * bumped scenario plugin ([3e0abce](https://github.com/flowcore-io/flowcore-cli/commit/3e0abce63029c0a5953e89dcf88e651ff37d1b12))
529
-
530
- ## [2.19.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.18.1...v2.19.0) (2024-08-19)
531
-
532
-
533
- ### Features
534
-
535
- * updated scenario plugin ([7b56a9f](https://github.com/flowcore-io/flowcore-cli/commit/7b56a9ff8fcbb5508f570dcd2c12096df1238a52))
536
-
537
-
538
- ### Bug Fixes
539
-
540
- * update plugin scenario ([feb85cd](https://github.com/flowcore-io/flowcore-cli/commit/feb85cd27edf859b1b81001404e9868c99f2e3ef))
541
-
542
- ## [2.18.1](https://github.com/flowcore-io/flowcore-cli/compare/v2.18.0...v2.18.1) (2024-08-06)
543
-
544
-
545
- ### Bug Fixes
546
-
547
- * updated scenario plugin ([0240288](https://github.com/flowcore-io/flowcore-cli/commit/0240288cb238a212182728ad17369c80d281846f))
548
-
549
- ## [2.18.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.17.0...v2.18.0) (2024-08-06)
550
-
551
-
552
- ### Features
553
-
554
- * added reset adapter command ([bf3831c](https://github.com/flowcore-io/flowcore-cli/commit/bf3831c01e1356fa64059d82c3be0517840f7e81))
555
-
556
- ## [2.17.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.16.1...v2.17.0) (2024-07-15)
557
-
558
-
559
- ### Features
560
-
561
- * added generator plugin ([3dbf979](https://github.com/flowcore-io/flowcore-cli/commit/3dbf979f11d03a0e61d1f6efdb1c335139ce2db8))
562
-
563
- ## [2.16.1](https://github.com/flowcore-io/flowcore-cli/compare/v2.16.0...v2.16.1) (2024-07-09)
564
-
565
-
566
- ### Bug Fixes
567
-
568
- * updated core plugin to fix issue with warning being logged wile using --json flag ([eec0f33](https://github.com/flowcore-io/flowcore-cli/commit/eec0f3307f3de5f5933a5960afe0348c90b8ea17))
569
-
570
- ## [2.16.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.15.10...v2.16.0) (2024-07-08)
571
-
572
-
573
- ### Features
574
-
575
- * Update @flowcore/cli-plugin-core to version 1.6.0 ([aab79bc](https://github.com/flowcore-io/flowcore-cli/commit/aab79bc8f6b97b907d876e3fc29f15785a087364))
576
-
577
- ## [2.15.10](https://github.com/flowcore-io/flowcore-cli/compare/v2.15.9...v2.15.10) (2024-06-28)
578
-
579
-
580
- ### Bug Fixes
581
-
582
- * update core plugin ([7e2524b](https://github.com/flowcore-io/flowcore-cli/commit/7e2524b070bded79ae8b99b4d740c058b9234c10))
583
- * update datacore plugin ([16eecb9](https://github.com/flowcore-io/flowcore-cli/commit/16eecb91935a6b1874a09a3a0cac94f9608f86ba))
584
-
585
- ## [2.15.9](https://github.com/flowcore-io/flowcore-cli/compare/v2.15.8...v2.15.9) (2024-06-24)
586
-
587
-
588
- ### Bug Fixes
589
-
590
- * Update @flowcore/cli-plugin-scenario to version 2.10.1 ([db4d39d](https://github.com/flowcore-io/flowcore-cli/commit/db4d39db94dd43edcca12f8c63c80f35532e94b7))
591
-
592
- ## [2.15.8](https://github.com/flowcore-io/flowcore-cli/compare/v2.15.7...v2.15.8) (2024-06-21)
593
-
594
-
595
- ### Bug Fixes
596
-
597
- * Update @flowcore/cli-plugin-core to version 1.5.2 ([d87f6f3](https://github.com/flowcore-io/flowcore-cli/commit/d87f6f30f101006d4e7196e9e2b710a0ab5388df))
598
-
599
- ## [2.15.7](https://github.com/flowcore-io/flowcore-cli/compare/v2.15.6...v2.15.7) (2024-06-04)
600
-
601
-
602
- ### Bug Fixes
603
-
604
- * Update @flowcore/cli-plugin-core to version 1.5.1 ([2a47878](https://github.com/flowcore-io/flowcore-cli/commit/2a47878a3533b0057c596696cb52e72960a6cd9e))
605
-
606
- ## [2.15.6](https://github.com/flowcore-io/flowcore-cli/compare/v2.15.5...v2.15.6) (2024-06-03)
607
-
608
-
609
- ### Bug Fixes
610
-
611
- * Update @flowcore/cli-plugin-core to version 1.5.0 ([e8a56e6](https://github.com/flowcore-io/flowcore-cli/commit/e8a56e662c9decfdb32d61ef6dcf98acacc32cdb))
612
-
613
- ## [2.15.5](https://github.com/flowcore-io/flowcore-cli/compare/v2.15.4...v2.15.5) (2024-05-31)
614
-
615
-
616
- ### Bug Fixes
617
-
618
- * Update @flowcore/cli-plugin-core to version 1.4.0 ([7f71890](https://github.com/flowcore-io/flowcore-cli/commit/7f71890f2a2f1feb1601c1e1ce22937c6ea94a7d))
619
-
620
- ## [2.15.4](https://github.com/flowcore-io/flowcore-cli/compare/v2.15.3...v2.15.4) (2024-05-28)
621
-
622
-
623
- ### Bug Fixes
624
-
625
- * Update @flowcore/cli-plugin-core to version 1.3.1 ([695509d](https://github.com/flowcore-io/flowcore-cli/commit/695509d193de225d1b971da393f90caefe46c78f))
626
-
627
- ## [2.15.3](https://github.com/flowcore-io/flowcore-cli/compare/v2.15.2...v2.15.3) (2024-05-28)
628
-
629
-
630
- ### Bug Fixes
631
-
632
- * Update @flowcore/cli-plugin-core to version 1.3.0 ([6ca3c9c](https://github.com/flowcore-io/flowcore-cli/commit/6ca3c9c54baf1d8f64bb9aa412c984d878817bd2))
633
-
634
- ## [2.15.2](https://github.com/flowcore-io/flowcore-cli/compare/v2.15.1...v2.15.2) (2024-05-21)
635
-
636
-
637
- ### Bug Fixes
638
-
639
- * Update @flowcore/cli-plugin-core to version 1.2.0 ([aa2051e](https://github.com/flowcore-io/flowcore-cli/commit/aa2051e055caf1e1f27bca9b3bfcd5dc585c9703))
640
-
641
- ## [2.15.1](https://github.com/flowcore-io/flowcore-cli/compare/v2.15.0...v2.15.1) (2024-04-24)
642
-
643
-
644
- ### Bug Fixes
645
-
646
- * Update cli-plugin-scenario to version 2.9.1 for bug fixes. ([f4d2ff2](https://github.com/flowcore-io/flowcore-cli/commit/f4d2ff2098f0a70ec24cab48be26ec37b11e00c0))
647
-
648
- ## [2.15.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.14.0...v2.15.0) (2024-04-24)
649
-
650
-
651
- ### Features
652
-
653
- * Update cli-plugin-scenario to version 2.9.0 and enquirer to version 2.4.1. ([c8372d4](https://github.com/flowcore-io/flowcore-cli/commit/c8372d4ad4539a658c8e879f4eed8d304d319a8f))
654
-
655
- ## [2.14.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.13.0...v2.14.0) (2024-04-17)
656
-
657
-
658
- ### Features
659
-
660
- * Update cli-plugin-scenario to version 2.8.0 and enquirer to version 2.4.1. ([2601ee9](https://github.com/flowcore-io/flowcore-cli/commit/2601ee94e6e415210eb060d97fbac7b0f00b5aed))
661
-
662
- ## [2.13.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.12.0...v2.13.0) (2024-04-17)
663
-
664
-
665
- ### Features
666
-
667
- * Update plugin versions to 2.12.0 for flowcore/cli and 1.1.0 for cli-plugin-config, 2.2.1 for cli-plugin-data-core, and 2.7.0 for cli-plugin-scenario. ([73f00dd](https://github.com/flowcore-io/flowcore-cli/commit/73f00dd1eb7b1653033671e1b37668de36732988))
668
-
669
- ## [2.12.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.11.0...v2.12.0) (2024-03-28)
670
-
671
-
672
- ### Features
673
-
674
- * update versions and links for flowcore cli and plugins. added support for client credentials ([f87c389](https://github.com/flowcore-io/flowcore-cli/commit/f87c38957584e7d82bb793963d069c256c72646c))
675
-
676
- ## [2.11.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.10.1...v2.11.0) (2024-03-08)
677
-
678
-
679
- ### Features
680
-
681
- * update versions and links for flowcore cli and plugins ([cd7e7e0](https://github.com/flowcore-io/flowcore-cli/commit/cd7e7e03ce6e4090c64668ad6a9108e3f5fa7994))
682
-
683
- ## [2.10.1](https://github.com/flowcore-io/flowcore-cli/compare/v2.10.0...v2.10.1) (2024-03-07)
684
-
685
-
686
- ### Bug Fixes
687
-
688
- * update cli-plugin-scenario to version 2.6.1 for bug fixes and improvements ([2274a9b](https://github.com/flowcore-io/flowcore-cli/commit/2274a9b6a42d9592673bcfaf2e84927a060cbb58))
689
-
690
- ## [2.10.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.9.2...v2.10.0) (2024-03-07)
691
-
692
-
693
- ### Features
694
-
695
- * update "@flowcore/cli-plugin-scenario" to version 2.6.0 ([566ea9b](https://github.com/flowcore-io/flowcore-cli/commit/566ea9b36503280baf268b604be869b6393eaa6e))
696
-
697
- ## [2.9.2](https://github.com/flowcore-io/flowcore-cli/compare/v2.9.1...v2.9.2) (2024-03-07)
698
-
699
-
700
- ### Bug Fixes
701
-
702
- * update log format in processEvents function to correctly output payload and response ([caeb368](https://github.com/flowcore-io/flowcore-cli/commit/caeb3689d0e72b931a45b8916f511e56c76b4aa2))
703
-
704
- ## [2.9.1](https://github.com/flowcore-io/flowcore-cli/compare/v2.9.0...v2.9.1) (2024-03-07)
705
-
706
-
707
- ### Bug Fixes
708
-
709
- * update log format in processEvents function to correctly output payload and response ([8945ef4](https://github.com/flowcore-io/flowcore-cli/commit/8945ef4e7d7dd05140f4624cba8cf816fdeb9705))
710
-
711
- ## [2.9.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.8.2...v2.9.0) (2024-03-07)
712
-
713
-
714
- ### Features
715
-
716
- * add support for sending only the event payload to the destination in processEvents function ([fa44f87](https://github.com/flowcore-io/flowcore-cli/commit/fa44f8742c565df5b7482c21e7a2f0b597e671e0))
717
- * enhance stream command with max event option ([5bb9ff2](https://github.com/flowcore-io/flowcore-cli/commit/5bb9ff26c6d59007442cab1c1bcb2edae7182858))
718
-
719
- ## [2.8.2](https://github.com/flowcore-io/flowcore-cli/compare/v2.8.1...v2.8.2) (2024-02-28)
720
-
721
-
722
- ### Bug Fixes
723
-
724
- * show correct info when streaming ([aae6597](https://github.com/flowcore-io/flowcore-cli/commit/aae6597dff983db811cc156592c0b8ac946037a6))
725
-
726
- ## [2.8.1](https://github.com/flowcore-io/flowcore-cli/compare/v2.8.0...v2.8.1) (2024-02-26)
727
-
728
-
729
- ### Bug Fixes
730
-
731
- * always get current time in live mode ([1a0befc](https://github.com/flowcore-io/flowcore-cli/commit/1a0befc1f29ff0157121ccbd8346357e89c35b18))
732
-
733
- ## [2.8.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.7.0...v2.8.0) (2024-02-24)
734
-
735
-
736
- ### Features
737
-
738
- * add now option to start arg to start streaming from now ([8070602](https://github.com/flowcore-io/flowcore-cli/commit/80706025d0a3ce0c9a0e57294d39eb530b34d3f9))
739
-
740
- ## [2.7.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.6.0...v2.7.0) (2024-02-22)
741
-
742
-
743
- ### Features
744
-
745
- * add generate manifest commands for scenario and data core ([551d80f](https://github.com/flowcore-io/flowcore-cli/commit/551d80f47e6537cb26e56ce9f69f4b25bb554ef2))
746
-
747
- ## [2.6.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.5.2...v2.6.0) (2024-02-22)
748
-
749
-
750
- ### Features
751
-
752
- * add option to add headers to stream ([41f88f3](https://github.com/flowcore-io/flowcore-cli/commit/41f88f39f53c233705507e7b3ece8bbf346b76e2))
753
-
754
- ## [2.5.2](https://github.com/flowcore-io/flowcore-cli/compare/v2.5.1...v2.5.2) (2024-02-22)
755
-
756
-
757
- ### Bug Fixes
758
-
759
- * update flowcore/cli version to 2.5.1 and flowcore/cli-plugin-scenario version to 2.3.0 ([10d2c34](https://github.com/flowcore-io/flowcore-cli/commit/10d2c346a005a8e707f85ec5bf0772ae283927c0))
760
-
761
- ## [2.5.1](https://github.com/flowcore-io/flowcore-cli/compare/v2.5.0...v2.5.1) (2024-02-21)
762
-
763
-
764
- ### Bug Fixes
765
-
766
- * forced rebuild ([da9de94](https://github.com/flowcore-io/flowcore-cli/commit/da9de9419f41145f5e318557dd6d937e2da4c54d))
767
-
768
- ## [2.5.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.4.0...v2.5.0) (2024-02-21)
769
-
770
-
771
- ### Features
772
-
773
- * add support for skipping confirmation and profile in resource apply command ([e17228c](https://github.com/flowcore-io/flowcore-cli/commit/e17228c6666998fee8b7bfbb018a37d30e374342))
774
-
775
-
776
- ### Bug Fixes
777
-
778
- * update versions of @flowcore/cli-plugin-data-core and @flowcore/cli-plugin-scenario to 2.0.0 and 2.1.0 respectively ([aa82656](https://github.com/flowcore-io/flowcore-cli/commit/aa826569e7eac67b9fe8c76acfe45b4b1c6b0f73))
779
-
780
- ## [2.4.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.3.0...v2.4.0) (2024-02-20)
781
-
782
-
783
- ### Features
784
-
785
- * update flowcore CLI version to 2.3.0 and add new command 'flowcore scenario apply' ([869ec7f](https://github.com/flowcore-io/flowcore-cli/commit/869ec7f848e8a731a9fc08877e1d272d07a59294))
786
-
787
- ## [2.3.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.2.2...v2.3.0) (2024-02-19)
788
-
789
-
790
- ### Features
791
-
792
- * update `flowcore apply` command to support applying a resource manifest against the Flowcore Platform for multiple files ([74696c2](https://github.com/flowcore-io/flowcore-cli/commit/74696c2fd7da448bff7374656d1657ff3e063305))
793
-
794
- ## [2.2.2](https://github.com/flowcore-io/flowcore-cli/compare/v2.2.1...v2.2.2) (2024-02-16)
795
-
796
-
797
- ### Bug Fixes
798
-
799
- * bumped data core plugin ([3e3c5bc](https://github.com/flowcore-io/flowcore-cli/commit/3e3c5bc6c4ab3437ccece5ec28177fc68b9fe1ff))
800
-
801
- ## [2.2.1](https://github.com/flowcore-io/flowcore-cli/compare/v2.2.0...v2.2.1) (2024-02-16)
802
-
803
-
804
- ### Bug Fixes
805
-
806
- * bumped data core plugin ([51df38b](https://github.com/flowcore-io/flowcore-cli/commit/51df38bb2445fb3ede92fd460f8431dc8ff41777))
807
-
808
- ## [2.2.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.1.1...v2.2.0) (2024-02-16)
809
-
810
-
811
- ### Features
812
-
813
- * added flowcore data-core plugin ([32dbc6a](https://github.com/flowcore-io/flowcore-cli/commit/32dbc6a60bc6d1c3e38da03b4d115ff634b00477))
814
-
815
-
816
- ### Bug Fixes
817
-
818
- * updated readme badge ([bd87eeb](https://github.com/flowcore-io/flowcore-cli/commit/bd87eeb7090a08f36e5c8b7b7da4bd0cc059f052))
819
-
820
- ## [2.1.1](https://github.com/flowcore-io/flowcore-cli/compare/v2.1.0...v2.1.1) (2024-02-15)
821
-
822
-
823
- ### Bug Fixes
824
-
825
- * removed whoami from cli and moved to config plugin, bumped config plugin version ([784ace4](https://github.com/flowcore-io/flowcore-cli/commit/784ace4cfe386f2ead98ccc8bed5d2ec25b01767))
826
-
827
- ## [2.1.0](https://github.com/flowcore-io/flowcore-cli/compare/v2.0.1...v2.1.0) (2024-02-15)
828
-
829
-
830
- ### Features
831
-
832
- * added config as a separate plugin ([4098793](https://github.com/flowcore-io/flowcore-cli/commit/40987938a60470b1c8082e813cb96baba089c5b6))
833
- * removed login from cli, moved to config plugin ([3789e06](https://github.com/flowcore-io/flowcore-cli/commit/3789e06b4938bc1b7429d3133ea8fe1054f7418f))
834
- * switch login profile automatically when providing a stream url ([8172d2d](https://github.com/flowcore-io/flowcore-cli/commit/8172d2dd765dc44f714a82c4a53f7c6c258000b9))
835
-
836
- ## [2.0.1](https://github.com/flowcore-io/flowcore-cli/compare/v2.0.0...v2.0.1) (2024-01-15)
837
-
838
-
839
- ### Bug Fixes
840
-
841
- * set to use scan mode when no time buckets are found ([f1fac44](https://github.com/flowcore-io/flowcore-cli/commit/f1fac447a058eb7a61eeff5690208203d27c0a79))
842
-
843
- ## [2.0.0](https://github.com/flowcore-io/flowcore-cli/compare/v1.3.0...v2.0.0) (2024-01-15)
844
-
845
-
846
- ### ⚠ BREAKING CHANGES
847
-
848
- * default mode now does not scan all time buckets but fetches populated ones from the index
849
-
850
- ### Features
851
-
852
- * added fetch of time bucket indexes to speed up fetching events, set --scan to query all time buckets within the requested range. ([650a7cd](https://github.com/flowcore-io/flowcore-cli/commit/650a7cd120ab372148abc79e3c105eee2687b466))
853
-
854
- ## [1.2.0](https://github.com/flowcore-io/flowcore-cli/compare/v1.1.2...v1.2.0) (2024-01-09)
855
-
856
-
857
- ### Features
858
-
859
- * added multiple events, added weeks functionality to start time ([9a2f8cc](https://github.com/flowcore-io/flowcore-cli/commit/9a2f8cc5e4c5dd885f5cab6c3fbd886caf6b482d))
860
-
861
- ## [1.1.2](https://github.com/flowcore-io/flowcore-cli/compare/v1.1.1...v1.1.2) (2024-01-09)
862
-
863
-
864
- ### Bug Fixes
865
-
866
- * removed extra log ([8c877c5](https://github.com/flowcore-io/flowcore-cli/commit/8c877c5dbbf1e4938dca7702f5652b634b08f3ef))
867
-
868
- ## [1.1.1](https://github.com/flowcore-io/flowcore-cli/compare/v1.1.0...v1.1.1) (2024-01-09)
869
-
870
-
871
- ### Bug Fixes
872
-
873
- * made sure to process last events in queue on no-live ([b8daffd](https://github.com/flowcore-io/flowcore-cli/commit/b8daffd667e2b1102e24f5b867a589c9e1939375))
874
-
875
- ## [1.1.0](https://github.com/flowcore-io/flowcore-cli/compare/v1.0.2...v1.1.0) (2024-01-09)
876
-
877
-
878
- ### Features
879
-
880
- * added json output ([c97b83e](https://github.com/flowcore-io/flowcore-cli/commit/c97b83e5f3f5d6172ce76e70d6331bee497b44db))
881
-
882
- ## [1.0.2](https://github.com/flowcore-io/flowcore-cli/compare/v1.0.1...v1.0.2) (2024-01-09)
883
-
884
-
885
- ### Bug Fixes
886
-
887
- * dont set start if it is defined ([72a275d](https://github.com/flowcore-io/flowcore-cli/commit/72a275d4b63195a4e594581550df8bd1fa6a6c8b))
888
-
889
- ## [1.0.1](https://github.com/flowcore-io/flowcore-cli/compare/v1.0.0...v1.0.1) (2024-01-09)
890
-
891
-
892
- ### Bug Fixes
893
-
894
- * removed yarn test for now ([0f29f07](https://github.com/flowcore-io/flowcore-cli/commit/0f29f077b4c155491d992c8dc3426105d70f5ee3))
895
-
896
- ## 1.0.0 (2024-01-09)
897
-
898
-
899
- ### Features
900
-
901
- * added build and release pipeline ([dcaa239](https://github.com/flowcore-io/flowcore-cli/commit/dcaa239fc3fb2be4eae9bc3ff7461a20b777f647))
902
- * initial version with working streaming ([23bef26](https://github.com/flowcore-io/flowcore-cli/commit/23bef267cd8959f10dabc10999e4fcfb8668d4b6))
903
- * initial version, no workflows ([2fc343f](https://github.com/flowcore-io/flowcore-cli/commit/2fc343f7787e7da8293f515922d9ea08362b3892))
904
-
905
-
906
- ### Bug Fixes
907
-
908
- * added yarn lock file ([4944ad3](https://github.com/flowcore-io/flowcore-cli/commit/4944ad3b53477c05f9bbbcfe73f46583aa6df712))
909
-
910
- ## [0.4.8](https://github.com/oclif/hello-world/compare/0.4.7...0.4.8) (2023-11-25)
911
-
912
-
913
- ### Bug Fixes
914
-
915
- * **deps:** bump @oclif/core from 3.11.0 to 3.12.0 ([80e5f57](https://github.com/oclif/hello-world/commit/80e5f5755ede98541b951125887c349cf1df3373))
916
-
917
-
918
-
919
- ## [0.4.7](https://github.com/oclif/hello-world/compare/0.4.6...0.4.7) (2023-11-18)
920
-
921
-
922
- ### Bug Fixes
923
-
924
- * **deps:** bump @oclif/core from 3.10.8 to 3.11.0 ([781bf61](https://github.com/oclif/hello-world/commit/781bf6149ceceeb54839971f93481db180542cba))
925
-
926
-
927
-
928
- ## [0.4.6](https://github.com/oclif/hello-world/compare/0.4.5...0.4.6) (2023-11-11)
929
-
930
-
931
- ### Bug Fixes
932
-
933
- * **deps:** bump @oclif/plugin-plugins from 4.0.2 to 4.1.5 ([90e69e5](https://github.com/oclif/hello-world/commit/90e69e58caab0d401869a7523dbcd1387803234d))
934
-
935
-
936
-
937
- ## [0.4.5](https://github.com/oclif/hello-world/compare/0.4.4...0.4.5) (2023-11-05)
938
-
939
-
940
- ### Bug Fixes
941
-
942
- * **deps:** bump @oclif/plugin-help from 5.2.19 to 5.2.20 ([d710325](https://github.com/oclif/hello-world/commit/d710325af125cd0acc4cb7ee732569efa29d9e6c))
943
-
944
-
945
-
946
- ## [0.4.4](https://github.com/oclif/hello-world/compare/0.4.3...0.4.4) (2023-10-28)
947
-
948
-
949
- ### Bug Fixes
950
-
951
- * **deps:** bump @oclif/plugin-plugins from 3.7.0 to 3.9.4 ([8369b56](https://github.com/oclif/hello-world/commit/8369b566d0ce50909e54b477ae5bb6c11b082f3d))
952
-
953
-
954
-
955
- ## [0.4.3](https://github.com/oclif/hello-world/compare/0.4.2...0.4.3) (2023-10-10)
956
-
957
-
958
- ### Bug Fixes
959
-
960
- * update dev.cmd too ([2ce7bdc](https://github.com/oclif/hello-world/commit/2ce7bdc2c2b262f8f16bcab62fe7c9c5dd8d3f48))
961
- * use node with ts-node loader ([5f406d6](https://github.com/oclif/hello-world/commit/5f406d6dd2ce06bcfe50a9c003bcfe25c63d93b4))
962
-
963
-
964
-
965
- ## [0.4.2](https://github.com/oclif/hello-world/compare/0.4.1...0.4.2) (2023-10-09)
966
-
967
-
968
- ### Bug Fixes
969
-
970
- * use latest eslint-config-oclif-typescript ([a010663](https://github.com/oclif/hello-world/commit/a010663092a2c269c56cecc96bfd4ff3bcb4a2f1))
971
-
972
-
973
-
974
- ## [0.4.1](https://github.com/oclif/hello-world/compare/0.4.0...0.4.1) (2023-10-04)
975
-
976
-
977
- ### Bug Fixes
978
-
979
- * deps ([ede92f9](https://github.com/oclif/hello-world/commit/ede92f95be182a8cd08f970781988959e02550b0))
980
- * satisfy linter ([896fd96](https://github.com/oclif/hello-world/commit/896fd96ab5821774751811567ab7d97d01e8bb2b))
981
-
982
-
983
-
984
- # [0.4.0](https://github.com/oclif/hello-world/compare/0.3.0...0.4.0) (2023-10-04)
985
-
986
-
987
- ### Features
988
-
989
- * bump core, add prettier ([5be0350](https://github.com/oclif/hello-world/commit/5be0350ed4446ec1fc2eba55b73b459875f8b90b))
990
-
991
-
992
-
993
- # [0.3.0](https://github.com/oclif/hello-world/compare/0.2.3...0.3.0) (2023-09-18)
994
-
995
-
996
- ### Features
997
-
998
- * update eslint configs ([85c1530](https://github.com/oclif/hello-world/commit/85c15307f8faefb2646050276a58c310f48cff2b))
999
-
1000
-
1001
-
1002
- ## [0.2.3](https://github.com/oclif/hello-world/compare/0.2.2...0.2.3) (2023-09-17)
1003
-
1004
-
1005
- ### Bug Fixes
1006
-
1007
- * **deps:** bump @oclif/plugin-plugins from 3.4.0 to 3.7.0 ([04939c2](https://github.com/oclif/hello-world/commit/04939c21e6db4018ab8655c1f37ae3c10d85f0d1))
1008
-
1009
-
1010
-
1011
- ## [0.2.2](https://github.com/oclif/hello-world/compare/0.2.1...0.2.2) (2023-09-16)
1012
-
1013
-
1014
- ### Bug Fixes
1015
-
1016
- * **deps:** bump @oclif/core from 3.0.0-beta.12 to 3.0.0-beta.13 ([f054f82](https://github.com/oclif/hello-world/commit/f054f823c30b6080ae005a8f9fe5dd30290ad061))
1017
-
1018
-
1019
-
1020
- ## [0.2.1](https://github.com/oclif/hello-world/compare/0.2.0...0.2.1) (2023-09-09)
1021
-
1022
-
1023
- ### Bug Fixes
1024
-
1025
- * **deps:** bump @oclif/plugin-help from 5.2.17 to 5.2.19 ([60d2b33](https://github.com/oclif/hello-world/commit/60d2b338401d4d9a5790416c99b7cbe6c019346f))
1026
-
1027
-
1028
-
1029
- # [0.2.0](https://github.com/oclif/hello-world/compare/0.1.6...0.2.0) (2023-09-07)
1030
-
1031
-
1032
- ### Features
1033
-
1034
- * use ts-node in bin/dev.js ([6ab5e0f](https://github.com/oclif/hello-world/commit/6ab5e0f31cb7c09c196d30bd3ecdf2f9e7462ea8))
1035
-
1036
-
1037
-
1038
- ## [0.1.6](https://github.com/oclif/hello-world/compare/0.1.5...0.1.6) (2023-09-05)
1039
-
1040
-
1041
- ### Bug Fixes
1042
-
1043
- * remove ts-node loader ([370eba5](https://github.com/oclif/hello-world/commit/370eba5db778c240bf95fca27f5afac71aa48466))
1044
-
1045
-
1046
-
1047
- ## [0.1.5](https://github.com/oclif/hello-world/compare/0.1.4...0.1.5) (2023-09-05)
1048
-
1049
-
1050
- ### Bug Fixes
1051
-
1052
- * update bin scripts ([9d14905](https://github.com/oclif/hello-world/commit/9d1490590a11ff79f817dd8ec8e9a548b70d9aa6))
1053
-
1054
-
1055
-
1056
- ## [0.1.4](https://github.com/oclif/hello-world/compare/0.1.3...0.1.4) (2023-09-03)
1057
-
1058
-
1059
- ### Bug Fixes
1060
-
1061
- * **deps:** bump @oclif/core from 3.0.0-beta.6 to 3.0.0-beta.12 ([4a67b9f](https://github.com/oclif/hello-world/commit/4a67b9f67e287de7fca92376899b00cab25a2ada))
1062
-
1063
-
1064
-
1065
- ## [0.1.3](https://github.com/oclif/hello-world/compare/0.1.2...0.1.3) (2023-09-02)
1066
-
1067
-
1068
- ### Bug Fixes
1069
-
1070
- * **deps:** bump @oclif/plugin-plugins from 3.3.2 to 3.4.0 ([d077b38](https://github.com/oclif/hello-world/commit/d077b38d54d06aefd3ffc3d78235f4a682da423b))
1071
-
1072
-
1073
-
1074
- ## [0.1.2](https://github.com/oclif/hello-world/compare/0.1.1...0.1.2) (2023-08-31)
1075
-
1076
-
1077
- ### Bug Fixes
1078
-
1079
- * use core v3 ([0896ec1](https://github.com/oclif/hello-world/commit/0896ec15081020dd38f8cf9a26fd61f899182d29))
1080
-
1081
-
1082
-
1083
- ## [0.1.1](https://github.com/oclif/hello-world/compare/0.1.0...0.1.1) (2023-08-23)
1084
-
1085
-
1086
- ### Bug Fixes
1087
-
1088
- * add void to bin scripts ([a3e257e](https://github.com/oclif/hello-world/commit/a3e257efa4984834d221ec356dc5269dc8c39ee9))
1089
-
1090
-
1091
-
1092
- # [0.1.0](https://github.com/oclif/hello-world/compare/0.0.10...0.1.0) (2023-08-21)
1093
-
1094
-
1095
- ### Features
1096
-
1097
- * remove ts-node/esm shebang ([c2c3aab](https://github.com/oclif/hello-world/commit/c2c3aabcea5edf646ef87874cd4c7b87ad05c5f5))
1098
-
1099
-
1100
-
1101
- ## [0.0.10](https://github.com/oclif/hello-world/compare/0.0.9...0.0.10) (2023-08-13)
1102
-
1103
-
1104
- ### Bug Fixes
1105
-
1106
- * **deps:** bump @oclif/plugin-help from 5.2.15 to 5.2.17 ([08b2587](https://github.com/oclif/hello-world/commit/08b25875b07788a2969393efcbb7b1d7a1bdc1dd))
1107
-
1108
-
1109
-
1110
- ## [0.0.9](https://github.com/oclif/hello-world/compare/0.0.8...0.0.9) (2023-08-12)
1111
-
1112
-
1113
- ### Bug Fixes
1114
-
1115
- * **deps:** bump @oclif/plugin-plugins from 3.1.8 to 3.2.6 ([11e89e0](https://github.com/oclif/hello-world/commit/11e89e06d3eb1e12104bd562ff79ca2eaf0e3425))
1116
-
1117
-
1118
-
1119
- ## [0.0.8](https://github.com/oclif/hello-world/compare/0.0.7...0.0.8) (2023-08-12)
1120
-
1121
-
1122
- ### Bug Fixes
1123
-
1124
- * **deps:** bump @oclif/core from 2.11.7 to 2.11.8 ([ff1da5a](https://github.com/oclif/hello-world/commit/ff1da5aa66ede6dc657f2ceb0c57b3a3d71fa8ba))
1125
-
1126
-
1127
-
1128
- ## [0.0.7](https://github.com/oclif/hello-world/compare/0.0.6...0.0.7) (2023-08-10)
1129
-
1130
-
1131
- ### Bug Fixes
1132
-
1133
- * update tsconfig ([0cd7321](https://github.com/oclif/hello-world/commit/0cd73218c2a0c3fc44de072331a1b77217d06cc9))
1134
-
1135
-
1136
-
1137
- ## [0.0.6](https://github.com/oclif/hello-world/compare/0.0.5...0.0.6) (2023-08-10)
1138
-
1139
-
1140
- ### Bug Fixes
1141
-
1142
- * bin/dev shebang ([e1633f2](https://github.com/oclif/hello-world/commit/e1633f21c04eec833747080a3da9e10b51653840))
1143
-
1144
-
1145
-
1146
- ## [0.0.5](https://github.com/oclif/hello-world/compare/0.0.4...0.0.5) (2023-08-09)
1147
-
1148
-
1149
- ### Bug Fixes
1150
-
1151
- * bin/run shebang ([abbf92a](https://github.com/oclif/hello-world/commit/abbf92ab774077ef2e3634c6c8b679932d5f6158))
1152
-
1153
-
1154
-
1155
- ## [0.0.4](https://github.com/oclif/hello-world/compare/0.0.3...0.0.4) (2023-08-06)
1156
-
1157
-
1158
- ### Bug Fixes
1159
-
1160
- * **deps:** bump @oclif/plugin-help from 5.2.14 to 5.2.15 ([5a25888](https://github.com/oclif/hello-world/commit/5a258889436705c8a430188343294660b0aec8af))
1161
-
1162
-
1163
-
1164
- ## [0.0.3](https://github.com/oclif/hello-world/compare/0.0.2...0.0.3) (2023-08-03)
1165
-
1166
-
1167
- ### Bug Fixes
1168
-
1169
- * add experimentalSpecifierResolution ([a57c7e0](https://github.com/oclif/hello-world/commit/a57c7e07f2cfcc6a67d598773fe3a6ab7903c4ae))
1170
-
1171
-
1172
-
1173
- ## [0.0.2](https://github.com/oclif/hello-world/compare/0.0.1...0.0.2) (2023-07-29)
1174
-
1175
-
1176
- ### Bug Fixes
1177
-
1178
- * **deps:** bump @oclif/core from 2.10.0 to 2.11.1 ([2a28629](https://github.com/oclif/hello-world/commit/2a286297f0e021df4ab2c3f33686b142351c70ea))
1179
-
1180
-
1181
-
1182
- ## [0.0.1](https://github.com/oclif/hello-world/compare/27cc5bb44cc4aee53f74bfaef39c1fe03e637d72...0.0.1) (2023-07-27)
1183
-
1184
-
1185
- ### Bug Fixes
1186
-
1187
- * **deps:** bump @oclif/core from 2.9.4 to 2.10.0 ([27cc5bb](https://github.com/oclif/hello-world/commit/27cc5bb44cc4aee53f74bfaef39c1fe03e637d72))