@salesforce/cli 1.46.0 → 1.48.0

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.
@@ -1 +1 @@
1
- {"version":"1.46.0","commands":{}}
1
+ {"version":"1.48.0","commands":{}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "1.46.0",
4
+ "version": "1.48.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run"
@@ -35,13 +35,14 @@
35
35
  "helpClass": "./dist/help/sfHelp.js",
36
36
  "plugins": [
37
37
  "@oclif/plugin-autocomplete",
38
+ "@oclif/plugin-commands",
38
39
  "@oclif/plugin-help",
39
40
  "@oclif/plugin-not-found",
40
41
  "@oclif/plugin-plugins",
41
42
  "@oclif/plugin-search",
42
43
  "@oclif/plugin-update",
43
44
  "@oclif/plugin-version",
44
- "@sf/config",
45
+ "@sf/settings",
45
46
  "@sf/deploy-retrieve",
46
47
  "@sf/env",
47
48
  "@sf/functions",
@@ -58,7 +59,8 @@
58
59
  ],
59
60
  "hooks": {
60
61
  "preupdate": "./dist/hooks/preupdate",
61
- "command_incomplete": "./dist/hooks/incomplete"
62
+ "command_incomplete": "./dist/hooks/incomplete",
63
+ "plugins:preinstall": "./dist/hooks/pluginsPreinstall.js"
62
64
  },
63
65
  "update": {
64
66
  "s3": {
@@ -91,34 +93,47 @@
91
93
  ]
92
94
  },
93
95
  "dependencies": {
94
- "@oclif/core": "^1.16.1",
96
+ "@oclif/core": "^1.16.4",
95
97
  "@oclif/plugin-autocomplete": "1.3.0",
98
+ "@oclif/plugin-commands": "2.2.0",
96
99
  "@oclif/plugin-help": "5.1.12",
97
100
  "@oclif/plugin-not-found": "2.3.1",
98
101
  "@oclif/plugin-plugins": "2.1.0",
99
102
  "@oclif/plugin-search": "0.0.1",
100
103
  "@oclif/plugin-update": "3.0.0",
101
104
  "@oclif/plugin-version": "1.1.2",
102
- "@salesforce/core": "^3.30.0",
105
+ "@salesforce/core": "3.30.8",
103
106
  "@salesforce/sf-plugins-core": "^1.14.1",
104
- "@sf/config": "npm:@salesforce/plugin-config@2.3.3",
107
+ "@sf/settings": "npm:@salesforce/plugin-settings@1.0.7",
105
108
  "@sf/deploy-retrieve": "npm:@salesforce/plugin-deploy-retrieve@1.6.1",
106
- "@sf/env": "npm:@salesforce/plugin-env@1.5.3",
109
+ "@sf/env": "npm:@salesforce/plugin-env@1.5.5",
107
110
  "@sf/functions": "npm:@salesforce/plugin-functions@1.14.0",
108
- "@sf/gen": "npm:@salesforce/plugin-generate@1.0.16",
109
- "@sf/info": "npm:@salesforce/plugin-info@2.0.1",
110
- "@sf/login": "npm:@salesforce/plugin-login@1.1.2",
111
- "@sf/sobject": "npm:@salesforce/plugin-sobject@0.0.10",
112
- "@sf/telemetry": "npm:@salesforce/plugin-telemetry@2.0.0",
113
- "@sf/trust": "npm:@salesforce/plugin-trust@2.0.3",
111
+ "@sf/gen": "npm:@salesforce/plugin-generate@1.0.20",
112
+ "@sf/info": "npm:@salesforce/plugin-info@2.1.6",
113
+ "@sf/login": "npm:@salesforce/plugin-login@1.1.3",
114
+ "@sf/sobject": "npm:@salesforce/plugin-sobject@0.0.17",
115
+ "@sf/telemetry": "npm:@salesforce/plugin-telemetry@2.0.2",
116
+ "@sf/trust": "npm:@salesforce/plugin-trust@2.0.4",
114
117
  "semver": "^7.3.7",
115
118
  "tslib": "^2.4.0"
116
119
  },
120
+ "pinnedDependencies": [
121
+ "@salesforce/core",
122
+ "@sf/settings",
123
+ "@sf/deploy-retrieve",
124
+ "@sf/env",
125
+ "@sf/gen",
126
+ "@sf/info",
127
+ "@sf/login",
128
+ "@sf/sobject",
129
+ "@sf/telemetry",
130
+ "@sf/trust"
131
+ ],
117
132
  "resolutions": {
118
- "@oclif/core": "^1.16.1",
119
- "@salesforce/schemas": "^1.1.0",
120
- "@salesforce/sf-plugins-core": "^1.14.1",
121
- "@salesforce/templates": "^54.6.0"
133
+ "@oclif/core": "1.16.4",
134
+ "@salesforce/schemas": "1.1.3",
135
+ "@salesforce/sf-plugins-core": "1.14.1",
136
+ "@salesforce/templates": "55.1.0"
122
137
  },
123
138
  "repository": "salesforcecli/cli",
124
139
  "scripts": {
@@ -134,6 +149,7 @@
134
149
  "pack:deb": "oclif pack:deb",
135
150
  "pack:macos": "oclif pack:macos",
136
151
  "pack:tarballs": "oclif pack:tarballs --xz --parallel",
152
+ "pack:tarballs:sequential": "oclif pack:tarballs --xz",
137
153
  "pack:verify": "sf-release cli:tarballs:verify --cli sf --windows-username-buffer 34",
138
154
  "pack:win": "oclif pack:win",
139
155
  "postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
@@ -161,11 +177,11 @@
161
177
  "@oclif/plugin-command-snapshot": "^3.1.3",
162
178
  "@salesforce/dev-config": "^3.1.0",
163
179
  "@salesforce/dev-scripts": "^2.0.4",
164
- "@salesforce/plugin-release-management": "^2.14.0",
180
+ "@salesforce/plugin-release-management": "^3.4.8",
165
181
  "@salesforce/prettier-config": "^0.0.2",
166
182
  "@typescript-eslint/eslint-plugin": "^4.33.0",
167
183
  "@typescript-eslint/parser": "^4.33.0",
168
- "aws-sdk": "^2.1216.0",
184
+ "aws-sdk": "^2.1223.0",
169
185
  "chai": "^4.3.6",
170
186
  "eslint": "^7.32.0",
171
187
  "eslint-config-oclif": "^3.1",
package/CHANGELOG.md DELETED
@@ -1,435 +0,0 @@
1
- # Changelog
2
-
3
- All 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
- ## [1.46.0](https://github.com/salesforcecli/cli/compare/v1.45.0...v1.46.0) (2022-09-14)
6
-
7
- ## [1.45.0](https://github.com/salesforcecli/cli/compare/v1.44.0...v1.45.0) (2022-09-07)
8
-
9
- ## [1.44.0](https://github.com/salesforcecli/cli/compare/v1.43.0...v1.44.0) (2022-08-31)
10
-
11
- ## [1.43.0](https://github.com/salesforcecli/cli/compare/v1.42.0...v1.43.0) (2022-08-24)
12
-
13
- ## [1.42.0](https://github.com/salesforcecli/cli/compare/v1.41.0...v1.42.0) (2022-08-17)
14
-
15
- ## [1.41.0](https://github.com/salesforcecli/cli/compare/v1.40.0...v1.41.0) (2022-08-10)
16
-
17
- ## [1.40.0](https://github.com/salesforcecli/cli/compare/v1.39.0...v1.40.0) (2022-08-03)
18
-
19
- ## [1.39.0](https://github.com/salesforcecli/cli/compare/v1.38.0...v1.39.0) (2022-07-27)
20
-
21
- ## [1.38.0](https://github.com/salesforcecli/cli/compare/v1.36.0...v1.38.0) (2022-07-20)
22
-
23
- ### Features
24
-
25
- - run command match when only one exists ([ab519b8](https://github.com/salesforcecli/cli/commit/ab519b8a7739db232fbb8709e31ae274038bd5c8))
26
-
27
- ### Bug Fixes
28
-
29
- - **deps:** update plugin-functions to 1.12.1 ([42f5ecd](https://github.com/salesforcecli/cli/commit/42f5ecdd30e395d823678658da1df51409c89028))
30
-
31
- ## [1.36.0](https://github.com/salesforcecli/cli/compare/v1.35.0...v1.36.0) (2022-07-06)
32
-
33
- ## [1.35.0](https://github.com/salesforcecli/cli/compare/v1.34.0...v1.35.0) (2022-06-29)
34
-
35
- ## [1.34.0](https://github.com/salesforcecli/cli/compare/v1.33.0...v1.34.0) (2022-06-22)
36
-
37
- ## [1.33.0](https://github.com/salesforcecli/cli/compare/v1.32.0...v1.33.0) (2022-06-15)
38
-
39
- ## [1.32.0](https://github.com/salesforcecli/cli/compare/v1.31.0...v1.32.0) (2022-06-08)
40
-
41
- ## [1.31.0](https://github.com/salesforcecli/cli/compare/v1.30.0...v1.31.0) (2022-06-02)
42
-
43
- ## [1.30.0](https://github.com/salesforcecli/cli/compare/v1.29.0...v1.30.0) (2022-05-26)
44
-
45
- ## [1.29.0](https://github.com/salesforcecli/cli/compare/v1.28.0...v1.29.0) (2022-05-18)
46
-
47
- ## [1.28.0](https://github.com/salesforcecli/cli/compare/v1.27.0...v1.28.0) (2022-05-11)
48
-
49
- ## [1.27.0](https://github.com/salesforcecli/cli/compare/v1.26.0...v1.27.0) (2022-05-04)
50
-
51
- ## [1.26.0](https://github.com/salesforcecli/cli/compare/v1.25.2...v1.26.0) (2022-04-28)
52
-
53
- ### Bug Fixes
54
-
55
- - add schemas to yarn resolutions ([1548d95](https://github.com/salesforcecli/cli/commit/1548d95202e1c43b99f5831a92a47762b84c2e43))
56
-
57
- ### [1.25.2](https://github.com/salesforcecli/cli/compare/v1.25.1...v1.25.2) (2022-04-25)
58
-
59
- ### Bug Fixes
60
-
61
- - revert plugin-functions ([3783a83](https://github.com/salesforcecli/cli/commit/3783a83a2d58193f6ba0a0186094cdceebd23994))
62
-
63
- ### [1.25.1](https://github.com/salesforcecli/cli/compare/v1.25.0...v1.25.1) (2022-04-21)
64
-
65
- ### Bug Fixes
66
-
67
- - add cli-release context to windows package job for signing key ([301762d](https://github.com/salesforcecli/cli/commit/301762d039a91dc36aa4ae223c56848425b4d959))
68
-
69
- ## [1.25.0](https://github.com/salesforcecli/cli/compare/v1.24.0...v1.25.0) (2022-04-21)
70
-
71
- ## [1.24.0](https://github.com/salesforcecli/cli/compare/v1.23.0...v1.24.0) (2022-04-13)
72
-
73
- ## [1.23.0](https://github.com/salesforcecli/cli/compare/v1.22.1...v1.23.0) (2022-04-06)
74
-
75
- ### [1.22.1](https://github.com/salesforcecli/cli/compare/v1.22.0...v1.22.1) (2022-04-06)
76
-
77
- ## [1.22.0](https://github.com/salesforcecli/cli/compare/v1.21.0...v1.22.0) (2022-03-31)
78
-
79
- ## [1.21.0](https://github.com/salesforcecli/cli/compare/v1.20.0...v1.21.0) (2022-03-30)
80
-
81
- ### Bug Fixes
82
-
83
- - bump minor verisons & run npx yarn-deduplicate ([7392c04](https://github.com/salesforcecli/cli/commit/7392c04522b4c43cefbf37378e0089b8566b23f4))
84
-
85
- ## [1.20.0](https://github.com/salesforcecli/cli/compare/v1.19.0...v1.20.0) (2022-03-23)
86
-
87
- ## [1.19.0](https://github.com/salesforcecli/cli/compare/v1.18.0...v1.19.0) (2022-03-16)
88
-
89
- ## [1.18.0](https://github.com/salesforcecli/cli/compare/v1.17.0...v1.18.0) (2022-03-09)
90
-
91
- ## [1.17.0](https://github.com/salesforcecli/cli/compare/v1.16.0...v1.17.0) (2022-03-02)
92
-
93
- ## [1.16.0](https://github.com/salesforcecli/cli/compare/v1.15.0...v1.16.0) (2022-02-23)
94
-
95
- ## [1.15.0](https://github.com/salesforcecli/cli/compare/v1.14.0...v1.15.0) (2022-02-16)
96
-
97
- ## [1.14.0](https://github.com/salesforcecli/cli/compare/v1.13.0...v1.14.0) (2022-02-15)
98
-
99
- ## [1.13.0](https://github.com/salesforcecli/cli/compare/v1.12.0...v1.13.0) (2022-02-09)
100
-
101
- ## [1.12.0](https://github.com/salesforcecli/cli/compare/v1.11.1...v1.12.0) (2022-02-02)
102
-
103
- ### [1.11.1](https://github.com/salesforcecli/cli/compare/v1.11.0...v1.11.1) (2022-01-28)
104
-
105
- ## [1.11.0](https://github.com/salesforcecli/cli/compare/v1.10.0...v1.11.0) (2022-01-26)
106
-
107
- ### Bug Fixes
108
-
109
- - remove npm-shrinkwrap from clean section ([1e56a7a](https://github.com/salesforcecli/cli/commit/1e56a7a42709de8589e7ae6a68f8f93a0c8f365d))
110
-
111
- ## [1.10.0](https://github.com/salesforcecli/cli/compare/v1.9.1...v1.10.0) (2022-01-19)
112
-
113
- ### [1.9.1](https://github.com/salesforcecli/cli/compare/v1.9.0...v1.9.1) (2022-01-14)
114
-
115
- ## [1.9.0](https://github.com/salesforcecli/cli/compare/v1.8.0...v1.9.0) (2022-01-12)
116
-
117
- ## [1.8.0](https://github.com/salesforcecli/cli/compare/v1.7.0...v1.8.0) (2022-01-06)
118
-
119
- ### Features
120
-
121
- - verify promote for stable-rc channel ([0678adb](https://github.com/salesforcecli/cli/commit/0678adb1b13a274381a7d9bb92acf46156f5a7c6))
122
-
123
- ## [1.7.0](https://github.com/salesforcecli/cli/compare/v1.6.0...v1.7.0) (2021-12-15)
124
-
125
- ## [1.6.0](https://github.com/salesforcecli/cli/compare/v1.5.2...v1.6.0) (2021-12-08)
126
-
127
- ### [1.5.2](https://github.com/salesforcecli/cli/compare/v1.5.1...v1.5.2) (2021-12-02)
128
-
129
- ### [1.5.1](https://github.com/salesforcecli/cli/compare/v1.5.0...v1.5.1) (2021-12-02)
130
-
131
- ## [1.5.0](https://github.com/salesforcecli/cli/compare/v1.4.0...v1.5.0) (2021-12-01)
132
-
133
- ## [1.4.0](https://github.com/salesforcecli/cli/compare/v1.3.1...v1.4.0) (2021-11-17)
134
-
135
- ### [1.3.1](https://github.com/salesforcecli/cli/compare/v1.3.0...v1.3.1) (2021-11-11)
136
-
137
- ### Bug Fixes
138
-
139
- - bump versions ([7983bcc](https://github.com/salesforcecli/cli/commit/7983bcc2bc8ccfdc1123a6dce2548b70e1811d1f))
140
-
141
- ## [1.3.0](https://github.com/salesforcecli/cli/compare/v1.2.0...v1.3.0) (2021-11-04)
142
-
143
- ### Bug Fixes
144
-
145
- - bump deps for latest-rc ([2d2ffa2](https://github.com/salesforcecli/cli/commit/2d2ffa28d45f1f69554f2233afff182aedbb67a8))
146
-
147
- ## [1.2.0](https://github.com/salesforcecli/cli/compare/v1.1.5...v1.2.0) (2021-10-28)
148
-
149
- ### Features
150
-
151
- - force latest-rc release ([9027e92](https://github.com/salesforcecli/cli/commit/9027e92ab1f248501219a431de3c1e8b308d8774))
152
-
153
- ### [1.1.5](https://github.com/salesforcecli/cli/compare/v1.1.4...v1.1.5) (2021-10-26)
154
-
155
- ### [1.1.4](https://github.com/salesforcecli/cli/compare/v1.1.3...v1.1.4) (2021-10-26)
156
-
157
- ### Bug Fixes
158
-
159
- - fix wrong version of release management ([#83](https://github.com/salesforcecli/cli/issues/83)) ([d846bc1](https://github.com/salesforcecli/cli/commit/d846bc134daa472ba9335f8d4cebb356221fffc6))
160
-
161
- ### [1.1.3](https://github.com/salesforcecli/cli/compare/v1.1.2...v1.1.3) (2021-10-26)
162
-
163
- ### Bug Fixes
164
-
165
- - tweak parameters to tarball prompt ([#82](https://github.com/salesforcecli/cli/issues/82)) ([60a3fef](https://github.com/salesforcecli/cli/commit/60a3fef1034aec3324e05aea152fcb546bfb5d7a))
166
-
167
- ### [1.1.2](https://github.com/salesforcecli/cli/compare/v1.1.1...v1.1.2) (2021-10-26)
168
-
169
- ### Bug Fixes
170
-
171
- - capture new version number from package.json ([5229179](https://github.com/salesforcecli/cli/commit/5229179a774bdcd2af1e8fb192310a586407b244))
172
-
173
- ### [1.1.1](https://github.com/salesforcecli/cli/compare/v1.1.0...v1.1.1) (2021-10-26)
174
-
175
- ### Bug Fixes
176
-
177
- - support latest-rc releases ([#78](https://github.com/salesforcecli/cli/issues/78)) ([526f503](https://github.com/salesforcecli/cli/commit/526f503ebf6610eac9ec23448b98f82a29a1b04c))
178
-
179
- ## [1.1.0](https://github.com/salesforcecli/cli/compare/v1.0.7...v1.1.0) (2021-10-20)
180
-
181
- ### [1.0.7](https://github.com/salesforcecli/cli/compare/v1.0.6...v1.0.7) (2021-10-14)
182
-
183
- ### Bug Fixes
184
-
185
- - bump deps ([#76](https://github.com/salesforcecli/cli/issues/76)) ([26b59c6](https://github.com/salesforcecli/cli/commit/26b59c638fff4b301f615bdc8c1d21247a14b691))
186
-
187
- ### [1.0.6](https://github.com/salesforcecli/cli/compare/v1.0.5...v1.0.6) (2021-10-12)
188
-
189
- ### [1.0.5](https://github.com/salesforcecli/cli/compare/v1.0.4...v1.0.5) (2021-10-07)
190
-
191
- ### [1.0.4](https://github.com/salesforcecli/cli/compare/v1.0.3...v1.0.4) (2021-10-06)
192
-
193
- ### Bug Fixes
194
-
195
- - bump deps [skip-validate-pr] ([#75](https://github.com/salesforcecli/cli/issues/75)) ([2b8446c](https://github.com/salesforcecli/cli/commit/2b8446ceaabb62711ebc9b5c5c191083deee17fa))
196
-
197
- ### [1.0.3](https://github.com/salesforcecli/cli/compare/v1.0.2...v1.0.3) (2021-10-05)
198
-
199
- ### Bug Fixes
200
-
201
- - use dirname in oclif config ([9604e53](https://github.com/salesforcecli/cli/commit/9604e53b0cd9164ad7e4c8b83383b38e393a6d72))
202
-
203
- ### [1.0.2](https://github.com/salesforcecli/cli/compare/v1.0.1...v1.0.2) (2021-10-01)
204
-
205
- ### Bug Fixes
206
-
207
- - revert inquirer dep that references github url ([#72](https://github.com/salesforcecli/cli/issues/72)) ([2d86a0c](https://github.com/salesforcecli/cli/commit/2d86a0ca1112bb95c27de8d2721db98f05192b76))
208
-
209
- ### [1.0.1](https://github.com/salesforcecli/cli/compare/v1.0.0...v1.0.1) (2021-09-30)
210
-
211
- ### Bug Fixes
212
-
213
- - bump versions for v1 [skip-validate-pr] ([#69](https://github.com/salesforcecli/cli/issues/69)) ([b808dfd](https://github.com/salesforcecli/cli/commit/b808dfdfb37f42d73b4f88d76927ef6019e86890))
214
-
215
- ## [1.0.0](https://github.com/salesforcecli/cli/compare/v0.0.47...v1.0.0) (2021-09-30)
216
-
217
- ### [0.0.47](https://github.com/salesforcecli/cli/compare/v0.0.46...v0.0.47) (2021-09-30)
218
-
219
- ### [0.0.46](https://github.com/salesforcecli/cli/compare/v0.0.45...v0.0.46) (2021-09-29)
220
-
221
- ### Bug Fixes
222
-
223
- - add plugin-generate ([#63](https://github.com/salesforcecli/cli/issues/63)) ([cc4f91d](https://github.com/salesforcecli/cli/commit/cc4f91d66eba9d9cf50e216f4ce39ada4af22e21))
224
-
225
- ### [0.0.45](https://github.com/salesforcecli/cli/compare/v0.0.44...v0.0.45) (2021-09-29)
226
-
227
- ### Bug Fixes
228
-
229
- - install sf-release for maybe-halt ([#64](https://github.com/salesforcecli/cli/issues/64)) ([196ea50](https://github.com/salesforcecli/cli/commit/196ea50f8d37e766fef213d9b947981c37a5308c))
230
-
231
- ### [0.0.44](https://github.com/salesforcecli/cli/compare/v0.0.43...v0.0.44) (2021-09-29)
232
-
233
- ### Bug Fixes
234
-
235
- - update inquirer dep to our fork ([#62](https://github.com/salesforcecli/cli/issues/62)) ([df6fb84](https://github.com/salesforcecli/cli/commit/df6fb84dfa73ab5cc85b258fbbc34769aea3c629))
236
-
237
- ### [0.0.43](https://github.com/salesforcecli/cli/compare/v0.0.42...v0.0.43) (2021-09-16)
238
-
239
- ### [0.0.42](https://github.com/salesforcecli/cli/compare/v0.0.41...v0.0.42) (2021-09-16)
240
-
241
- ### Bug Fixes
242
-
243
- - bump oclif/core and sf-plugins-core version ([#59](https://github.com/salesforcecli/cli/issues/59)) ([a31d992](https://github.com/salesforcecli/cli/commit/a31d9929b9fc1b35c6b176faa488a15eb7de6f6f))
244
-
245
- ### [0.0.41](https://github.com/salesforcecli/cli/compare/v0.0.40...v0.0.41) (2021-09-15)
246
-
247
- ### Bug Fixes
248
-
249
- - short help impl ([#55](https://github.com/salesforcecli/cli/issues/55)) ([ee7c90a](https://github.com/salesforcecli/cli/commit/ee7c90a45bdbf509c15774f60d8a62107d78d67b))
250
-
251
- ### [0.0.40](https://github.com/salesforcecli/cli/compare/v0.0.39...v0.0.40) (2021-09-15)
252
-
253
- ### Bug Fixes
254
-
255
- - add help class to display additional cmd help ([#52](https://github.com/salesforcecli/cli/issues/52)) ([ea7fe61](https://github.com/salesforcecli/cli/commit/ea7fe61f66ce1b5c64dac9560839e65c06b47340))
256
-
257
- ### [0.0.39](https://github.com/salesforcecli/cli/compare/v0.0.38...v0.0.39) (2021-09-08)
258
-
259
- ### [0.0.38](https://github.com/salesforcecli/cli/compare/v0.0.37...v0.0.38) (2021-08-26)
260
-
261
- ### [0.0.37](https://github.com/salesforcecli/cli/compare/v0.0.36...v0.0.37) (2021-08-19)
262
-
263
- ### Bug Fixes
264
-
265
- - dont alias plugin-telemetry ([6e0c835](https://github.com/salesforcecli/cli/commit/6e0c8358baca184d45afe8a4b9985d7de4b524cf))
266
-
267
- ### [0.0.36](https://github.com/salesforcecli/cli/compare/v0.0.35...v0.0.36) (2021-08-19)
268
-
269
- ### Bug Fixes
270
-
271
- - bump oclif/core and @salesforce/core ([#35](https://github.com/salesforcecli/cli/issues/35)) ([fc2e9b8](https://github.com/salesforcecli/cli/commit/fc2e9b8a9c2324364379517ef172b12ea2a8d521))
272
-
273
- ### [0.0.35](https://github.com/salesforcecli/cli/compare/v0.0.34...v0.0.35) (2021-08-16)
274
-
275
- ### [0.0.34](https://github.com/salesforcecli/cli/compare/v0.0.33...v0.0.34) (2021-08-16)
276
-
277
- ### Bug Fixes
278
-
279
- - bump oclif/core to .59 ([873a83a](https://github.com/salesforcecli/cli/commit/873a83a6074d40ceaedda45ef68556c3a35e1c65))
280
-
281
- ### [0.0.33](https://github.com/salesforcecli/cli/compare/v0.0.32...v0.0.33) (2021-08-12)
282
-
283
- ### Bug Fixes
284
-
285
- - force release ([2c22de9](https://github.com/salesforcecli/cli/commit/2c22de9996a023159e62c19932cf1775db5a4a4c))
286
-
287
- ### [0.0.32](https://github.com/salesforcecli/cli/compare/v0.0.31...v0.0.32) (2021-08-11)
288
-
289
- ### [0.0.31](https://github.com/salesforcecli/cli/compare/v0.0.30...v0.0.31) (2021-08-05)
290
-
291
- ### Bug Fixes
292
-
293
- - restore short flag names for help and version ([4b9465d](https://github.com/salesforcecli/cli/commit/4b9465d65b9b4662a7ae66ee7cd49a64958ecbf8))
294
-
295
- ### [0.0.30](https://github.com/salesforcecli/cli/compare/v0.0.29...v0.0.30) (2021-08-03)
296
-
297
- ### Bug Fixes
298
-
299
- - mark commands as beta ([#28](https://github.com/salesforcecli/cli/issues/28)) ([cd44237](https://github.com/salesforcecli/cli/commit/cd44237e82eefb6f191e919f29b380f8daa41c69))
300
-
301
- ### [0.0.29](https://github.com/salesforcecli/cli/compare/v0.0.28...v0.0.29) (2021-07-28)
302
-
303
- ### [0.0.28](https://github.com/salesforcecli/cli/compare/v0.0.27...v0.0.28) (2021-07-27)
304
-
305
- ### [0.0.27](https://github.com/salesforcecli/cli/compare/v0.0.26...v0.0.27) (2021-07-26)
306
-
307
- ### [0.0.26](https://github.com/salesforcecli/cli/compare/v0.0.25...v0.0.26) (2021-07-22)
308
-
309
- ### [0.0.25](https://github.com/salesforcecli/cli/compare/v0.0.24...v0.0.25) (2021-07-21)
310
-
311
- ### Bug Fixes
312
-
313
- - bump deps ([57e14e6](https://github.com/salesforcecli/cli/commit/57e14e675eef5a06077dc96d9a9b25002e6f9eac))
314
-
315
- ### [0.0.24](https://github.com/salesforcecli/cli/compare/v0.0.23...v0.0.24) (2021-07-19)
316
-
317
- ### Bug Fixes
318
-
319
- - bump deps ([bd7fd0b](https://github.com/salesforcecli/cli/commit/bd7fd0b3fcf5f811939ab3669f64dfadf9529cfd))
320
-
321
- ### [0.0.23](https://github.com/salesforcecli/cli/compare/v0.0.22...v0.0.23) (2021-07-15)
322
-
323
- ### Bug Fixes
324
-
325
- - update to renamed packages ([#16](https://github.com/salesforcecli/cli/issues/16)) ([ee9e786](https://github.com/salesforcecli/cli/commit/ee9e786ee81fa57bc998a00b006b298fa3bde048))
326
-
327
- ### [0.0.22](https://github.com/salesforcecli/cli/compare/v0.0.21...v0.0.22) (2021-07-15)
328
-
329
- ### [0.0.21](https://github.com/salesforcecli/cli/compare/v0.0.20...v0.0.21) (2021-07-14)
330
-
331
- ### Bug Fixes
332
-
333
- - remove @salesforce/plugin-functions ([1b59fc2](https://github.com/salesforcecli/cli/commit/1b59fc2be51c62eddc66cfa1d0403bd9174cd799))
334
-
335
- ### [0.0.20](https://github.com/salesforcecli/cli/compare/v0.0.19...v0.0.20) (2021-07-14)
336
-
337
- ### Bug Fixes
338
-
339
- - use correct xcode version ([3269ae9](https://github.com/salesforcecli/cli/commit/3269ae94e107c22bac5b007c68e60d9b564f1b10))
340
-
341
- ### [0.0.19](https://github.com/salesforcecli/cli/compare/v0.0.18...v0.0.19) (2021-07-14)
342
-
343
- ### [0.0.18](https://github.com/salesforcecli/cli/compare/v0.0.17...v0.0.18) (2021-07-13)
344
-
345
- ### Bug Fixes
346
-
347
- - remove pointless tests ([cf10945](https://github.com/salesforcecli/cli/commit/cf1094507b230f04c00b3ffec2dd86230eb82731))
348
-
349
- ### [0.0.17](https://github.com/salesforcecli/cli/compare/v0.0.16...v0.0.17) (2021-07-13)
350
-
351
- ### Bug Fixes
352
-
353
- - pack tarballs with node 14.17.1 ([8ccf77f](https://github.com/salesforcecli/cli/commit/8ccf77f46c380015d585243f48623dc05b2c554d))
354
-
355
- ### [0.0.16](https://github.com/salesforcecli/cli/compare/v0.0.15...v0.0.16) (2021-07-13)
356
-
357
- ### [0.0.15](https://github.com/salesforcecli/cli/compare/v0.0.14...v0.0.15) (2021-07-12)
358
-
359
- ### [0.0.14](https://github.com/salesforcecli/cli/compare/v0.0.13...v0.0.14) (2021-07-12)
360
-
361
- ### [0.0.13](https://github.com/salesforcecli/cli/compare/v0.0.12...v0.0.13) (2021-07-12)
362
-
363
- ### [0.0.12](https://github.com/salesforcecli/cli/compare/v0.0.11...v0.0.12) (2021-07-12)
364
-
365
- ### [0.0.11](https://github.com/salesforcecli/cli/compare/v0.0.10...v0.0.11) (2021-07-12)
366
-
367
- ### Bug Fixes
368
-
369
- - windows path issues ([#13](https://github.com/salesforcecli/cli/issues/13)) ([1d4b10d](https://github.com/salesforcecli/cli/commit/1d4b10d48100c25d1100f163276e1212ec7c5908))
370
-
371
- ### [0.0.10](https://github.com/salesforcecli/cli/compare/v0.0.9...v0.0.10) (2021-07-08)
372
-
373
- ### Bug Fixes
374
-
375
- - release ([8e157d0](https://github.com/salesforcecli/cli/commit/8e157d099963acbf12f7bce1d2006bba7624e256))
376
-
377
- ### [0.0.9](https://github.com/salesforcecli/cli/compare/v0.0.8...v0.0.9) (2021-07-08)
378
-
379
- ### Bug Fixes
380
-
381
- - release ([137bb6a](https://github.com/salesforcecli/cli/commit/137bb6a99efac3abd221d80a7de49238ee2cc097))
382
-
383
- ### [0.0.8](https://github.com/salesforcecli/cli/compare/v0.0.7...v0.0.8) (2021-07-08)
384
-
385
- ### Features
386
-
387
- - add release job ([#12](https://github.com/salesforcecli/cli/issues/12)) ([1082ac8](https://github.com/salesforcecli/cli/commit/1082ac817e111008eb4d2fb981824411196c4b4a))
388
-
389
- ### [0.0.7](https://github.com/salesforcecli/cli/compare/v0.0.6...v0.0.7) (2021-07-07)
390
-
391
- ### Bug Fixes
392
-
393
- - update cli-ux ([7be1a43](https://github.com/salesforcecli/cli/commit/7be1a430bfe2d9055985a6960e45b8c785249ac3))
394
-
395
- ### [0.0.6](https://github.com/salesforcecli/cli/compare/v0.0.5...v0.0.6) (2021-07-01)
396
-
397
- ### [0.0.5](https://github.com/salesforcecli/cli/compare/v0.0.4...v0.0.5) (2021-07-01)
398
-
399
- ### Bug Fixes
400
-
401
- - bump oclif/core ([75056e4](https://github.com/salesforcecli/cli/commit/75056e4774493c9b2ef794dea7b26c050b6b99ca))
402
-
403
- ### [0.0.4](https://github.com/salesforcecli/cli/compare/v0.0.3...v0.0.4) (2021-07-01)
404
-
405
- ### Features
406
-
407
- - add plugins ([4457bd5](https://github.com/salesforcecli/cli/commit/4457bd5543490517c1be1a20b1fa405673b4a0e9))
408
-
409
- ### [0.0.3](https://github.com/salesforcecli/cli/compare/v0.0.2...v0.0.3) (2021-05-20)
410
-
411
- ### Bug Fixes
412
-
413
- - add topicSeparator to oclif config ([f4e9662](https://github.com/salesforcecli/cli/commit/f4e96626a86a579c39302694c272c0f2ee13782f))
414
-
415
- ### [0.0.2](https://github.com/salesforcecli/cli/compare/v0.0.1...v0.0.2) (2021-05-19)
416
-
417
- ### Features
418
-
419
- - add login and env commands ([b2d7e73](https://github.com/salesforcecli/cli/commit/b2d7e73bcf134a78a18c60854f5e307e15eeeaee))
420
-
421
- ### Bug Fixes
422
-
423
- - remove oclif.settings from dev ([907b2ad](https://github.com/salesforcecli/cli/commit/907b2ad22b62187d17773c79e6c56653bde2cdbb))
424
-
425
- ### [0.0.1](https://github.com/salesforcecli/cli/compare/v0.0.0...v0.0.1) (2021-02-01)
426
-
427
- ### Bug Fixes
428
-
429
- - add oclif-dev for manifest ([609d5e0](https://github.com/salesforcecli/cli/commit/609d5e02ae2457f5af92864d4411e2763435300e))
430
-
431
- ## 0.0.0 (2021-02-01)
432
-
433
- ### Bug Fixes
434
-
435
- - update oclif/core ([4e7ff89](https://github.com/salesforcecli/cli/commit/4e7ff896903b50c9368054ee5f3c976534d5f989))