@salesforce/plugin-release-management 5.7.48 → 5.7.50

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.48/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.50/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.48/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.50/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.48/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.50/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.48/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.50/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.48/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.50/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.48/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.50/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.48/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.50/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.48/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.50/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.48/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.50/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.48/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.50/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.48/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.50/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.48/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.50/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.48/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.50/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.48/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.50/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.48/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.50/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.48/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.50/src/commands/repositories/index.ts)_
705
705
 
706
706
  <!-- commandsstop -->
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.7.48",
3
+ "version": "5.7.50",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.7.48",
9
+ "version": "5.7.50",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@oclif/core": "^4.5.1",
12
+ "@oclif/core": "^4.5.2",
13
13
  "@octokit/core": "^6.1.6",
14
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.18.1",
18
18
  "@salesforce/kit": "^3.2.0",
19
- "@salesforce/plugin-command-reference": "^3.1.59",
19
+ "@salesforce/plugin-command-reference": "^3.1.61",
20
20
  "@salesforce/plugin-trust": "^3.7.89",
21
21
  "@salesforce/sf-plugins-core": "^12.2.3",
22
22
  "@salesforce/ts-types": "^2.0.10",
@@ -3919,9 +3919,9 @@
3919
3919
  }
3920
3920
  },
3921
3921
  "node_modules/@oclif/core": {
3922
- "version": "4.5.1",
3923
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.1.tgz",
3924
- "integrity": "sha512-JAuARvXOzf75L7rqLL3TIP3OmuTf7N/cjRejkGASfRJH+09180+EGbSkPWSMCns+AaYpDMI+fdaJ6QCoa3f15A==",
3922
+ "version": "4.5.2",
3923
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.2.tgz",
3924
+ "integrity": "sha512-eQcKyrEcDYeZJKu4vUWiu0ii/1Gfev6GF4FsLSgNez5/+aQyAUCjg3ZWlurf491WiYZTXCWyKAxyPWk8DKv2MA==",
3925
3925
  "license": "MIT",
3926
3926
  "dependencies": {
3927
3927
  "ansi-escapes": "^4.3.2",
@@ -4864,9 +4864,9 @@
4864
4864
  }
4865
4865
  },
4866
4866
  "node_modules/@salesforce/plugin-command-reference": {
4867
- "version": "3.1.59",
4868
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.59.tgz",
4869
- "integrity": "sha512-hZz3G+LYrGCkqOIAOVxDSrjeGWxjv+EB6OW0rRk53HB9LNNSmo47rI/k2UaWBVbSwGqUdTqlDgUKezmiKIpTsw==",
4867
+ "version": "3.1.61",
4868
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.61.tgz",
4869
+ "integrity": "sha512-puehSjSfqf14W/SvpX+7hGcjVYyVYMs1HSWb9ISVayDVvosDx1gnNLj4fJMpzb0x5upT9E5Gifw9NKiwodnXKw==",
4870
4870
  "license": "Apache-2.0",
4871
4871
  "dependencies": {
4872
4872
  "@oclif/core": "^4",
package/oclif.lock CHANGED
@@ -1624,10 +1624,10 @@
1624
1624
  proc-log "^5.0.0"
1625
1625
  which "^5.0.0"
1626
1626
 
1627
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.5.1":
1628
- version "4.5.1"
1629
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.1.tgz#7fa9041d13f624e4c00d89605d9f732cf8084748"
1630
- integrity sha512-JAuARvXOzf75L7rqLL3TIP3OmuTf7N/cjRejkGASfRJH+09180+EGbSkPWSMCns+AaYpDMI+fdaJ6QCoa3f15A==
1627
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.5.1", "@oclif/core@^4.5.2":
1628
+ version "4.5.2"
1629
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.2.tgz#4db8a365fa7e9e33af272294f710a7f3f25538e2"
1630
+ integrity sha512-eQcKyrEcDYeZJKu4vUWiu0ii/1Gfev6GF4FsLSgNez5/+aQyAUCjg3ZWlurf491WiYZTXCWyKAxyPWk8DKv2MA==
1631
1631
  dependencies:
1632
1632
  ansi-escapes "^4.3.2"
1633
1633
  ansis "^3.17.0"
@@ -1909,10 +1909,10 @@
1909
1909
  dependencies:
1910
1910
  "@salesforce/ts-types" "^2.0.12"
1911
1911
 
1912
- "@salesforce/plugin-command-reference@^3.1.59":
1913
- version "3.1.59"
1914
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.59.tgz#c97247af1863f61611523c4098f2f334df0fae68"
1915
- integrity sha512-hZz3G+LYrGCkqOIAOVxDSrjeGWxjv+EB6OW0rRk53HB9LNNSmo47rI/k2UaWBVbSwGqUdTqlDgUKezmiKIpTsw==
1912
+ "@salesforce/plugin-command-reference@^3.1.61":
1913
+ version "3.1.61"
1914
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.61.tgz#0fc24952dd05f0bf7bd79f27febd4fca4c7caf8a"
1915
+ integrity sha512-puehSjSfqf14W/SvpX+7hGcjVYyVYMs1HSWb9ISVayDVvosDx1gnNLj4fJMpzb0x5upT9E5Gifw9NKiwodnXKw==
1916
1916
  dependencies:
1917
1917
  "@oclif/core" "^4"
1918
1918
  "@salesforce/core" "^8.14.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": {},
@@ -410,246 +410,34 @@
410
410
  "allowNo": false,
411
411
  "type": "boolean"
412
412
  },
413
- "no-truncate": {
414
- "exclusive": [
415
- "csv"
416
- ],
417
- "name": "no-truncate",
418
- "summary": "Do not truncate output to fit screen.",
419
- "allowNo": false,
420
- "type": "boolean"
421
- },
422
- "output": {
423
- "exclusive": [
424
- "no-truncate",
425
- "csv"
426
- ],
427
- "name": "output",
428
- "summary": "Output in a more machine friendly format.",
429
- "hasDynamicHelp": false,
430
- "multiple": false,
431
- "options": [
432
- "csv",
433
- "json",
434
- "yaml"
435
- ],
436
- "type": "option"
437
- },
438
- "sort": {
439
- "name": "sort",
440
- "summary": "Property to sort by (prepend '-' for descending).",
441
- "hasDynamicHelp": false,
442
- "multiple": false,
443
- "type": "option"
444
- }
445
- },
446
- "hasDynamicHelp": false,
447
- "hiddenAliases": [],
448
- "id": "repositories",
449
- "pluginAlias": "@salesforce/plugin-release-management",
450
- "pluginName": "@salesforce/plugin-release-management",
451
- "pluginType": "core",
452
- "strict": true,
453
- "summary": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
454
- "enableJsonFlag": true,
455
- "isESM": true,
456
- "relativePath": [
457
- "lib",
458
- "commands",
459
- "repositories",
460
- "index.js"
461
- ]
462
- },
463
- "npm:dependencies:pin": {
464
- "aliases": [],
465
- "args": {},
466
- "description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
467
- "flags": {
468
- "json": {
469
- "description": "Format output as json.",
470
- "helpGroup": "GLOBAL",
471
- "name": "json",
472
- "allowNo": false,
473
- "type": "boolean"
474
- },
475
- "flags-dir": {
476
- "helpGroup": "GLOBAL",
477
- "name": "flags-dir",
478
- "summary": "Import flag values from a directory.",
479
- "hasDynamicHelp": false,
480
- "multiple": false,
481
- "type": "option"
482
- },
483
- "dryrun": {
484
- "char": "d",
485
- "name": "dryrun",
486
- "summary": "If true, will not make any changes to the package.json",
487
- "allowNo": false,
488
- "type": "boolean"
489
- },
490
- "tag": {
491
- "char": "t",
492
- "name": "tag",
493
- "summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
494
- "default": "latest",
495
- "hasDynamicHelp": false,
496
- "multiple": false,
497
- "type": "option"
498
- }
499
- },
500
- "hasDynamicHelp": false,
501
- "hiddenAliases": [],
502
- "id": "npm:dependencies:pin",
503
- "pluginAlias": "@salesforce/plugin-release-management",
504
- "pluginName": "@salesforce/plugin-release-management",
505
- "pluginType": "core",
506
- "strict": true,
507
- "summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
508
- "enableJsonFlag": true,
509
- "isESM": true,
510
- "relativePath": [
511
- "lib",
512
- "commands",
513
- "npm",
514
- "dependencies",
515
- "pin.js"
516
- ]
517
- },
518
- "github:check:closed": {
519
- "aliases": [],
520
- "args": {},
521
- "description": "Description of a command.",
522
- "examples": [
523
- "<%= config.bin %> <%= command.id %> -o me@gus.com"
524
- ],
525
- "flags": {
526
- "json": {
527
- "description": "Format output as json.",
528
- "helpGroup": "GLOBAL",
529
- "name": "json",
530
- "allowNo": false,
531
- "type": "boolean"
532
- },
533
- "flags-dir": {
534
- "helpGroup": "GLOBAL",
535
- "name": "flags-dir",
536
- "summary": "Import flag values from a directory.",
537
- "hasDynamicHelp": false,
538
- "multiple": false,
539
- "type": "option"
540
- },
541
- "gus": {
542
- "char": "o",
543
- "name": "gus",
544
- "noCacheDefault": true,
545
- "required": true,
546
- "summary": "Username/alias of your GUS org connection",
547
- "hasDynamicHelp": true,
548
- "multiple": false,
549
- "type": "option"
550
- },
551
- "github-token": {
552
- "env": "GITHUB_TOKEN",
553
- "name": "github-token",
554
- "required": true,
555
- "summary": "Github token--store this in the environment as GITHUB_TOKEN",
556
- "hasDynamicHelp": false,
557
- "multiple": false,
558
- "type": "option"
559
- }
560
- },
561
- "hasDynamicHelp": true,
562
- "hiddenAliases": [],
563
- "id": "github:check:closed",
564
- "pluginAlias": "@salesforce/plugin-release-management",
565
- "pluginName": "@salesforce/plugin-release-management",
566
- "pluginType": "core",
567
- "strict": true,
568
- "summary": "Show open Github issues with GUS WI",
569
- "enableJsonFlag": true,
570
- "isESM": true,
571
- "relativePath": [
572
- "lib",
573
- "commands",
574
- "github",
575
- "check",
576
- "closed.js"
577
- ]
578
- },
579
- "npm:package:release": {
580
- "aliases": [],
581
- "args": {},
582
- "description": "publish npm package",
583
- "flags": {
584
- "json": {
585
- "description": "Format output as json.",
586
- "helpGroup": "GLOBAL",
587
- "name": "json",
588
- "allowNo": false,
589
- "type": "boolean"
590
- },
591
- "flags-dir": {
592
- "helpGroup": "GLOBAL",
593
- "name": "flags-dir",
594
- "summary": "Import flag values from a directory.",
595
- "hasDynamicHelp": false,
596
- "multiple": false,
597
- "type": "option"
598
- },
599
- "dryrun": {
600
- "char": "d",
601
- "name": "dryrun",
602
- "summary": "If true, will not commit changes to repo or push any tags",
603
- "allowNo": false,
604
- "type": "boolean"
605
- },
606
- "sign": {
607
- "char": "s",
608
- "name": "sign",
609
- "summary": "If true, then the package will be signed and the signature will be uploaded to S3",
610
- "allowNo": false,
611
- "type": "boolean"
612
- },
613
- "npmtag": {
614
- "char": "t",
615
- "name": "npmtag",
616
- "summary": "tag to use when publishing to npm",
617
- "default": "latest",
618
- "hasDynamicHelp": false,
619
- "multiple": false,
620
- "type": "option"
621
- },
622
- "npmaccess": {
623
- "char": "a",
624
- "name": "npmaccess",
625
- "summary": "access level to use when publishing to npm",
626
- "default": "public",
627
- "hasDynamicHelp": false,
628
- "multiple": false,
629
- "type": "option"
630
- },
631
- "install": {
632
- "name": "install",
633
- "summary": "run yarn install and build on repository",
634
- "allowNo": true,
413
+ "no-truncate": {
414
+ "exclusive": [
415
+ "csv"
416
+ ],
417
+ "name": "no-truncate",
418
+ "summary": "Do not truncate output to fit screen.",
419
+ "allowNo": false,
635
420
  "type": "boolean"
636
421
  },
637
- "prerelease": {
638
- "name": "prerelease",
639
- "summary": "determine the next version as <version>-<prerelease>.0 if version is not manually set",
422
+ "output": {
423
+ "exclusive": [
424
+ "no-truncate",
425
+ "csv"
426
+ ],
427
+ "name": "output",
428
+ "summary": "Output in a more machine friendly format.",
640
429
  "hasDynamicHelp": false,
641
430
  "multiple": false,
431
+ "options": [
432
+ "csv",
433
+ "json",
434
+ "yaml"
435
+ ],
642
436
  "type": "option"
643
437
  },
644
- "verify": {
645
- "name": "verify",
646
- "summary": "verify npm registry has new version after publish and digital signature",
647
- "allowNo": true,
648
- "type": "boolean"
649
- },
650
- "githubtag": {
651
- "name": "githubtag",
652
- "summary": "given a github tag, release the version specified in the package.json as is. Useful when you've already done a release and only need npm publish features",
438
+ "sort": {
439
+ "name": "sort",
440
+ "summary": "Property to sort by (prepend '-' for descending).",
653
441
  "hasDynamicHelp": false,
654
442
  "multiple": false,
655
443
  "type": "option"
@@ -657,20 +445,19 @@
657
445
  },
658
446
  "hasDynamicHelp": false,
659
447
  "hiddenAliases": [],
660
- "id": "npm:package:release",
448
+ "id": "repositories",
661
449
  "pluginAlias": "@salesforce/plugin-release-management",
662
450
  "pluginName": "@salesforce/plugin-release-management",
663
451
  "pluginType": "core",
664
452
  "strict": true,
665
- "summary": "publish npm package",
453
+ "summary": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
666
454
  "enableJsonFlag": true,
667
455
  "isESM": true,
668
456
  "relativePath": [
669
457
  "lib",
670
458
  "commands",
671
- "npm",
672
- "package",
673
- "release.js"
459
+ "repositories",
460
+ "index.js"
674
461
  ]
675
462
  },
676
463
  "cli:artifacts:compare": {
@@ -1339,6 +1126,219 @@
1339
1126
  "inspect.js"
1340
1127
  ]
1341
1128
  },
1129
+ "github:check:closed": {
1130
+ "aliases": [],
1131
+ "args": {},
1132
+ "description": "Description of a command.",
1133
+ "examples": [
1134
+ "<%= config.bin %> <%= command.id %> -o me@gus.com"
1135
+ ],
1136
+ "flags": {
1137
+ "json": {
1138
+ "description": "Format output as json.",
1139
+ "helpGroup": "GLOBAL",
1140
+ "name": "json",
1141
+ "allowNo": false,
1142
+ "type": "boolean"
1143
+ },
1144
+ "flags-dir": {
1145
+ "helpGroup": "GLOBAL",
1146
+ "name": "flags-dir",
1147
+ "summary": "Import flag values from a directory.",
1148
+ "hasDynamicHelp": false,
1149
+ "multiple": false,
1150
+ "type": "option"
1151
+ },
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,
1159
+ "multiple": false,
1160
+ "type": "option"
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",
1167
+ "hasDynamicHelp": false,
1168
+ "multiple": false,
1169
+ "type": "option"
1170
+ }
1171
+ },
1172
+ "hasDynamicHelp": true,
1173
+ "hiddenAliases": [],
1174
+ "id": "github:check:closed",
1175
+ "pluginAlias": "@salesforce/plugin-release-management",
1176
+ "pluginName": "@salesforce/plugin-release-management",
1177
+ "pluginType": "core",
1178
+ "strict": true,
1179
+ "summary": "Show open Github issues with GUS WI",
1180
+ "enableJsonFlag": true,
1181
+ "isESM": true,
1182
+ "relativePath": [
1183
+ "lib",
1184
+ "commands",
1185
+ "github",
1186
+ "check",
1187
+ "closed.js"
1188
+ ]
1189
+ },
1190
+ "npm:dependencies:pin": {
1191
+ "aliases": [],
1192
+ "args": {},
1193
+ "description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1194
+ "flags": {
1195
+ "json": {
1196
+ "description": "Format output as json.",
1197
+ "helpGroup": "GLOBAL",
1198
+ "name": "json",
1199
+ "allowNo": false,
1200
+ "type": "boolean"
1201
+ },
1202
+ "flags-dir": {
1203
+ "helpGroup": "GLOBAL",
1204
+ "name": "flags-dir",
1205
+ "summary": "Import flag values from a directory.",
1206
+ "hasDynamicHelp": false,
1207
+ "multiple": false,
1208
+ "type": "option"
1209
+ },
1210
+ "dryrun": {
1211
+ "char": "d",
1212
+ "name": "dryrun",
1213
+ "summary": "If true, will not make any changes to the package.json",
1214
+ "allowNo": false,
1215
+ "type": "boolean"
1216
+ },
1217
+ "tag": {
1218
+ "char": "t",
1219
+ "name": "tag",
1220
+ "summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
1221
+ "default": "latest",
1222
+ "hasDynamicHelp": false,
1223
+ "multiple": false,
1224
+ "type": "option"
1225
+ }
1226
+ },
1227
+ "hasDynamicHelp": false,
1228
+ "hiddenAliases": [],
1229
+ "id": "npm:dependencies:pin",
1230
+ "pluginAlias": "@salesforce/plugin-release-management",
1231
+ "pluginName": "@salesforce/plugin-release-management",
1232
+ "pluginType": "core",
1233
+ "strict": true,
1234
+ "summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1235
+ "enableJsonFlag": true,
1236
+ "isESM": true,
1237
+ "relativePath": [
1238
+ "lib",
1239
+ "commands",
1240
+ "npm",
1241
+ "dependencies",
1242
+ "pin.js"
1243
+ ]
1244
+ },
1245
+ "npm:package:release": {
1246
+ "aliases": [],
1247
+ "args": {},
1248
+ "description": "publish npm package",
1249
+ "flags": {
1250
+ "json": {
1251
+ "description": "Format output as json.",
1252
+ "helpGroup": "GLOBAL",
1253
+ "name": "json",
1254
+ "allowNo": false,
1255
+ "type": "boolean"
1256
+ },
1257
+ "flags-dir": {
1258
+ "helpGroup": "GLOBAL",
1259
+ "name": "flags-dir",
1260
+ "summary": "Import flag values from a directory.",
1261
+ "hasDynamicHelp": false,
1262
+ "multiple": false,
1263
+ "type": "option"
1264
+ },
1265
+ "dryrun": {
1266
+ "char": "d",
1267
+ "name": "dryrun",
1268
+ "summary": "If true, will not commit changes to repo or push any tags",
1269
+ "allowNo": false,
1270
+ "type": "boolean"
1271
+ },
1272
+ "sign": {
1273
+ "char": "s",
1274
+ "name": "sign",
1275
+ "summary": "If true, then the package will be signed and the signature will be uploaded to S3",
1276
+ "allowNo": false,
1277
+ "type": "boolean"
1278
+ },
1279
+ "npmtag": {
1280
+ "char": "t",
1281
+ "name": "npmtag",
1282
+ "summary": "tag to use when publishing to npm",
1283
+ "default": "latest",
1284
+ "hasDynamicHelp": false,
1285
+ "multiple": false,
1286
+ "type": "option"
1287
+ },
1288
+ "npmaccess": {
1289
+ "char": "a",
1290
+ "name": "npmaccess",
1291
+ "summary": "access level to use when publishing to npm",
1292
+ "default": "public",
1293
+ "hasDynamicHelp": false,
1294
+ "multiple": false,
1295
+ "type": "option"
1296
+ },
1297
+ "install": {
1298
+ "name": "install",
1299
+ "summary": "run yarn install and build on repository",
1300
+ "allowNo": true,
1301
+ "type": "boolean"
1302
+ },
1303
+ "prerelease": {
1304
+ "name": "prerelease",
1305
+ "summary": "determine the next version as <version>-<prerelease>.0 if version is not manually set",
1306
+ "hasDynamicHelp": false,
1307
+ "multiple": false,
1308
+ "type": "option"
1309
+ },
1310
+ "verify": {
1311
+ "name": "verify",
1312
+ "summary": "verify npm registry has new version after publish and digital signature",
1313
+ "allowNo": true,
1314
+ "type": "boolean"
1315
+ },
1316
+ "githubtag": {
1317
+ "name": "githubtag",
1318
+ "summary": "given a github tag, release the version specified in the package.json as is. Useful when you've already done a release and only need npm publish features",
1319
+ "hasDynamicHelp": false,
1320
+ "multiple": false,
1321
+ "type": "option"
1322
+ }
1323
+ },
1324
+ "hasDynamicHelp": false,
1325
+ "hiddenAliases": [],
1326
+ "id": "npm:package:release",
1327
+ "pluginAlias": "@salesforce/plugin-release-management",
1328
+ "pluginName": "@salesforce/plugin-release-management",
1329
+ "pluginType": "core",
1330
+ "strict": true,
1331
+ "summary": "publish npm package",
1332
+ "enableJsonFlag": true,
1333
+ "isESM": true,
1334
+ "relativePath": [
1335
+ "lib",
1336
+ "commands",
1337
+ "npm",
1338
+ "package",
1339
+ "release.js"
1340
+ ]
1341
+ },
1342
1342
  "cli:install:jit:test": {
1343
1343
  "aliases": [],
1344
1344
  "args": {},
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.48"
1393
+ "version": "5.7.50"
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.48",
4
+ "version": "5.7.50",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -9,14 +9,14 @@
9
9
  "sf-release": "bin/run.js"
10
10
  },
11
11
  "dependencies": {
12
- "@oclif/core": "^4.5.1",
12
+ "@oclif/core": "^4.5.2",
13
13
  "@octokit/core": "^6.1.6",
14
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.18.1",
18
18
  "@salesforce/kit": "^3.2.0",
19
- "@salesforce/plugin-command-reference": "^3.1.59",
19
+ "@salesforce/plugin-command-reference": "^3.1.61",
20
20
  "@salesforce/plugin-trust": "^3.7.89",
21
21
  "@salesforce/sf-plugins-core": "^12.2.3",
22
22
  "@salesforce/ts-types": "^2.0.10",