@salesforce/cli 1.8.0 → 1.10.0-dev.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.
- package/LICENSE.txt +1 -1
- package/README.md +106 -63
- package/npm-shrinkwrap.json +60442 -0
- package/oclif.manifest.json +1 -1
- package/package.json +30 -53
- package/CHANGELOG.md +0 -324
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"1.
|
|
1
|
+
{"version":"1.10.0-dev.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.
|
|
4
|
+
"version": "1.10.0-dev.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run"
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"files": [
|
|
15
15
|
"/bin",
|
|
16
16
|
"/dist/**/*.js",
|
|
17
|
-
"/oclif.manifest.json"
|
|
17
|
+
"/oclif.manifest.json",
|
|
18
|
+
"/npm-shrinkwrap.json"
|
|
18
19
|
],
|
|
19
20
|
"keywords": [
|
|
20
21
|
"oclif",
|
|
@@ -45,7 +46,7 @@
|
|
|
45
46
|
"@sf/gen",
|
|
46
47
|
"@sf/info",
|
|
47
48
|
"@sf/login",
|
|
48
|
-
"@
|
|
49
|
+
"@sf/telemetry"
|
|
49
50
|
],
|
|
50
51
|
"devPlugins": [
|
|
51
52
|
"@oclif/plugin-command-snapshot",
|
|
@@ -82,55 +83,37 @@
|
|
|
82
83
|
]
|
|
83
84
|
},
|
|
84
85
|
"dependencies": {
|
|
85
|
-
"@oclif/core": "^1.1.
|
|
86
|
+
"@oclif/core": "^1.1.2",
|
|
86
87
|
"@oclif/plugin-autocomplete": "1.1.1",
|
|
87
88
|
"@oclif/plugin-help": "5.1.10",
|
|
88
89
|
"@oclif/plugin-not-found": "2.2.4",
|
|
89
90
|
"@oclif/plugin-plugins": "2.0.12",
|
|
90
|
-
"@oclif/plugin-update": "2.1.
|
|
91
|
+
"@oclif/plugin-update": "2.1.5",
|
|
91
92
|
"@oclif/plugin-version": "1.0.4",
|
|
92
|
-
"@salesforce/
|
|
93
|
-
"@
|
|
94
|
-
"@sf/
|
|
95
|
-
"@sf/
|
|
96
|
-
"@sf/
|
|
97
|
-
"@sf/
|
|
98
|
-
"@sf/
|
|
99
|
-
"@sf/gen": "npm:@salesforce/plugin-generate@1.0.5",
|
|
93
|
+
"@salesforce/sf-plugins-core": "^1.1.0",
|
|
94
|
+
"@sf/config": "npm:@salesforce/plugin-config@2.2.12",
|
|
95
|
+
"@sf/deploy-retrieve": "npm:@salesforce/plugin-deploy-retrieve@1.0.6",
|
|
96
|
+
"@sf/drm": "npm:@salesforce/plugin-deploy-retrieve-metadata@1.0.9",
|
|
97
|
+
"@sf/env": "npm:@salesforce/plugin-env@1.0.4",
|
|
98
|
+
"@sf/functions": "npm:@salesforce/plugin-functions@1.5.0",
|
|
99
|
+
"@sf/gen": "npm:@salesforce/plugin-generate@1.0.8",
|
|
100
100
|
"@sf/info": "npm:@salesforce/plugin-info@1.2.0",
|
|
101
|
-
"@sf/login": "npm:@salesforce/plugin-login@1.0.
|
|
101
|
+
"@sf/login": "npm:@salesforce/plugin-login@1.0.7",
|
|
102
|
+
"@sf/telemetry": "npm:@salesforce/plugin-telemetry@1.4.0",
|
|
102
103
|
"tslib": "^2.3.1"
|
|
103
104
|
},
|
|
104
|
-
"pinnedDependencies": [
|
|
105
|
-
"@sf/config@sf",
|
|
106
|
-
"@sf/deploy-retrieve",
|
|
107
|
-
"@sf/drm",
|
|
108
|
-
"@sf/env",
|
|
109
|
-
"@sf/functions",
|
|
110
|
-
"@sf/gen",
|
|
111
|
-
"@sf/info",
|
|
112
|
-
"@sf/login",
|
|
113
|
-
"@salesforce/plugin-telemetry",
|
|
114
|
-
"@oclif/plugin-autocomplete",
|
|
115
|
-
"@oclif/plugin-help",
|
|
116
|
-
"@oclif/plugin-not-found",
|
|
117
|
-
"@oclif/plugin-plugins",
|
|
118
|
-
"@oclif/plugin-update",
|
|
119
|
-
"@oclif/plugin-version"
|
|
120
|
-
],
|
|
121
105
|
"resolutions": {
|
|
122
|
-
"@
|
|
123
|
-
"
|
|
124
|
-
"@
|
|
125
|
-
"@
|
|
126
|
-
"oclif/**/cli-ux": "^6.0.7"
|
|
106
|
+
"@oclif/core/**/cli-ux": "^6.0.8",
|
|
107
|
+
"oclif/**/cli-ux": "^6.0.8",
|
|
108
|
+
"@salesforce/sf-plugins-core": "^1.1.0",
|
|
109
|
+
"@salesforce/templates": "53.1.0"
|
|
127
110
|
},
|
|
128
111
|
"repository": "salesforcecli/cli",
|
|
129
112
|
"scripts": {
|
|
130
113
|
"build": "sf-build",
|
|
131
114
|
"channel:promote": "sf-release channel:promote",
|
|
132
|
-
"clean-all": "sf-clean all",
|
|
133
115
|
"clean": "sf-clean",
|
|
116
|
+
"clean-all": "sf-clean all",
|
|
134
117
|
"compile": "sf-compile",
|
|
135
118
|
"docs": "sf-docs",
|
|
136
119
|
"format": "sf-format",
|
|
@@ -144,33 +127,27 @@
|
|
|
144
127
|
"postpack": "rm -f oclif.manifest.json",
|
|
145
128
|
"posttest": "yarn test:deprecation-policy",
|
|
146
129
|
"prepack": "sf-prepack",
|
|
147
|
-
"prepare": "yarn compile && yarn lint",
|
|
130
|
+
"prepare": "sf-install && yarn compile && yarn lint",
|
|
148
131
|
"pretarball": "sf-release cli:tarballs:prepare --types",
|
|
132
|
+
"pretest": "echo disable # sf-compile-test",
|
|
149
133
|
"promote-dist-tags": "./scripts/promote-dist-tags",
|
|
150
134
|
"promote:verify": "sf-release cli:versions:inspect --channels stable --locations archive --cli sf",
|
|
151
135
|
"promote:verify-rc": "sf-release cli:versions:inspect --channels stable-rc --locations archive --cli sf",
|
|
152
|
-
"test:smoke-unix": "sf-release cli:tarballs:smoke --cli sf",
|
|
153
|
-
"test:deprecation-policy": "./bin/dev snapshot:compare",
|
|
154
136
|
"test": "echo disable # sf-test",
|
|
137
|
+
"test:deprecation-policy": "./bin/dev snapshot:compare",
|
|
138
|
+
"test:json-schema": "sf-release cli:schemas:compare",
|
|
139
|
+
"test:smoke-unix": "sf-release cli:tarballs:smoke --cli sf",
|
|
155
140
|
"upload:deb": "oclif upload:deb",
|
|
156
141
|
"upload:macos": "oclif upload:macos",
|
|
157
142
|
"upload:tarballs": "oclif upload:tarballs",
|
|
158
143
|
"upload:win": "oclif upload:win",
|
|
159
|
-
"version": "oclif readme"
|
|
144
|
+
"version": "oclif readme && npm shrinkwrap"
|
|
160
145
|
},
|
|
161
146
|
"types": "dist/index.d.ts",
|
|
162
|
-
"husky": {
|
|
163
|
-
"hooks": {
|
|
164
|
-
"commit-msg": "sf-husky-commit-msg",
|
|
165
|
-
"pre-commit": "sf-husky-pre-commit",
|
|
166
|
-
"pre-push": "sf-husky-pre-push"
|
|
167
|
-
}
|
|
168
|
-
},
|
|
169
147
|
"devDependencies": {
|
|
170
148
|
"@oclif/plugin-command-snapshot": "^3.1.2",
|
|
171
|
-
"@
|
|
172
|
-
"@salesforce/dev-
|
|
173
|
-
"@salesforce/dev-scripts": "^0.9.18",
|
|
149
|
+
"@salesforce/dev-config": "^3.0.0",
|
|
150
|
+
"@salesforce/dev-scripts": "^2",
|
|
174
151
|
"@salesforce/plugin-release-management": "^2.7.1",
|
|
175
152
|
"@salesforce/prettier-config": "^0.0.2",
|
|
176
153
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
|
@@ -189,10 +166,10 @@
|
|
|
189
166
|
"eslint-plugin-jsdoc": "^35.5.1",
|
|
190
167
|
"eslint-plugin-prettier": "^3.4.1",
|
|
191
168
|
"globby": "^11.0.4",
|
|
192
|
-
"husky": "^
|
|
169
|
+
"husky": "^7.0.4",
|
|
193
170
|
"mocha": "^9.1.3",
|
|
194
171
|
"nyc": "^15.1.0",
|
|
195
|
-
"oclif": "^2.
|
|
172
|
+
"oclif": "^2.1.7",
|
|
196
173
|
"prettier": "^2.4.1",
|
|
197
174
|
"pretty-quick": "^3.1.1",
|
|
198
175
|
"sinon": "^11.1.2",
|
package/CHANGELOG.md
DELETED
|
@@ -1,324 +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.8.0](https://github.com/salesforcecli/cli/compare/v1.7.0...v1.8.0) (2022-01-06)
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### Features
|
|
9
|
-
|
|
10
|
-
* verify promote for stable-rc channel ([0678adb](https://github.com/salesforcecli/cli/commit/0678adb1b13a274381a7d9bb92acf46156f5a7c6))
|
|
11
|
-
|
|
12
|
-
## [1.7.0](https://github.com/salesforcecli/cli/compare/v1.6.0...v1.7.0) (2021-12-15)
|
|
13
|
-
|
|
14
|
-
## [1.6.0](https://github.com/salesforcecli/cli/compare/v1.5.2...v1.6.0) (2021-12-08)
|
|
15
|
-
|
|
16
|
-
### [1.5.2](https://github.com/salesforcecli/cli/compare/v1.5.1...v1.5.2) (2021-12-02)
|
|
17
|
-
|
|
18
|
-
### [1.5.1](https://github.com/salesforcecli/cli/compare/v1.5.0...v1.5.1) (2021-12-02)
|
|
19
|
-
|
|
20
|
-
## [1.5.0](https://github.com/salesforcecli/cli/compare/v1.4.0...v1.5.0) (2021-12-01)
|
|
21
|
-
|
|
22
|
-
## [1.4.0](https://github.com/salesforcecli/cli/compare/v1.3.1...v1.4.0) (2021-11-17)
|
|
23
|
-
|
|
24
|
-
### [1.3.1](https://github.com/salesforcecli/cli/compare/v1.3.0...v1.3.1) (2021-11-11)
|
|
25
|
-
|
|
26
|
-
### Bug Fixes
|
|
27
|
-
|
|
28
|
-
- bump versions ([7983bcc](https://github.com/salesforcecli/cli/commit/7983bcc2bc8ccfdc1123a6dce2548b70e1811d1f))
|
|
29
|
-
|
|
30
|
-
## [1.3.0](https://github.com/salesforcecli/cli/compare/v1.2.0...v1.3.0) (2021-11-04)
|
|
31
|
-
|
|
32
|
-
### Bug Fixes
|
|
33
|
-
|
|
34
|
-
- bump deps for latest-rc ([2d2ffa2](https://github.com/salesforcecli/cli/commit/2d2ffa28d45f1f69554f2233afff182aedbb67a8))
|
|
35
|
-
|
|
36
|
-
## [1.2.0](https://github.com/salesforcecli/cli/compare/v1.1.5...v1.2.0) (2021-10-28)
|
|
37
|
-
|
|
38
|
-
### Features
|
|
39
|
-
|
|
40
|
-
- force latest-rc release ([9027e92](https://github.com/salesforcecli/cli/commit/9027e92ab1f248501219a431de3c1e8b308d8774))
|
|
41
|
-
|
|
42
|
-
### [1.1.5](https://github.com/salesforcecli/cli/compare/v1.1.4...v1.1.5) (2021-10-26)
|
|
43
|
-
|
|
44
|
-
### [1.1.4](https://github.com/salesforcecli/cli/compare/v1.1.3...v1.1.4) (2021-10-26)
|
|
45
|
-
|
|
46
|
-
### Bug Fixes
|
|
47
|
-
|
|
48
|
-
- fix wrong version of release management ([#83](https://github.com/salesforcecli/cli/issues/83)) ([d846bc1](https://github.com/salesforcecli/cli/commit/d846bc134daa472ba9335f8d4cebb356221fffc6))
|
|
49
|
-
|
|
50
|
-
### [1.1.3](https://github.com/salesforcecli/cli/compare/v1.1.2...v1.1.3) (2021-10-26)
|
|
51
|
-
|
|
52
|
-
### Bug Fixes
|
|
53
|
-
|
|
54
|
-
- tweak parameters to tarball prompt ([#82](https://github.com/salesforcecli/cli/issues/82)) ([60a3fef](https://github.com/salesforcecli/cli/commit/60a3fef1034aec3324e05aea152fcb546bfb5d7a))
|
|
55
|
-
|
|
56
|
-
### [1.1.2](https://github.com/salesforcecli/cli/compare/v1.1.1...v1.1.2) (2021-10-26)
|
|
57
|
-
|
|
58
|
-
### Bug Fixes
|
|
59
|
-
|
|
60
|
-
- capture new version number from package.json ([5229179](https://github.com/salesforcecli/cli/commit/5229179a774bdcd2af1e8fb192310a586407b244))
|
|
61
|
-
|
|
62
|
-
### [1.1.1](https://github.com/salesforcecli/cli/compare/v1.1.0...v1.1.1) (2021-10-26)
|
|
63
|
-
|
|
64
|
-
### Bug Fixes
|
|
65
|
-
|
|
66
|
-
- support latest-rc releases ([#78](https://github.com/salesforcecli/cli/issues/78)) ([526f503](https://github.com/salesforcecli/cli/commit/526f503ebf6610eac9ec23448b98f82a29a1b04c))
|
|
67
|
-
|
|
68
|
-
## [1.1.0](https://github.com/salesforcecli/cli/compare/v1.0.7...v1.1.0) (2021-10-20)
|
|
69
|
-
|
|
70
|
-
### [1.0.7](https://github.com/salesforcecli/cli/compare/v1.0.6...v1.0.7) (2021-10-14)
|
|
71
|
-
|
|
72
|
-
### Bug Fixes
|
|
73
|
-
|
|
74
|
-
- bump deps ([#76](https://github.com/salesforcecli/cli/issues/76)) ([26b59c6](https://github.com/salesforcecli/cli/commit/26b59c638fff4b301f615bdc8c1d21247a14b691))
|
|
75
|
-
|
|
76
|
-
### [1.0.6](https://github.com/salesforcecli/cli/compare/v1.0.5...v1.0.6) (2021-10-12)
|
|
77
|
-
|
|
78
|
-
### [1.0.5](https://github.com/salesforcecli/cli/compare/v1.0.4...v1.0.5) (2021-10-07)
|
|
79
|
-
|
|
80
|
-
### [1.0.4](https://github.com/salesforcecli/cli/compare/v1.0.3...v1.0.4) (2021-10-06)
|
|
81
|
-
|
|
82
|
-
### Bug Fixes
|
|
83
|
-
|
|
84
|
-
- bump deps [skip-validate-pr] ([#75](https://github.com/salesforcecli/cli/issues/75)) ([2b8446c](https://github.com/salesforcecli/cli/commit/2b8446ceaabb62711ebc9b5c5c191083deee17fa))
|
|
85
|
-
|
|
86
|
-
### [1.0.3](https://github.com/salesforcecli/cli/compare/v1.0.2...v1.0.3) (2021-10-05)
|
|
87
|
-
|
|
88
|
-
### Bug Fixes
|
|
89
|
-
|
|
90
|
-
- use dirname in oclif config ([9604e53](https://github.com/salesforcecli/cli/commit/9604e53b0cd9164ad7e4c8b83383b38e393a6d72))
|
|
91
|
-
|
|
92
|
-
### [1.0.2](https://github.com/salesforcecli/cli/compare/v1.0.1...v1.0.2) (2021-10-01)
|
|
93
|
-
|
|
94
|
-
### Bug Fixes
|
|
95
|
-
|
|
96
|
-
- revert inquirer dep that references github url ([#72](https://github.com/salesforcecli/cli/issues/72)) ([2d86a0c](https://github.com/salesforcecli/cli/commit/2d86a0ca1112bb95c27de8d2721db98f05192b76))
|
|
97
|
-
|
|
98
|
-
### [1.0.1](https://github.com/salesforcecli/cli/compare/v1.0.0...v1.0.1) (2021-09-30)
|
|
99
|
-
|
|
100
|
-
### Bug Fixes
|
|
101
|
-
|
|
102
|
-
- bump versions for v1 [skip-validate-pr] ([#69](https://github.com/salesforcecli/cli/issues/69)) ([b808dfd](https://github.com/salesforcecli/cli/commit/b808dfdfb37f42d73b4f88d76927ef6019e86890))
|
|
103
|
-
|
|
104
|
-
## [1.0.0](https://github.com/salesforcecli/cli/compare/v0.0.47...v1.0.0) (2021-09-30)
|
|
105
|
-
|
|
106
|
-
### [0.0.47](https://github.com/salesforcecli/cli/compare/v0.0.46...v0.0.47) (2021-09-30)
|
|
107
|
-
|
|
108
|
-
### [0.0.46](https://github.com/salesforcecli/cli/compare/v0.0.45...v0.0.46) (2021-09-29)
|
|
109
|
-
|
|
110
|
-
### Bug Fixes
|
|
111
|
-
|
|
112
|
-
- add plugin-generate ([#63](https://github.com/salesforcecli/cli/issues/63)) ([cc4f91d](https://github.com/salesforcecli/cli/commit/cc4f91d66eba9d9cf50e216f4ce39ada4af22e21))
|
|
113
|
-
|
|
114
|
-
### [0.0.45](https://github.com/salesforcecli/cli/compare/v0.0.44...v0.0.45) (2021-09-29)
|
|
115
|
-
|
|
116
|
-
### Bug Fixes
|
|
117
|
-
|
|
118
|
-
- install sf-release for maybe-halt ([#64](https://github.com/salesforcecli/cli/issues/64)) ([196ea50](https://github.com/salesforcecli/cli/commit/196ea50f8d37e766fef213d9b947981c37a5308c))
|
|
119
|
-
|
|
120
|
-
### [0.0.44](https://github.com/salesforcecli/cli/compare/v0.0.43...v0.0.44) (2021-09-29)
|
|
121
|
-
|
|
122
|
-
### Bug Fixes
|
|
123
|
-
|
|
124
|
-
- update inquirer dep to our fork ([#62](https://github.com/salesforcecli/cli/issues/62)) ([df6fb84](https://github.com/salesforcecli/cli/commit/df6fb84dfa73ab5cc85b258fbbc34769aea3c629))
|
|
125
|
-
|
|
126
|
-
### [0.0.43](https://github.com/salesforcecli/cli/compare/v0.0.42...v0.0.43) (2021-09-16)
|
|
127
|
-
|
|
128
|
-
### [0.0.42](https://github.com/salesforcecli/cli/compare/v0.0.41...v0.0.42) (2021-09-16)
|
|
129
|
-
|
|
130
|
-
### Bug Fixes
|
|
131
|
-
|
|
132
|
-
- bump oclif/core and sf-plugins-core version ([#59](https://github.com/salesforcecli/cli/issues/59)) ([a31d992](https://github.com/salesforcecli/cli/commit/a31d9929b9fc1b35c6b176faa488a15eb7de6f6f))
|
|
133
|
-
|
|
134
|
-
### [0.0.41](https://github.com/salesforcecli/cli/compare/v0.0.40...v0.0.41) (2021-09-15)
|
|
135
|
-
|
|
136
|
-
### Bug Fixes
|
|
137
|
-
|
|
138
|
-
- short help impl ([#55](https://github.com/salesforcecli/cli/issues/55)) ([ee7c90a](https://github.com/salesforcecli/cli/commit/ee7c90a45bdbf509c15774f60d8a62107d78d67b))
|
|
139
|
-
|
|
140
|
-
### [0.0.40](https://github.com/salesforcecli/cli/compare/v0.0.39...v0.0.40) (2021-09-15)
|
|
141
|
-
|
|
142
|
-
### Bug Fixes
|
|
143
|
-
|
|
144
|
-
- add help class to display additional cmd help ([#52](https://github.com/salesforcecli/cli/issues/52)) ([ea7fe61](https://github.com/salesforcecli/cli/commit/ea7fe61f66ce1b5c64dac9560839e65c06b47340))
|
|
145
|
-
|
|
146
|
-
### [0.0.39](https://github.com/salesforcecli/cli/compare/v0.0.38...v0.0.39) (2021-09-08)
|
|
147
|
-
|
|
148
|
-
### [0.0.38](https://github.com/salesforcecli/cli/compare/v0.0.37...v0.0.38) (2021-08-26)
|
|
149
|
-
|
|
150
|
-
### [0.0.37](https://github.com/salesforcecli/cli/compare/v0.0.36...v0.0.37) (2021-08-19)
|
|
151
|
-
|
|
152
|
-
### Bug Fixes
|
|
153
|
-
|
|
154
|
-
- dont alias plugin-telemetry ([6e0c835](https://github.com/salesforcecli/cli/commit/6e0c8358baca184d45afe8a4b9985d7de4b524cf))
|
|
155
|
-
|
|
156
|
-
### [0.0.36](https://github.com/salesforcecli/cli/compare/v0.0.35...v0.0.36) (2021-08-19)
|
|
157
|
-
|
|
158
|
-
### Bug Fixes
|
|
159
|
-
|
|
160
|
-
- bump oclif/core and @salesforce/core ([#35](https://github.com/salesforcecli/cli/issues/35)) ([fc2e9b8](https://github.com/salesforcecli/cli/commit/fc2e9b8a9c2324364379517ef172b12ea2a8d521))
|
|
161
|
-
|
|
162
|
-
### [0.0.35](https://github.com/salesforcecli/cli/compare/v0.0.34...v0.0.35) (2021-08-16)
|
|
163
|
-
|
|
164
|
-
### [0.0.34](https://github.com/salesforcecli/cli/compare/v0.0.33...v0.0.34) (2021-08-16)
|
|
165
|
-
|
|
166
|
-
### Bug Fixes
|
|
167
|
-
|
|
168
|
-
- bump oclif/core to .59 ([873a83a](https://github.com/salesforcecli/cli/commit/873a83a6074d40ceaedda45ef68556c3a35e1c65))
|
|
169
|
-
|
|
170
|
-
### [0.0.33](https://github.com/salesforcecli/cli/compare/v0.0.32...v0.0.33) (2021-08-12)
|
|
171
|
-
|
|
172
|
-
### Bug Fixes
|
|
173
|
-
|
|
174
|
-
- force release ([2c22de9](https://github.com/salesforcecli/cli/commit/2c22de9996a023159e62c19932cf1775db5a4a4c))
|
|
175
|
-
|
|
176
|
-
### [0.0.32](https://github.com/salesforcecli/cli/compare/v0.0.31...v0.0.32) (2021-08-11)
|
|
177
|
-
|
|
178
|
-
### [0.0.31](https://github.com/salesforcecli/cli/compare/v0.0.30...v0.0.31) (2021-08-05)
|
|
179
|
-
|
|
180
|
-
### Bug Fixes
|
|
181
|
-
|
|
182
|
-
- restore short flag names for help and version ([4b9465d](https://github.com/salesforcecli/cli/commit/4b9465d65b9b4662a7ae66ee7cd49a64958ecbf8))
|
|
183
|
-
|
|
184
|
-
### [0.0.30](https://github.com/salesforcecli/cli/compare/v0.0.29...v0.0.30) (2021-08-03)
|
|
185
|
-
|
|
186
|
-
### Bug Fixes
|
|
187
|
-
|
|
188
|
-
- mark commands as beta ([#28](https://github.com/salesforcecli/cli/issues/28)) ([cd44237](https://github.com/salesforcecli/cli/commit/cd44237e82eefb6f191e919f29b380f8daa41c69))
|
|
189
|
-
|
|
190
|
-
### [0.0.29](https://github.com/salesforcecli/cli/compare/v0.0.28...v0.0.29) (2021-07-28)
|
|
191
|
-
|
|
192
|
-
### [0.0.28](https://github.com/salesforcecli/cli/compare/v0.0.27...v0.0.28) (2021-07-27)
|
|
193
|
-
|
|
194
|
-
### [0.0.27](https://github.com/salesforcecli/cli/compare/v0.0.26...v0.0.27) (2021-07-26)
|
|
195
|
-
|
|
196
|
-
### [0.0.26](https://github.com/salesforcecli/cli/compare/v0.0.25...v0.0.26) (2021-07-22)
|
|
197
|
-
|
|
198
|
-
### [0.0.25](https://github.com/salesforcecli/cli/compare/v0.0.24...v0.0.25) (2021-07-21)
|
|
199
|
-
|
|
200
|
-
### Bug Fixes
|
|
201
|
-
|
|
202
|
-
- bump deps ([57e14e6](https://github.com/salesforcecli/cli/commit/57e14e675eef5a06077dc96d9a9b25002e6f9eac))
|
|
203
|
-
|
|
204
|
-
### [0.0.24](https://github.com/salesforcecli/cli/compare/v0.0.23...v0.0.24) (2021-07-19)
|
|
205
|
-
|
|
206
|
-
### Bug Fixes
|
|
207
|
-
|
|
208
|
-
- bump deps ([bd7fd0b](https://github.com/salesforcecli/cli/commit/bd7fd0b3fcf5f811939ab3669f64dfadf9529cfd))
|
|
209
|
-
|
|
210
|
-
### [0.0.23](https://github.com/salesforcecli/cli/compare/v0.0.22...v0.0.23) (2021-07-15)
|
|
211
|
-
|
|
212
|
-
### Bug Fixes
|
|
213
|
-
|
|
214
|
-
- update to renamed packages ([#16](https://github.com/salesforcecli/cli/issues/16)) ([ee9e786](https://github.com/salesforcecli/cli/commit/ee9e786ee81fa57bc998a00b006b298fa3bde048))
|
|
215
|
-
|
|
216
|
-
### [0.0.22](https://github.com/salesforcecli/cli/compare/v0.0.21...v0.0.22) (2021-07-15)
|
|
217
|
-
|
|
218
|
-
### [0.0.21](https://github.com/salesforcecli/cli/compare/v0.0.20...v0.0.21) (2021-07-14)
|
|
219
|
-
|
|
220
|
-
### Bug Fixes
|
|
221
|
-
|
|
222
|
-
- remove @salesforce/plugin-functions ([1b59fc2](https://github.com/salesforcecli/cli/commit/1b59fc2be51c62eddc66cfa1d0403bd9174cd799))
|
|
223
|
-
|
|
224
|
-
### [0.0.20](https://github.com/salesforcecli/cli/compare/v0.0.19...v0.0.20) (2021-07-14)
|
|
225
|
-
|
|
226
|
-
### Bug Fixes
|
|
227
|
-
|
|
228
|
-
- use correct xcode version ([3269ae9](https://github.com/salesforcecli/cli/commit/3269ae94e107c22bac5b007c68e60d9b564f1b10))
|
|
229
|
-
|
|
230
|
-
### [0.0.19](https://github.com/salesforcecli/cli/compare/v0.0.18...v0.0.19) (2021-07-14)
|
|
231
|
-
|
|
232
|
-
### [0.0.18](https://github.com/salesforcecli/cli/compare/v0.0.17...v0.0.18) (2021-07-13)
|
|
233
|
-
|
|
234
|
-
### Bug Fixes
|
|
235
|
-
|
|
236
|
-
- remove pointless tests ([cf10945](https://github.com/salesforcecli/cli/commit/cf1094507b230f04c00b3ffec2dd86230eb82731))
|
|
237
|
-
|
|
238
|
-
### [0.0.17](https://github.com/salesforcecli/cli/compare/v0.0.16...v0.0.17) (2021-07-13)
|
|
239
|
-
|
|
240
|
-
### Bug Fixes
|
|
241
|
-
|
|
242
|
-
- pack tarballs with node 14.17.1 ([8ccf77f](https://github.com/salesforcecli/cli/commit/8ccf77f46c380015d585243f48623dc05b2c554d))
|
|
243
|
-
|
|
244
|
-
### [0.0.16](https://github.com/salesforcecli/cli/compare/v0.0.15...v0.0.16) (2021-07-13)
|
|
245
|
-
|
|
246
|
-
### [0.0.15](https://github.com/salesforcecli/cli/compare/v0.0.14...v0.0.15) (2021-07-12)
|
|
247
|
-
|
|
248
|
-
### [0.0.14](https://github.com/salesforcecli/cli/compare/v0.0.13...v0.0.14) (2021-07-12)
|
|
249
|
-
|
|
250
|
-
### [0.0.13](https://github.com/salesforcecli/cli/compare/v0.0.12...v0.0.13) (2021-07-12)
|
|
251
|
-
|
|
252
|
-
### [0.0.12](https://github.com/salesforcecli/cli/compare/v0.0.11...v0.0.12) (2021-07-12)
|
|
253
|
-
|
|
254
|
-
### [0.0.11](https://github.com/salesforcecli/cli/compare/v0.0.10...v0.0.11) (2021-07-12)
|
|
255
|
-
|
|
256
|
-
### Bug Fixes
|
|
257
|
-
|
|
258
|
-
- windows path issues ([#13](https://github.com/salesforcecli/cli/issues/13)) ([1d4b10d](https://github.com/salesforcecli/cli/commit/1d4b10d48100c25d1100f163276e1212ec7c5908))
|
|
259
|
-
|
|
260
|
-
### [0.0.10](https://github.com/salesforcecli/cli/compare/v0.0.9...v0.0.10) (2021-07-08)
|
|
261
|
-
|
|
262
|
-
### Bug Fixes
|
|
263
|
-
|
|
264
|
-
- release ([8e157d0](https://github.com/salesforcecli/cli/commit/8e157d099963acbf12f7bce1d2006bba7624e256))
|
|
265
|
-
|
|
266
|
-
### [0.0.9](https://github.com/salesforcecli/cli/compare/v0.0.8...v0.0.9) (2021-07-08)
|
|
267
|
-
|
|
268
|
-
### Bug Fixes
|
|
269
|
-
|
|
270
|
-
- release ([137bb6a](https://github.com/salesforcecli/cli/commit/137bb6a99efac3abd221d80a7de49238ee2cc097))
|
|
271
|
-
|
|
272
|
-
### [0.0.8](https://github.com/salesforcecli/cli/compare/v0.0.7...v0.0.8) (2021-07-08)
|
|
273
|
-
|
|
274
|
-
### Features
|
|
275
|
-
|
|
276
|
-
- add release job ([#12](https://github.com/salesforcecli/cli/issues/12)) ([1082ac8](https://github.com/salesforcecli/cli/commit/1082ac817e111008eb4d2fb981824411196c4b4a))
|
|
277
|
-
|
|
278
|
-
### [0.0.7](https://github.com/salesforcecli/cli/compare/v0.0.6...v0.0.7) (2021-07-07)
|
|
279
|
-
|
|
280
|
-
### Bug Fixes
|
|
281
|
-
|
|
282
|
-
- update cli-ux ([7be1a43](https://github.com/salesforcecli/cli/commit/7be1a430bfe2d9055985a6960e45b8c785249ac3))
|
|
283
|
-
|
|
284
|
-
### [0.0.6](https://github.com/salesforcecli/cli/compare/v0.0.5...v0.0.6) (2021-07-01)
|
|
285
|
-
|
|
286
|
-
### [0.0.5](https://github.com/salesforcecli/cli/compare/v0.0.4...v0.0.5) (2021-07-01)
|
|
287
|
-
|
|
288
|
-
### Bug Fixes
|
|
289
|
-
|
|
290
|
-
- bump oclif/core ([75056e4](https://github.com/salesforcecli/cli/commit/75056e4774493c9b2ef794dea7b26c050b6b99ca))
|
|
291
|
-
|
|
292
|
-
### [0.0.4](https://github.com/salesforcecli/cli/compare/v0.0.3...v0.0.4) (2021-07-01)
|
|
293
|
-
|
|
294
|
-
### Features
|
|
295
|
-
|
|
296
|
-
- add plugins ([4457bd5](https://github.com/salesforcecli/cli/commit/4457bd5543490517c1be1a20b1fa405673b4a0e9))
|
|
297
|
-
|
|
298
|
-
### [0.0.3](https://github.com/salesforcecli/cli/compare/v0.0.2...v0.0.3) (2021-05-20)
|
|
299
|
-
|
|
300
|
-
### Bug Fixes
|
|
301
|
-
|
|
302
|
-
- add topicSeparator to oclif config ([f4e9662](https://github.com/salesforcecli/cli/commit/f4e96626a86a579c39302694c272c0f2ee13782f))
|
|
303
|
-
|
|
304
|
-
### [0.0.2](https://github.com/salesforcecli/cli/compare/v0.0.1...v0.0.2) (2021-05-19)
|
|
305
|
-
|
|
306
|
-
### Features
|
|
307
|
-
|
|
308
|
-
- add login and env commands ([b2d7e73](https://github.com/salesforcecli/cli/commit/b2d7e73bcf134a78a18c60854f5e307e15eeeaee))
|
|
309
|
-
|
|
310
|
-
### Bug Fixes
|
|
311
|
-
|
|
312
|
-
- remove oclif.settings from dev ([907b2ad](https://github.com/salesforcecli/cli/commit/907b2ad22b62187d17773c79e6c56653bde2cdbb))
|
|
313
|
-
|
|
314
|
-
### [0.0.1](https://github.com/salesforcecli/cli/compare/v0.0.0...v0.0.1) (2021-02-01)
|
|
315
|
-
|
|
316
|
-
### Bug Fixes
|
|
317
|
-
|
|
318
|
-
- add oclif-dev for manifest ([609d5e0](https://github.com/salesforcecli/cli/commit/609d5e02ae2457f5af92864d4411e2763435300e))
|
|
319
|
-
|
|
320
|
-
## 0.0.0 (2021-02-01)
|
|
321
|
-
|
|
322
|
-
### Bug Fixes
|
|
323
|
-
|
|
324
|
-
- update oclif/core ([4e7ff89](https://github.com/salesforcecli/cli/commit/4e7ff896903b50c9368054ee5f3c976534d5f989))
|