UNPKG

17.7 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5## [5.1.0](https://github.com/salesforcecli/command/compare/v5.0.5...v5.1.0) (2022-05-02)
6
7
8### Features
9
10* use SfdxConfigAggregator ([3287e99](https://github.com/salesforcecli/command/commit/3287e99a48bd0e8bbf49f68d05102a5a39a87f34))
11
12### [5.0.5](https://github.com/salesforcecli/command/compare/v5.0.4...v5.0.5) (2022-04-07)
13
14
15### Bug Fixes
16
17* fix table output with simple columns ([7c8a65a](https://github.com/salesforcecli/command/commit/7c8a65aea364519db6d3c109f983fe145fd33afd))
18
19### [5.0.4](https://github.com/salesforcecli/command/compare/v5.0.2...v5.0.4) (2022-04-01)
20
21
22### Bug Fixes
23
24* no-truncate:true on tables, matches previous behavior ([d296dfc](https://github.com/salesforcecli/command/commit/d296dfc94bea4a2e07d2c74d405eb6f9964c43f5))
25* use showCommandHelp not showHelp ([9b139d9](https://github.com/salesforcecli/command/commit/9b139d937f1ee83ea2f881f2ba754feb779e0129))
26
27### [5.0.2](https://github.com/salesforcecli/command/compare/v5.0.1...v5.0.2) (2022-03-29)
28
29
30### Bug Fixes
31
32* fix fancy test types and stubs ([507fb91](https://github.com/salesforcecli/command/commit/507fb91da85ddd8b5e5f09d89c98f16e0a6f41bc))
33
34### [5.0.1](https://github.com/salesforcecli/command/compare/v5.0.0...v5.0.1) (2022-03-16)
35
36
37### Bug Fixes
38
39* understand messages.createError ([9a64626](https://github.com/salesforcecli/command/commit/9a646266b2b95ac7c13e216fdb0739b27b30487a))
40
41## [5.0.0](https://github.com/salesforcecli/command/compare/v4.2.2...v5.0.0) (2022-03-11)
42
43### [4.2.2](https://github.com/salesforcecli/command/compare/v4.2.1...v4.2.2) (2022-01-25)
44
45### [4.2.1](https://github.com/salesforcecli/command/compare/v4.2.0...v4.2.1) (2021-12-10)
46
47### Bug Fixes
48
49- restore before attempting stub ([79cffa8](https://github.com/salesforcecli/command/commit/79cffa8c1b3b4e0f138dceb522627a8dfe8933bc))
50
51## [4.2.0](https://github.com/salesforcecli/command/compare/v4.1.5...v4.2.0) (2021-12-01)
52
53### Features
54
55- bump core version ([d7c0bf2](https://github.com/salesforcecli/command/commit/d7c0bf2f6ba559638e5ce0917e553e1c4068769a))
56
57### [4.1.5](https://github.com/salesforcecli/command/compare/v4.1.4...v4.1.5) (2021-11-18)
58
59### Bug Fixes
60
61- manual verson bump ([9de1622](https://github.com/salesforcecli/command/commit/9de162222a678c329956d746512ad72a85c2ac15))
62- outputArgs wasn't generic ([87627fd](https://github.com/salesforcecli/command/commit/87627fd9a498b07bdcd95ce130ba7c13235a387b))
63- resolve parser from top-level ([7342c92](https://github.com/salesforcecli/command/commit/7342c92497b4a06399ff84acec52bd2d87f7cf8e))
64- ts errors and changd eslint comment rule name ([8c021c2](https://github.com/salesforcecli/command/commit/8c021c2fab0a8658f2cc485a6ccf67afcd3cce8c))
65
66### [4.1.4](https://github.com/salesforcecli/command/compare/v4.1.3...v4.1.4) (2021-10-12)
67
68### [4.1.3](https://github.com/salesforcecli/command/compare/v4.1.2...v4.1.3) (2021-10-05)
69
70### Bug Fixes
71
72- version bump to release ([90fada4](https://github.com/salesforcecli/command/commit/90fada4fa4a28bcc3e4fc8134445fc43126c44d2))
73
74### [4.1.2](https://github.com/salesforcecli/command/compare/v4.1.1...v4.1.2) (2021-09-15)
75
76### Bug Fixes
77
78- backout sf command ([a405845](https://github.com/salesforcecli/command/commit/a4058452a9a8cd86b7dab790bfc476c8058bc8fb))
79
80### [4.1.1](https://github.com/salesforcecli/command/compare/v4.1.0...v4.1.1) (2021-09-10)
81
82### Bug Fixes
83
84- bump oclif/core to 0.5.35 ([550f59a](https://github.com/salesforcecli/command/commit/550f59a8e20346b0ed97dddea9282fa737ea28e4))
85
86## [4.1.0](https://github.com/salesforcecli/command/compare/v4.0.5...v4.1.0) (2021-09-08)
87
88### Features
89
90- add json formatter to SfCommand ([7810f0e](https://github.com/salesforcecli/command/commit/7810f0eed90c3838708ff112dea181decffb7d20))
91
92### Bug Fixes
93
94- default to exitcode 0 on success ([f627e70](https://github.com/salesforcecli/command/commit/f627e70b4f90cc649756930e8c992e517c757eb6))
95- Merge pull request [#13](https://github.com/salesforcecli/command/issues/13) from salesforcecli/phale/W-9791511 ([6a312e9](https://github.com/salesforcecli/command/commit/6a312e9d189cbff463bb1c88a8edd627ae6e8beb))
96
97### [4.0.5](https://github.com/salesforcecli/command/compare/v4.0.4...v4.0.5) (2021-08-30)
98
99### Bug Fixes
100
101- create sf command class ([275b6cf](https://github.com/salesforcecli/command/commit/275b6cf2b098dd103bf02b201813f177eb6783f4))
102
103### [4.0.4](https://github.com/salesforcecli/command/compare/v4.0.3...v4.0.4) (2021-07-08)
104
105### Features
106
107- publish ([5d44aa4](https://github.com/salesforcecli/command/commit/5d44aa44231c3b1279d45497c4704ac0c479bf63))
108
109### [4.0.3](https://github.com/salesforcecli/command/compare/v4.0.2...v4.0.3) (2021-07-08)
110
111### Features
112
113- publish ([9ef0965](https://github.com/salesforcecli/command/commit/9ef09652269d88aa6f630362a61f67a9c4dac677))
114
115### 4.0.2 (2021-07-08)
116
117### Features
118
119- publish ([95b00b8](https://github.com/salesforcecli/command/commit/95b00b8b5628eea90cc03bfd4899e4cfb08baa8f))
120- publish ([7f4ff78](https://github.com/salesforcecli/command/commit/7f4ff785e33a693a684dcd10539130917e907233))
121- publish ([de12319](https://github.com/salesforcecli/command/commit/de12319bb41681eae625a35f8ed6b04ce01aa7e9))
122
123### 4.0.1 (2021-07-08)
124
125### Features
126
127- publish ([7f4ff78](https://github.com/salesforcecli/command/commit/7f4ff785e33a693a684dcd10539130917e907233))
128- publish ([de12319](https://github.com/salesforcecli/command/commit/de12319bb41681eae625a35f8ed6b04ce01aa7e9))
129
130## 4.0.0 (2021-07-08)
131
132### Features
133
134- publish ([de12319](https://github.com/salesforcecli/command/commit/de12319bb41681eae625a35f8ed6b04ce01aa7e9))
135
136## [3.1.3](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@3.1.1...@salesforce/command@3.1.3) (2021-06-04)
137
138### Bug Fixes
139
140- publish using npm automation token ([9b5e8ad](https://github.com/forcedotcom/cli-packages/commit/9b5e8adbc84fa38c31eafb1ee7a8d5fef2fbf15b))
141
142## [3.1.1](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@3.1.0...@salesforce/command@3.1.1) (2021-06-03)
143
144### Bug Fixes
145
146- bump core version in command ([dcaf37c](https://github.com/forcedotcom/cli-packages/commit/dcaf37cc5c47713b3f24c365b1c434db036dc9a9))
147
148# [3.1.0](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@3.0.5...@salesforce/command@3.1.0) (2021-01-22)
149
150### Bug Fixes
151
152- shared code/tests for custom array delimiter ([3c6074f](https://github.com/forcedotcom/cli-packages/commit/3c6074f92d0d3ceefc5ad9c7095df5d08502d1cc))
153
154### Features
155
156- array flags trim whitespace ([0e08d55](https://github.com/forcedotcom/cli-packages/commit/0e08d55abc6c5201e249f1b3219dd4b38167c6b4))
157
158## [3.0.5](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@3.0.4...@salesforce/command@3.0.5) (2020-11-13)
159
160**Note:** Version bump only for package @salesforce/command
161
162## [3.0.4](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@3.0.3...@salesforce/command@3.0.4) (2020-11-11)
163
164**Note:** Version bump only for package @salesforce/command
165
166## [3.0.3](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@3.0.2...@salesforce/command@3.0.3) (2020-09-03)
167
168### Bug Fixes
169
170- message changes ([7cfc99a](https://github.com/forcedotcom/cli-packages/commit/7cfc99a))
171
172## [3.0.2](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@3.0.1...@salesforce/command@3.0.2) (2020-09-03)
173
174### Bug Fixes
175
176- wrap AuthInfoCreationError ([d8e9766](https://github.com/forcedotcom/cli-packages/commit/d8e9766))
177
178## [3.0.1](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@3.0.0...@salesforce/command@3.0.1) (2020-07-06)
179
180### Bug Fixes
181
182- updates buildArray to handle various comma separated arrangements ([c34c675](https://github.com/forcedotcom/cli-packages/commit/c34c675))
183
184# [3.0.0](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@2.2.0...@salesforce/command@3.0.0) (2020-02-07)
185
186### Features
187
188- change json errors to stdout ([87d80c8](https://github.com/forcedotcom/cli-packages/commit/87d80c8))
189
190### BREAKING CHANGES
191
192- Moving json errors to stdout instead of stderr may break some tests or scripts
193 expecting it to be in stderr.
194
195@W-5490315@
196
197# [2.2.0](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@2.1.5...@salesforce/command@2.2.0) (2020-01-31)
198
199### Features
200
201- add oclif parameters to ux.startSpinner [#268](https://github.com/forcedotcom/cli-packages/issues/268) ([cfe5ef8](https://github.com/forcedotcom/cli-packages/commit/cfe5ef8))
202
203## [2.1.5](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@2.1.4...@salesforce/command@2.1.5) (2020-01-29)
204
205### Bug Fixes
206
207- **error:** removed logic preventing correct error ([d92d691](https://github.com/forcedotcom/cli-packages/commit/d92d691))
208
209## [2.1.4](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@2.1.3...@salesforce/command@2.1.4) (2020-01-07)
210
211### Bug Fixes
212
213- respect SFDX_CONTENT_TYPE=JSON ([554f2bf](https://github.com/forcedotcom/cli-packages/commit/554f2bf))
214
215## [2.1.3](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@2.1.2...@salesforce/command@2.1.3) (2019-11-04)
216
217### Bug Fixes
218
219- poke circle ([849640d](https://github.com/forcedotcom/cli-packages/commit/849640d))
220
221## [2.1.2](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@2.1.1...@salesforce/command@2.1.2) (2019-11-04)
222
223**Note:** Version bump only for package @salesforce/command
224
225## [2.1.1](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@2.1.0...@salesforce/command@2.1.1) (2019-11-04)
226
227**Note:** Version bump only for package @salesforce/command
228
229# [2.1.0](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@2.0.0...@salesforce/command@2.1.0) (2019-07-17)
230
231### Features
232
233- updating core ([cd4e6b0](https://github.com/forcedotcom/cli-packages/commit/cd4e6b0))
234- upgrade core ([4696c5f](https://github.com/forcedotcom/cli-packages/commit/4696c5f))
235
236# [2.0.0](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@1.5.3...@salesforce/command@2.0.0) (2019-06-18)
237
238### Bug Fixes
239
240- 🐛 Support new AuthInfo changes in core ([3dd191a](https://github.com/forcedotcom/cli-packages/commit/3dd191a))
241
242### BREAKING CHANGES
243
244- 🧨 Yes AuthInfo object is not backward compatible.
245
246## [1.5.3](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@1.5.2...@salesforce/command@1.5.3) (2019-06-12)
247
248### Bug Fixes
249
250- instanceof isn’t detecting come instances of SfError ([092b311](https://github.com/forcedotcom/cli-packages/commit/092b311))
251- respect --json when created outside of SfdxCommand flow ([f51563c](https://github.com/forcedotcom/cli-packages/commit/f51563c))
252
253## [1.5.2](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@1.5.1...@salesforce/command@1.5.2) (2019-05-31)
254
255### Bug Fixes
256
257- remove dependency on log statement in oclif/command ([162b418](https://github.com/forcedotcom/cli-packages/commit/162b418))
258
259## [1.5.1](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@1.5.0...@salesforce/command@1.5.1) (2019-05-03)
260
261### Bug Fixes
262
263- add deprecation warnings for commands and flags ([be56485](https://github.com/forcedotcom/cli-packages/commit/be56485))
264- allow uppercase loglevel values ([51e5942](https://github.com/forcedotcom/cli-packages/commit/51e5942))
265- put spaces between words in generated table col labels ([5481927](https://github.com/forcedotcom/cli-packages/commit/5481927))
266
267# [1.5.0](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@1.4.2...@salesforce/command@1.5.0) (2019-04-04)
268
269### Bug Fixes
270
271- fix breaking behaviour with warnings being an object ([4db7416](https://github.com/forcedotcom/cli-packages/commit/4db7416))
272
273### Features
274
275- declarative flag validations ([e3077b5](https://github.com/forcedotcom/cli-packages/commit/e3077b5))
276
277## [1.4.2](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@1.4.1...@salesforce/command@1.4.2) (2019-03-26)
278
279### Bug Fixes
280
281- init ux in catch ([1701a9d](https://github.com/forcedotcom/cli-packages/commit/1701a9d))
282
283## [1.4.1](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@1.4.0...@salesforce/command@1.4.1) (2019-03-25)
284
285### Bug Fixes
286
287- use apiversion flags ([98d2971](https://github.com/forcedotcom/cli-packages/commit/98d2971))
288
289# [1.4.0](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@1.3.4...@salesforce/command@1.4.0) (2019-03-22)
290
291### Features
292
293- allow massaging of result object printing by command ([84c2bc8](https://github.com/forcedotcom/cli-packages/commit/84c2bc8))
294
295## [1.3.4](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@1.3.3...@salesforce/command@1.3.4) (2019-03-19)
296
297### Bug Fixes
298
299- remove hidden flags from docopts' ([c55fddc](https://github.com/forcedotcom/cli-packages/commit/c55fddc))
300- support exclusive on both flags ([014274d](https://github.com/forcedotcom/cli-packages/commit/014274d))
301- update core for security ([3d483a2](https://github.com/forcedotcom/cli-packages/commit/3d483a2))
302
303## [1.3.3](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@1.3.2...@salesforce/command@1.3.3) (2019-03-18)
304
305### Bug Fixes
306
307- send the flags and varargs as part of the cmdError event ([e2d5c2b](https://github.com/forcedotcom/cli-packages/commit/e2d5c2b))
308- support SFDX_JSON_TO_STDOUT ([d4b0062](https://github.com/forcedotcom/cli-packages/commit/d4b0062))
309
310## [1.3.2](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@1.3.1...@salesforce/command@1.3.2) (2019-03-14)
311
312### Bug Fixes
313
314- add support for command error analytics ([22d94cc](https://github.com/forcedotcom/cli-packages/commit/22d94cc))
315
316## [1.3.1](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@1.3.0...@salesforce/command@1.3.1) (2019-03-11)
317
318### Bug Fixes
319
320- keep varargs protected ([d3f71a5](https://github.com/forcedotcom/cli-packages/commit/d3f71a5))
321
322# [1.3.0](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@1.2.0...@salesforce/command@1.3.0) (2019-03-05)
323
324### Bug Fixes
325
326- fix varargs docopt ([4e767e8](https://github.com/forcedotcom/cli-packages/commit/4e767e8))
327- logical enforcement of `options` in `array` flag configs ([0e2bbc3](https://github.com/forcedotcom/cli-packages/commit/0e2bbc3)), closes [#30](https://github.com/forcedotcom/cli-packages/issues/30)
328- loglevel flag should show a default ([91624a8](https://github.com/forcedotcom/cli-packages/commit/91624a8))
329
330### Features
331
332- wip for docopts ([11a4012](https://github.com/forcedotcom/cli-packages/commit/11a4012))
333
334# [1.2.0](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@1.1.1...@salesforce/command@1.2.0) (2018-12-21)
335
336### Bug Fixes
337
338- update kit, ts-types, ts-sinon versions ([9505744](https://github.com/forcedotcom/cli-packages/commit/9505744))
339
340### Features
341
342- allow duration bounds to accept duration ([30557e2](https://github.com/forcedotcom/cli-packages/commit/30557e2))
343- support deprecation and legacy flag props ([9c20954](https://github.com/forcedotcom/cli-packages/commit/9c20954))
344
345## [1.1.1](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@1.1.0...@salesforce/command@1.1.1) (2018-12-13)
346
347### Bug Fixes
348
349- allow partial for builtin options ([6462367](https://github.com/forcedotcom/cli-packages/commit/6462367))
350
351# [1.1.0](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@1.0.2...@salesforce/command@1.1.0) (2018-12-13)
352
353### Features
354
355- add optional min/max numeric flag validations ([484cf1e](https://github.com/forcedotcom/cli-packages/commit/484cf1e))
356- set correct this type type on SfdxResult.display ([fe9357f](https://github.com/forcedotcom/cli-packages/commit/fe9357f))
357
358## [1.0.2](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@1.0.1...@salesforce/command@1.0.2) (2018-12-04)
359
360### Bug Fixes
361
362- find in test code ([1496b26](https://github.com/forcedotcom/cli-packages/commit/1496b26))
363
364## [1.0.1](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@0.4.0...@salesforce/command@1.0.1) (2018-12-04)
365
366### Bug Fixes
367
368- update package.json ([e517e6c](https://github.com/forcedotcom/cli-packages/commit/e517e6c))
369
370# 0.4.0 (2018-12-03)
371
372### Bug Fixes
373
374- add duration flag types in place of time ([cc984b5](https://github.com/forcedotcom/cli-packages/commit/cc984b5))
375- broken test ([f9a5ba7](https://github.com/forcedotcom/cli-packages/commit/f9a5ba7))
376- compiler error ([e88f3fc](https://github.com/forcedotcom/cli-packages/commit/e88f3fc))
377- no spinner for json parameter; fix this data type for SfdxResult display ([#3](https://github.com/forcedotcom/cli-packages/issues/3)) ([0488b89](https://github.com/forcedotcom/cli-packages/commit/0488b89))
378- support for typed array value mapping ([d630cca](https://github.com/forcedotcom/cli-packages/commit/d630cca))
379- update core and dev-config ([8e4785a](https://github.com/forcedotcom/cli-packages/commit/8e4785a))
380- update core reference. ([d7f5042](https://github.com/forcedotcom/cli-packages/commit/d7f5042))
381- update package.json ([ae2a5ae](https://github.com/forcedotcom/cli-packages/commit/ae2a5ae))
382- validate duration flag types ([c682117](https://github.com/forcedotcom/cli-packages/commit/c682117))
383
384### Features
385
386- port over command to cli-packages ([2d45302](https://github.com/forcedotcom/cli-packages/commit/2d45302))
387- update core and other deps ([e39a8e7](https://github.com/forcedotcom/cli-packages/commit/e39a8e7))