@salesforce/plugin-release-management 5.7.13 → 5.7.14

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
@@ -145,7 +145,7 @@ EXAMPLES
145
145
  $ sfdx channel promote --candidate latest-rc --target latest --platform win --platform mac
146
146
  ```
147
147
 
148
- _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.13/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.14/src/commands/channel/promote.ts)_
149
149
 
150
150
  ## `sfdx cli artifacts compare`
151
151
 
@@ -169,7 +169,7 @@ EXAMPLES
169
169
  $ sfdx cli artifacts compare
170
170
  ```
171
171
 
172
- _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.13/src/commands/cli/artifacts/compare.ts)_
172
+ _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.14/src/commands/cli/artifacts/compare.ts)_
173
173
 
174
174
  ## `sfdx cli install jit test`
175
175
 
@@ -190,7 +190,7 @@ EXAMPLES
190
190
  $ sfdx cli install jit test
191
191
  ```
192
192
 
193
- _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.13/src/commands/cli/install/jit/test.ts)_
193
+ _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.14/src/commands/cli/install/jit/test.ts)_
194
194
 
195
195
  ## `sfdx cli install test`
196
196
 
@@ -231,7 +231,7 @@ EXAMPLES
231
231
  $ sfdx cli install test --cli sf --method tarball --channel stable-rc
232
232
  ```
233
233
 
234
- _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.13/src/commands/cli/install/test.ts)_
234
+ _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.14/src/commands/cli/install/test.ts)_
235
235
 
236
236
  ## `sfdx cli release automerge`
237
237
 
@@ -262,7 +262,7 @@ EXAMPLES
262
262
  $ sfdx cli release automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
263
263
  ```
264
264
 
265
- _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.13/src/commands/cli/release/automerge.ts)_
265
+ _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.14/src/commands/cli/release/automerge.ts)_
266
266
 
267
267
  ## `sfdx cli release build`
268
268
 
@@ -325,7 +325,7 @@ EXAMPLES
325
325
  $ sfdx cli release build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3
326
326
  ```
327
327
 
328
- _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.13/src/commands/cli/release/build.ts)_
328
+ _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.14/src/commands/cli/release/build.ts)_
329
329
 
330
330
  ## `sfdx cli releasenotes`
331
331
 
@@ -366,7 +366,7 @@ EXAMPLES
366
366
  $ sfdx cli releasenotes --cli sf --markdown > changes.md
367
367
  ```
368
368
 
369
- _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.13/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.14/src/commands/cli/releasenotes.ts)_
370
370
 
371
371
  ## `sfdx cli tarballs prepare`
372
372
 
@@ -394,7 +394,7 @@ EXAMPLES
394
394
  $ sfdx cli tarballs prepare
395
395
  ```
396
396
 
397
- _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.13/src/commands/cli/tarballs/prepare.ts)_
397
+ _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.14/src/commands/cli/tarballs/prepare.ts)_
398
398
 
399
399
  ## `sfdx cli tarballs smoke`
400
400
 
@@ -424,7 +424,7 @@ EXAMPLES
424
424
  $ sfdx cli tarballs smoke
425
425
  ```
426
426
 
427
- _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.13/src/commands/cli/tarballs/smoke.ts)_
427
+ _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.14/src/commands/cli/tarballs/smoke.ts)_
428
428
 
429
429
  ## `sfdx cli tarballs verify`
430
430
 
@@ -456,7 +456,7 @@ EXAMPLES
456
456
  $ sfdx cli tarballs verify --cli sf
457
457
  ```
458
458
 
459
- _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.13/src/commands/cli/tarballs/verify.ts)_
459
+ _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.14/src/commands/cli/tarballs/verify.ts)_
460
460
 
461
461
  ## `sfdx cli versions inspect`
462
462
 
@@ -508,7 +508,7 @@ EXAMPLES
508
508
  $ sfdx cli versions inspect -l npm -c latest -d chalk -s
509
509
  ```
510
510
 
511
- _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.13/src/commands/cli/versions/inspect.ts)_
511
+ _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.14/src/commands/cli/versions/inspect.ts)_
512
512
 
513
513
  ## `sfdx dependabot automerge`
514
514
 
@@ -548,7 +548,7 @@ EXAMPLES
548
548
  $ sfdx dependabot automerge --max-version-bump major
549
549
  ```
550
550
 
551
- _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.13/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.14/src/commands/dependabot/automerge.ts)_
552
552
 
553
553
  ## `sfdx github check closed`
554
554
 
@@ -575,7 +575,7 @@ EXAMPLES
575
575
  $ sfdx github check closed -o me@gus.com
576
576
  ```
577
577
 
578
- _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.13/src/commands/github/check/closed.ts)_
578
+ _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.14/src/commands/github/check/closed.ts)_
579
579
 
580
580
  ## `sfdx npm dependencies pin`
581
581
 
@@ -601,7 +601,7 @@ DESCRIPTION
601
601
  in the package.json
602
602
  ```
603
603
 
604
- _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.13/src/commands/npm/dependencies/pin.ts)_
604
+ _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.14/src/commands/npm/dependencies/pin.ts)_
605
605
 
606
606
  ## `sfdx npm package release`
607
607
 
@@ -633,7 +633,7 @@ DESCRIPTION
633
633
  publish npm package
634
634
  ```
635
635
 
636
- _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.13/src/commands/npm/package/release.ts)_
636
+ _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.14/src/commands/npm/package/release.ts)_
637
637
 
638
638
  ## `sfdx plugins trust verify`
639
639
 
@@ -701,6 +701,6 @@ EXAMPLES
701
701
  $ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
702
702
  ```
703
703
 
704
- _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.13/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.14/src/commands/repositories/index.ts)_
705
705
 
706
706
  <!-- commandsstop -->
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.7.13",
3
+ "version": "5.7.14",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.7.13",
9
+ "version": "5.7.14",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.2.8",
13
13
  "@octokit/core": "^6.1.4",
14
- "@octokit/plugin-paginate-rest": "^11.4.3",
14
+ "@octokit/plugin-paginate-rest": "^11.6.0",
15
15
  "@octokit/plugin-throttling": "^9.6.1",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/core": "^8.9.0",
@@ -7156,18 +7156,18 @@
7156
7156
  }
7157
7157
  },
7158
7158
  "node_modules/@octokit/openapi-types": {
7159
- "version": "23.0.1",
7160
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-23.0.1.tgz",
7161
- "integrity": "sha512-izFjMJ1sir0jn0ldEKhZ7xegCTj/ObmEDlEfpFrx4k/JyZSMRHbO3/rBwgE7f3m2DHt+RrNGIVw4wSmwnm3t/g==",
7159
+ "version": "24.2.0",
7160
+ "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-24.2.0.tgz",
7161
+ "integrity": "sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==",
7162
7162
  "license": "MIT"
7163
7163
  },
7164
7164
  "node_modules/@octokit/plugin-paginate-rest": {
7165
- "version": "11.4.3",
7166
- "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.4.3.tgz",
7167
- "integrity": "sha512-tBXaAbXkqVJlRoA/zQVe9mUdb8rScmivqtpv3ovsC5xhje/a+NOCivs7eUhWBwCApJVsR4G5HMeaLbq7PxqZGA==",
7165
+ "version": "11.6.0",
7166
+ "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.6.0.tgz",
7167
+ "integrity": "sha512-n5KPteiF7pWKgBIBJSk8qzoZWcUkza2O6A0za97pMGVrGfPdltxrfmfF5GucHYvHGZD8BdaZmmHGz5cX/3gdpw==",
7168
7168
  "license": "MIT",
7169
7169
  "dependencies": {
7170
- "@octokit/types": "^13.7.0"
7170
+ "@octokit/types": "^13.10.0"
7171
7171
  },
7172
7172
  "engines": {
7173
7173
  "node": ">= 18"
@@ -7221,12 +7221,12 @@
7221
7221
  }
7222
7222
  },
7223
7223
  "node_modules/@octokit/types": {
7224
- "version": "13.8.0",
7225
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.8.0.tgz",
7226
- "integrity": "sha512-x7DjTIbEpEWXK99DMd01QfWy0hd5h4EN+Q7shkdKds3otGQP+oWE/y0A76i1OvH9fygo4ddvNf7ZvF0t78P98A==",
7224
+ "version": "13.10.0",
7225
+ "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.10.0.tgz",
7226
+ "integrity": "sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==",
7227
7227
  "license": "MIT",
7228
7228
  "dependencies": {
7229
- "@octokit/openapi-types": "^23.0.1"
7229
+ "@octokit/openapi-types": "^24.2.0"
7230
7230
  }
7231
7231
  },
7232
7232
  "node_modules/@pkgjs/parseargs": {
package/oclif.lock CHANGED
@@ -2042,17 +2042,17 @@
2042
2042
  "@octokit/types" "^13.8.0"
2043
2043
  universal-user-agent "^7.0.0"
2044
2044
 
2045
- "@octokit/openapi-types@^23.0.1":
2046
- version "23.0.1"
2047
- resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-23.0.1.tgz#3721646ecd36b596ddb12650e0e89d3ebb2dd50e"
2048
- integrity sha512-izFjMJ1sir0jn0ldEKhZ7xegCTj/ObmEDlEfpFrx4k/JyZSMRHbO3/rBwgE7f3m2DHt+RrNGIVw4wSmwnm3t/g==
2045
+ "@octokit/openapi-types@^24.2.0":
2046
+ version "24.2.0"
2047
+ resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-24.2.0.tgz#3d55c32eac0d38da1a7083a9c3b0cca77924f7d3"
2048
+ integrity sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==
2049
2049
 
2050
- "@octokit/plugin-paginate-rest@^11.4.3":
2051
- version "11.4.3"
2052
- resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.4.3.tgz#b5030bba2e0ecff8e6ff7501074c1b209af78ff8"
2053
- integrity sha512-tBXaAbXkqVJlRoA/zQVe9mUdb8rScmivqtpv3ovsC5xhje/a+NOCivs7eUhWBwCApJVsR4G5HMeaLbq7PxqZGA==
2050
+ "@octokit/plugin-paginate-rest@^11.6.0":
2051
+ version "11.6.0"
2052
+ resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.6.0.tgz#e5e9ff3530e867c3837fdbff94ce15a2468a1f37"
2053
+ integrity sha512-n5KPteiF7pWKgBIBJSk8qzoZWcUkza2O6A0za97pMGVrGfPdltxrfmfF5GucHYvHGZD8BdaZmmHGz5cX/3gdpw==
2054
2054
  dependencies:
2055
- "@octokit/types" "^13.7.0"
2055
+ "@octokit/types" "^13.10.0"
2056
2056
 
2057
2057
  "@octokit/plugin-throttling@^9.6.1":
2058
2058
  version "9.6.1"
@@ -2080,12 +2080,12 @@
2080
2080
  fast-content-type-parse "^2.0.0"
2081
2081
  universal-user-agent "^7.0.2"
2082
2082
 
2083
- "@octokit/types@^13.6.2", "@octokit/types@^13.7.0", "@octokit/types@^13.8.0":
2084
- version "13.8.0"
2085
- resolved "https://registry.yarnpkg.com/@octokit/types/-/types-13.8.0.tgz#3815885e5abd16ed9ffeea3dced31d37ce3f8a0a"
2086
- integrity sha512-x7DjTIbEpEWXK99DMd01QfWy0hd5h4EN+Q7shkdKds3otGQP+oWE/y0A76i1OvH9fygo4ddvNf7ZvF0t78P98A==
2083
+ "@octokit/types@^13.10.0", "@octokit/types@^13.6.2", "@octokit/types@^13.7.0", "@octokit/types@^13.8.0":
2084
+ version "13.10.0"
2085
+ resolved "https://registry.yarnpkg.com/@octokit/types/-/types-13.10.0.tgz#3e7c6b19c0236c270656e4ea666148c2b51fd1a3"
2086
+ integrity sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==
2087
2087
  dependencies:
2088
- "@octokit/openapi-types" "^23.0.1"
2088
+ "@octokit/openapi-types" "^24.2.0"
2089
2089
 
2090
2090
  "@pkgjs/parseargs@^0.11.0":
2091
2091
  version "0.11.0"
@@ -160,6 +160,80 @@
160
160
  "promote.js"
161
161
  ]
162
162
  },
163
+ "cli:releasenotes": {
164
+ "aliases": [],
165
+ "args": {},
166
+ "description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
167
+ "examples": [
168
+ "<%= config.bin %> <%= command.id %> --cli sf",
169
+ "<%= config.bin %> <%= command.id %> --cli sfdx",
170
+ "<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
171
+ "<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
172
+ "<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
173
+ "<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
174
+ ],
175
+ "flags": {
176
+ "json": {
177
+ "description": "Format output as json.",
178
+ "helpGroup": "GLOBAL",
179
+ "name": "json",
180
+ "allowNo": false,
181
+ "type": "boolean"
182
+ },
183
+ "flags-dir": {
184
+ "helpGroup": "GLOBAL",
185
+ "name": "flags-dir",
186
+ "summary": "Import flag values from a directory.",
187
+ "hasDynamicHelp": false,
188
+ "multiple": false,
189
+ "type": "option"
190
+ },
191
+ "cli": {
192
+ "char": "c",
193
+ "name": "cli",
194
+ "required": true,
195
+ "summary": "the cli to pull information for",
196
+ "hasDynamicHelp": false,
197
+ "multiple": false,
198
+ "options": [
199
+ "sf",
200
+ "sfdx"
201
+ ],
202
+ "type": "option"
203
+ },
204
+ "since": {
205
+ "char": "s",
206
+ "name": "since",
207
+ "summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
208
+ "hasDynamicHelp": false,
209
+ "multiple": false,
210
+ "type": "option"
211
+ },
212
+ "markdown": {
213
+ "char": "m",
214
+ "name": "markdown",
215
+ "summary": "format the output in markdown",
216
+ "allowNo": false,
217
+ "type": "boolean"
218
+ }
219
+ },
220
+ "hasDynamicHelp": false,
221
+ "hiddenAliases": [],
222
+ "id": "cli:releasenotes",
223
+ "pluginAlias": "@salesforce/plugin-release-management",
224
+ "pluginName": "@salesforce/plugin-release-management",
225
+ "pluginType": "core",
226
+ "strict": true,
227
+ "summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
228
+ "enableJsonFlag": true,
229
+ "isESM": true,
230
+ "relativePath": [
231
+ "lib",
232
+ "commands",
233
+ "cli",
234
+ "releasenotes.js"
235
+ ]
236
+ },
163
237
  "dependabot:automerge": {
164
238
  "aliases": [],
165
239
  "args": {},
@@ -267,80 +341,6 @@
267
341
  "automerge.js"
268
342
  ]
269
343
  },
270
- "cli:releasenotes": {
271
- "aliases": [],
272
- "args": {},
273
- "description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
274
- "examples": [
275
- "<%= config.bin %> <%= command.id %> --cli sf",
276
- "<%= config.bin %> <%= command.id %> --cli sfdx",
277
- "<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
278
- "<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
279
- "<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
280
- "<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
281
- ],
282
- "flags": {
283
- "json": {
284
- "description": "Format output as json.",
285
- "helpGroup": "GLOBAL",
286
- "name": "json",
287
- "allowNo": false,
288
- "type": "boolean"
289
- },
290
- "flags-dir": {
291
- "helpGroup": "GLOBAL",
292
- "name": "flags-dir",
293
- "summary": "Import flag values from a directory.",
294
- "hasDynamicHelp": false,
295
- "multiple": false,
296
- "type": "option"
297
- },
298
- "cli": {
299
- "char": "c",
300
- "name": "cli",
301
- "required": true,
302
- "summary": "the cli to pull information for",
303
- "hasDynamicHelp": false,
304
- "multiple": false,
305
- "options": [
306
- "sf",
307
- "sfdx"
308
- ],
309
- "type": "option"
310
- },
311
- "since": {
312
- "char": "s",
313
- "name": "since",
314
- "summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
315
- "hasDynamicHelp": false,
316
- "multiple": false,
317
- "type": "option"
318
- },
319
- "markdown": {
320
- "char": "m",
321
- "name": "markdown",
322
- "summary": "format the output in markdown",
323
- "allowNo": false,
324
- "type": "boolean"
325
- }
326
- },
327
- "hasDynamicHelp": false,
328
- "hiddenAliases": [],
329
- "id": "cli:releasenotes",
330
- "pluginAlias": "@salesforce/plugin-release-management",
331
- "pluginName": "@salesforce/plugin-release-management",
332
- "pluginType": "core",
333
- "strict": true,
334
- "summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
335
- "enableJsonFlag": true,
336
- "isESM": true,
337
- "relativePath": [
338
- "lib",
339
- "commands",
340
- "cli",
341
- "releasenotes.js"
342
- ]
343
- },
344
344
  "repositories": {
345
345
  "aliases": [],
346
346
  "args": {},
@@ -848,12 +848,12 @@
848
848
  "build.js"
849
849
  ]
850
850
  },
851
- "cli:tarballs:prepare": {
851
+ "github:check:closed": {
852
852
  "aliases": [],
853
853
  "args": {},
854
- "description": "remove unnecessary files from node_modules",
854
+ "description": "Description of a command.",
855
855
  "examples": [
856
- "<%= config.bin %> <%= command.id %>"
856
+ "<%= config.bin %> <%= command.id %> -o me@gus.com"
857
857
  ],
858
858
  "flags": {
859
859
  "json": {
@@ -871,52 +871,59 @@
871
871
  "multiple": false,
872
872
  "type": "option"
873
873
  },
874
- "dryrun": {
875
- "char": "d",
876
- "name": "dryrun",
877
- "summary": "only show what would be removed from node_modules",
878
- "allowNo": false,
879
- "type": "boolean"
880
- },
881
- "types": {
882
- "char": "t",
883
- "name": "types",
884
- "summary": "remove all types (.d.ts) files from node_modules",
885
- "allowNo": false,
886
- "type": "boolean"
874
+ "gus": {
875
+ "char": "o",
876
+ "name": "gus",
877
+ "noCacheDefault": true,
878
+ "required": true,
879
+ "summary": "Username/alias of your GUS org connection",
880
+ "hasDynamicHelp": true,
881
+ "multiple": false,
882
+ "type": "option"
887
883
  },
888
- "verbose": {
889
- "name": "verbose",
890
- "summary": "show all files paths being removed",
891
- "allowNo": false,
892
- "type": "boolean"
884
+ "github-token": {
885
+ "env": "GITHUB_TOKEN",
886
+ "name": "github-token",
887
+ "required": true,
888
+ "summary": "Github token--store this in the environment as GITHUB_TOKEN",
889
+ "hasDynamicHelp": false,
890
+ "multiple": false,
891
+ "type": "option"
893
892
  }
894
893
  },
895
- "hasDynamicHelp": false,
894
+ "hasDynamicHelp": true,
896
895
  "hiddenAliases": [],
897
- "id": "cli:tarballs:prepare",
896
+ "id": "github:check:closed",
898
897
  "pluginAlias": "@salesforce/plugin-release-management",
899
898
  "pluginName": "@salesforce/plugin-release-management",
900
899
  "pluginType": "core",
901
900
  "strict": true,
902
- "summary": "remove unnecessary files from node_modules",
901
+ "summary": "Show open Github issues with GUS WI",
903
902
  "enableJsonFlag": true,
904
903
  "isESM": true,
905
904
  "relativePath": [
906
905
  "lib",
907
906
  "commands",
908
- "cli",
909
- "tarballs",
910
- "prepare.js"
907
+ "github",
908
+ "check",
909
+ "closed.js"
911
910
  ]
912
911
  },
913
- "cli:tarballs:smoke": {
912
+ "cli:versions:inspect": {
914
913
  "aliases": [],
915
914
  "args": {},
916
- "description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
915
+ "description": "inspect the CLI version across all install paths",
917
916
  "examples": [
918
- "<%= config.bin %> <%= command.id %>",
919
- "<%= config.bin %> <%= command.id %>"
917
+ "<%= config.bin %> <%= command.id %> -l archive -c stable",
918
+ "<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
919
+ "<%= config.bin %> <%= command.id %> -l archive npm -c stable",
920
+ "<%= config.bin %> <%= command.id %> -l archive npm -c latest",
921
+ "<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
922
+ "<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
923
+ "<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
924
+ "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
925
+ "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
926
+ "<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
920
927
  ],
921
928
  "flags": {
922
929
  "json": {
@@ -934,39 +941,81 @@
934
941
  "multiple": false,
935
942
  "type": "option"
936
943
  },
937
- "verbose": {
938
- "name": "verbose",
939
- "summary": "show the --help output for each command",
944
+ "dependencies": {
945
+ "char": "d",
946
+ "name": "dependencies",
947
+ "summary": "glob pattern of dependencies you want to see the version of",
948
+ "hasDynamicHelp": false,
949
+ "multiple": true,
950
+ "type": "option"
951
+ },
952
+ "salesforce": {
953
+ "char": "s",
954
+ "name": "salesforce",
955
+ "summary": "show versions of salesforce owned dependencies",
956
+ "allowNo": false,
957
+ "type": "boolean"
958
+ },
959
+ "channels": {
960
+ "char": "c",
961
+ "name": "channels",
962
+ "required": true,
963
+ "summary": "the channel you want to inspect (for achives, latest and latest-rc are translated to stable and stable-rc. And vice-versa for npm)",
964
+ "hasDynamicHelp": false,
965
+ "multiple": true,
966
+ "options": [
967
+ "stable",
968
+ "stable-rc",
969
+ "latest",
970
+ "latest-rc",
971
+ "nightly"
972
+ ],
973
+ "type": "option"
974
+ },
975
+ "locations": {
976
+ "char": "l",
977
+ "name": "locations",
978
+ "required": true,
979
+ "summary": "the location you want to inspect",
980
+ "hasDynamicHelp": false,
981
+ "multiple": true,
982
+ "options": [
983
+ "archive",
984
+ "npm"
985
+ ],
986
+ "type": "option"
987
+ },
988
+ "ignore-missing": {
989
+ "name": "ignore-missing",
990
+ "summary": "skip missing archives. Useful when supporting new architectures in oclif",
940
991
  "allowNo": false,
941
992
  "type": "boolean"
942
993
  }
943
994
  },
944
995
  "hasDynamicHelp": false,
945
996
  "hiddenAliases": [],
946
- "id": "cli:tarballs:smoke",
997
+ "id": "cli:versions:inspect",
947
998
  "pluginAlias": "@salesforce/plugin-release-management",
948
999
  "pluginName": "@salesforce/plugin-release-management",
949
1000
  "pluginType": "core",
950
1001
  "strict": true,
951
- "summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
1002
+ "summary": "inspect the CLI version across all install paths",
952
1003
  "enableJsonFlag": true,
953
1004
  "isESM": true,
954
1005
  "relativePath": [
955
1006
  "lib",
956
1007
  "commands",
957
1008
  "cli",
958
- "tarballs",
959
- "smoke.js"
1009
+ "versions",
1010
+ "inspect.js"
960
1011
  ]
961
1012
  },
962
- "cli:tarballs:verify": {
1013
+ "cli:tarballs:prepare": {
963
1014
  "aliases": [],
964
1015
  "args": {},
965
- "description": "verify that tarballs are ready to be uploaded",
1016
+ "description": "remove unnecessary files from node_modules",
966
1017
  "examples": [
967
- "<%= config.bin %> <%= command.id %>",
968
- "<%= config.bin %> <%= command.id %> --cli sfdx",
969
- "<%= config.bin %> <%= command.id %> --cli sf"
1018
+ "<%= config.bin %> <%= command.id %>"
970
1019
  ],
971
1020
  "flags": {
972
1021
  "json": {
@@ -984,37 +1033,35 @@
984
1033
  "multiple": false,
985
1034
  "type": "option"
986
1035
  },
987
- "cli": {
988
- "char": "c",
989
- "name": "cli",
990
- "summary": "the cli to verify",
991
- "default": "sfdx",
992
- "hasDynamicHelp": false,
993
- "multiple": false,
994
- "options": [
995
- "sf",
996
- "sfdx"
997
- ],
998
- "type": "option"
1036
+ "dryrun": {
1037
+ "char": "d",
1038
+ "name": "dryrun",
1039
+ "summary": "only show what would be removed from node_modules",
1040
+ "allowNo": false,
1041
+ "type": "boolean"
999
1042
  },
1000
- "windows-username-buffer": {
1001
- "char": "w",
1002
- "name": "windows-username-buffer",
1003
- "summary": "the number of characters to allow for windows usernames",
1004
- "default": 41,
1005
- "hasDynamicHelp": false,
1006
- "multiple": false,
1007
- "type": "option"
1043
+ "types": {
1044
+ "char": "t",
1045
+ "name": "types",
1046
+ "summary": "remove all types (.d.ts) files from node_modules",
1047
+ "allowNo": false,
1048
+ "type": "boolean"
1049
+ },
1050
+ "verbose": {
1051
+ "name": "verbose",
1052
+ "summary": "show all files paths being removed",
1053
+ "allowNo": false,
1054
+ "type": "boolean"
1008
1055
  }
1009
1056
  },
1010
1057
  "hasDynamicHelp": false,
1011
1058
  "hiddenAliases": [],
1012
- "id": "cli:tarballs:verify",
1059
+ "id": "cli:tarballs:prepare",
1013
1060
  "pluginAlias": "@salesforce/plugin-release-management",
1014
1061
  "pluginName": "@salesforce/plugin-release-management",
1015
1062
  "pluginType": "core",
1016
1063
  "strict": true,
1017
- "summary": "verify that tarballs are ready to be uploaded",
1064
+ "summary": "remove unnecessary files from node_modules",
1018
1065
  "enableJsonFlag": true,
1019
1066
  "isESM": true,
1020
1067
  "relativePath": [
@@ -1022,24 +1069,16 @@
1022
1069
  "commands",
1023
1070
  "cli",
1024
1071
  "tarballs",
1025
- "verify.js"
1072
+ "prepare.js"
1026
1073
  ]
1027
1074
  },
1028
- "cli:versions:inspect": {
1075
+ "cli:tarballs:smoke": {
1029
1076
  "aliases": [],
1030
1077
  "args": {},
1031
- "description": "inspect the CLI version across all install paths",
1078
+ "description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
1032
1079
  "examples": [
1033
- "<%= config.bin %> <%= command.id %> -l archive -c stable",
1034
- "<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
1035
- "<%= config.bin %> <%= command.id %> -l archive npm -c stable",
1036
- "<%= config.bin %> <%= command.id %> -l archive npm -c latest",
1037
- "<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
1038
- "<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
1039
- "<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
1040
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
1041
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
1042
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
1080
+ "<%= config.bin %> <%= command.id %>",
1081
+ "<%= config.bin %> <%= command.id %>"
1043
1082
  ],
1044
1083
  "flags": {
1045
1084
  "json": {
@@ -1057,81 +1096,39 @@
1057
1096
  "multiple": false,
1058
1097
  "type": "option"
1059
1098
  },
1060
- "dependencies": {
1061
- "char": "d",
1062
- "name": "dependencies",
1063
- "summary": "glob pattern of dependencies you want to see the version of",
1064
- "hasDynamicHelp": false,
1065
- "multiple": true,
1066
- "type": "option"
1067
- },
1068
- "salesforce": {
1069
- "char": "s",
1070
- "name": "salesforce",
1071
- "summary": "show versions of salesforce owned dependencies",
1072
- "allowNo": false,
1073
- "type": "boolean"
1074
- },
1075
- "channels": {
1076
- "char": "c",
1077
- "name": "channels",
1078
- "required": true,
1079
- "summary": "the channel you want to inspect (for achives, latest and latest-rc are translated to stable and stable-rc. And vice-versa for npm)",
1080
- "hasDynamicHelp": false,
1081
- "multiple": true,
1082
- "options": [
1083
- "stable",
1084
- "stable-rc",
1085
- "latest",
1086
- "latest-rc",
1087
- "nightly"
1088
- ],
1089
- "type": "option"
1090
- },
1091
- "locations": {
1092
- "char": "l",
1093
- "name": "locations",
1094
- "required": true,
1095
- "summary": "the location you want to inspect",
1096
- "hasDynamicHelp": false,
1097
- "multiple": true,
1098
- "options": [
1099
- "archive",
1100
- "npm"
1101
- ],
1102
- "type": "option"
1103
- },
1104
- "ignore-missing": {
1105
- "name": "ignore-missing",
1106
- "summary": "skip missing archives. Useful when supporting new architectures in oclif",
1099
+ "verbose": {
1100
+ "name": "verbose",
1101
+ "summary": "show the --help output for each command",
1107
1102
  "allowNo": false,
1108
1103
  "type": "boolean"
1109
1104
  }
1110
1105
  },
1111
1106
  "hasDynamicHelp": false,
1112
1107
  "hiddenAliases": [],
1113
- "id": "cli:versions:inspect",
1108
+ "id": "cli:tarballs:smoke",
1114
1109
  "pluginAlias": "@salesforce/plugin-release-management",
1115
1110
  "pluginName": "@salesforce/plugin-release-management",
1116
1111
  "pluginType": "core",
1117
1112
  "strict": true,
1118
- "summary": "inspect the CLI version across all install paths",
1113
+ "summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
1119
1114
  "enableJsonFlag": true,
1120
1115
  "isESM": true,
1121
1116
  "relativePath": [
1122
1117
  "lib",
1123
1118
  "commands",
1124
1119
  "cli",
1125
- "versions",
1126
- "inspect.js"
1120
+ "tarballs",
1121
+ "smoke.js"
1127
1122
  ]
1128
1123
  },
1129
- "github:check:closed": {
1124
+ "cli:tarballs:verify": {
1130
1125
  "aliases": [],
1131
1126
  "args": {},
1132
- "description": "Description of a command.",
1127
+ "description": "verify that tarballs are ready to be uploaded",
1133
1128
  "examples": [
1134
- "<%= config.bin %> <%= command.id %> -o me@gus.com"
1129
+ "<%= config.bin %> <%= command.id %>",
1130
+ "<%= config.bin %> <%= command.id %> --cli sfdx",
1131
+ "<%= config.bin %> <%= command.id %> --cli sf"
1135
1132
  ],
1136
1133
  "flags": {
1137
1134
  "json": {
@@ -1149,42 +1146,45 @@
1149
1146
  "multiple": false,
1150
1147
  "type": "option"
1151
1148
  },
1152
- "gus": {
1153
- "char": "o",
1154
- "name": "gus",
1155
- "noCacheDefault": true,
1156
- "required": true,
1157
- "summary": "Username/alias of your GUS org connection",
1158
- "hasDynamicHelp": true,
1149
+ "cli": {
1150
+ "char": "c",
1151
+ "name": "cli",
1152
+ "summary": "the cli to verify",
1153
+ "default": "sfdx",
1154
+ "hasDynamicHelp": false,
1159
1155
  "multiple": false,
1156
+ "options": [
1157
+ "sf",
1158
+ "sfdx"
1159
+ ],
1160
1160
  "type": "option"
1161
1161
  },
1162
- "github-token": {
1163
- "env": "GITHUB_TOKEN",
1164
- "name": "github-token",
1165
- "required": true,
1166
- "summary": "Github token--store this in the environment as GITHUB_TOKEN",
1162
+ "windows-username-buffer": {
1163
+ "char": "w",
1164
+ "name": "windows-username-buffer",
1165
+ "summary": "the number of characters to allow for windows usernames",
1166
+ "default": 41,
1167
1167
  "hasDynamicHelp": false,
1168
1168
  "multiple": false,
1169
1169
  "type": "option"
1170
1170
  }
1171
1171
  },
1172
- "hasDynamicHelp": true,
1172
+ "hasDynamicHelp": false,
1173
1173
  "hiddenAliases": [],
1174
- "id": "github:check:closed",
1174
+ "id": "cli:tarballs:verify",
1175
1175
  "pluginAlias": "@salesforce/plugin-release-management",
1176
1176
  "pluginName": "@salesforce/plugin-release-management",
1177
1177
  "pluginType": "core",
1178
1178
  "strict": true,
1179
- "summary": "Show open Github issues with GUS WI",
1179
+ "summary": "verify that tarballs are ready to be uploaded",
1180
1180
  "enableJsonFlag": true,
1181
1181
  "isESM": true,
1182
1182
  "relativePath": [
1183
1183
  "lib",
1184
1184
  "commands",
1185
- "github",
1186
- "check",
1187
- "closed.js"
1185
+ "cli",
1186
+ "tarballs",
1187
+ "verify.js"
1188
1188
  ]
1189
1189
  },
1190
1190
  "npm:dependencies:pin": {
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.13"
1393
+ "version": "5.7.14"
1394
1394
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
3
  "description": "A plugin for preparing and publishing npm packages",
4
- "version": "5.7.13",
4
+ "version": "5.7.14",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -11,7 +11,7 @@
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.2.8",
13
13
  "@octokit/core": "^6.1.4",
14
- "@octokit/plugin-paginate-rest": "^11.4.3",
14
+ "@octokit/plugin-paginate-rest": "^11.6.0",
15
15
  "@octokit/plugin-throttling": "^9.6.1",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/core": "^8.9.0",