@salesforce/plugin-release-management 2.12.5 → 2.13.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/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
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
4
 
5
+ ## [2.13.0](https://github.com/salesforcecli/plugin-release-management/compare/v2.12.5...v2.13.0) (2022-06-23)
6
+
7
+ ### Features
8
+
9
+ - local rc build only ([4053c40](https://github.com/salesforcecli/plugin-release-management/commit/4053c400bdb13337ca7985c826fe10b29bc4005b))
10
+
5
11
  ### [2.12.5](https://github.com/salesforcecli/plugin-release-management/compare/v2.12.4...v2.12.5) (2022-06-01)
6
12
 
7
13
  ### Bug Fixes
package/README.md CHANGED
@@ -105,7 +105,7 @@ sfdx plugins
105
105
  - [`sfdx circleci:envvar:create -e <string> [-s <string>] [--dryrun] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-circlecienvvarcreate--e-string--s-string---dryrun---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
106
106
  - [`sfdx circleci:envvar:update -e <string> [-s <string>] [--dryrun] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-circlecienvvarupdate--e-string--s-string---dryrun---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
107
107
  - [`sfdx cli:install:test -c <string> -m <string> [--channel <string>] [--output-file <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-cliinstalltest--c-string--m-string---channel-string---output-file-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
108
- - [`sfdx cli:latestrc:build [--rctag <string>] [--resolutions] [--pinned-deps] [--patch] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-clilatestrcbuild---rctag-string---resolutions---pinned-deps---patch---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
108
+ - [`sfdx cli:latestrc:build [--rctag <string>] [--build-only] [--resolutions] [--pinned-deps] [--patch] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-clilatestrcbuild---rctag-string---build-only---resolutions---pinned-deps---patch---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
109
109
  - [`sfdx cli:releasenotes -c <string> [-s <string>] [-m] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-clireleasenotes--c-string--s-string--m---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
110
110
  - [`sfdx cli:schemas:collect [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-clischemascollect---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
111
111
  - [`sfdx cli:schemas:compare [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-clischemascompare---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
@@ -174,7 +174,7 @@ EXAMPLE
174
174
  sfdx channel:promote --candidate latest-rc --target latest --platform win --platform mac
175
175
  ```
176
176
 
177
- _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.4/src/commands/channel/promote.ts)_
177
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.5/src/commands/channel/promote.ts)_
178
178
 
179
179
  ## `sfdx circleci [-t plugin|library|orb] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
180
180
 
@@ -196,7 +196,7 @@ EXAMPLE
196
196
  sfdx circleci -t plugin
197
197
  ```
198
198
 
199
- _See code: [src/commands/circleci/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.4/src/commands/circleci/index.ts)_
199
+ _See code: [src/commands/circleci/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.5/src/commands/circleci/index.ts)_
200
200
 
201
201
  ## `sfdx circleci:envvar:create -e <string> [-s <string>] [--dryrun] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
202
202
 
@@ -233,7 +233,7 @@ EXAMPLES
233
233
  sfdx circleci -t plugin | sfdx circleci:envvar:create -e 'MY_ENV_VAR' -e 'MY_OTHER_ENV_VAR'
234
234
  ```
235
235
 
236
- _See code: [src/commands/circleci/envvar/create.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.4/src/commands/circleci/envvar/create.ts)_
236
+ _See code: [src/commands/circleci/envvar/create.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.5/src/commands/circleci/envvar/create.ts)_
237
237
 
238
238
  ## `sfdx circleci:envvar:update -e <string> [-s <string>] [--dryrun] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
239
239
 
@@ -270,7 +270,7 @@ EXAMPLES
270
270
  sfdx circleci -t plugin | sfdx circleci:envvar:update -e 'MY_ENV_VAR' -e 'MY_OTHER_ENV_VAR'
271
271
  ```
272
272
 
273
- _See code: [src/commands/circleci/envvar/update.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.4/src/commands/circleci/envvar/update.ts)_
273
+ _See code: [src/commands/circleci/envvar/update.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.5/src/commands/circleci/envvar/update.ts)_
274
274
 
275
275
  ## `sfdx cli:install:test -c <string> -m <string> [--channel <string>] [--output-file <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
276
276
 
@@ -307,18 +307,21 @@ EXAMPLES
307
307
  sfdx cli:install:test --cli sf --method tarball --channel stable-rc
308
308
  ```
309
309
 
310
- _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.4/src/commands/cli/install/test.ts)_
310
+ _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.5/src/commands/cli/install/test.ts)_
311
311
 
312
- ## `sfdx cli:latestrc:build [--rctag <string>] [--resolutions] [--pinned-deps] [--patch] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
312
+ ## `sfdx cli:latestrc:build [--rctag <string>] [--build-only] [--resolutions] [--pinned-deps] [--patch] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
313
313
 
314
314
  creates a PR to the repository property defined in the package.json to release a latest-rc build
315
315
 
316
316
  ```
317
317
  USAGE
318
- $ sfdx cli:latestrc:build [--rctag <string>] [--resolutions] [--pinned-deps] [--patch] [--json] [--loglevel
319
- trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
318
+ $ sfdx cli:latestrc:build [--rctag <string>] [--build-only] [--resolutions] [--pinned-deps] [--patch] [--json]
319
+ [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
320
320
 
321
321
  OPTIONS
322
+ --build-only only build the latest rc, do not git
323
+ add/commit/push
324
+
322
325
  --json format output as json
323
326
 
324
327
  --loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
@@ -341,7 +344,7 @@ OPTIONS
341
344
  in the resolutions section
342
345
  ```
343
346
 
344
- _See code: [src/commands/cli/latestrc/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.4/src/commands/cli/latestrc/build.ts)_
347
+ _See code: [src/commands/cli/latestrc/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.5/src/commands/cli/latestrc/build.ts)_
345
348
 
346
349
  ## `sfdx cli:releasenotes -c <string> [-s <string>] [-m] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
347
350
 
@@ -379,7 +382,7 @@ EXAMPLES
379
382
  sfdx cli:releasenotes --cli sf --markdown > changes.md
380
383
  ```
381
384
 
382
- _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.4/src/commands/cli/releasenotes.ts)_
385
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.5/src/commands/cli/releasenotes.ts)_
383
386
 
384
387
  ## `sfdx cli:schemas:collect [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
385
388
 
@@ -399,7 +402,7 @@ EXAMPLE
399
402
  sfdx cli:schemas:collect
400
403
  ```
401
404
 
402
- _See code: [src/commands/cli/schemas/collect.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.4/src/commands/cli/schemas/collect.ts)_
405
+ _See code: [src/commands/cli/schemas/collect.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.5/src/commands/cli/schemas/collect.ts)_
403
406
 
404
407
  ## `sfdx cli:schemas:compare [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
405
408
 
@@ -419,7 +422,7 @@ EXAMPLE
419
422
  sfdx cli:schemas:compare
420
423
  ```
421
424
 
422
- _See code: [src/commands/cli/schemas/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.4/src/commands/cli/schemas/compare.ts)_
425
+ _See code: [src/commands/cli/schemas/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.5/src/commands/cli/schemas/compare.ts)_
423
426
 
424
427
  ## `sfdx cli:tarballs:prepare [-d] [-t] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
425
428
 
@@ -448,7 +451,7 @@ EXAMPLE
448
451
  sfdx cli:tarballs:prepare
449
452
  ```
450
453
 
451
- _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.4/src/commands/cli/tarballs/prepare.ts)_
454
+ _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.5/src/commands/cli/tarballs/prepare.ts)_
452
455
 
453
456
  ## `sfdx cli:tarballs:smoke -c <string> [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
454
457
 
@@ -477,7 +480,7 @@ EXAMPLES
477
480
  sfdx cli:tarballs:smoke --cli sf
478
481
  ```
479
482
 
480
- _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.4/src/commands/cli/tarballs/smoke.ts)_
483
+ _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.5/src/commands/cli/tarballs/smoke.ts)_
481
484
 
482
485
  ## `sfdx cli:tarballs:verify [-c sf|sfdx] [-w <number>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
483
486
 
@@ -506,7 +509,7 @@ EXAMPLES
506
509
  sfdx cli:tarballs:verify --cli sf
507
510
  ```
508
511
 
509
- _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.4/src/commands/cli/tarballs/verify.ts)_
512
+ _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.5/src/commands/cli/tarballs/verify.ts)_
510
513
 
511
514
  ## `sfdx cli:versions:inspect -c <string> -l <string> --cli sf|sfdx [-d <string>] [-s] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
512
515
 
@@ -554,7 +557,7 @@ EXAMPLES
554
557
  sfdx cli:versions:inspect -l npm -c latest -d chalk -s
555
558
  ```
556
559
 
557
- _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.4/src/commands/cli/versions/inspect.ts)_
560
+ _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.5/src/commands/cli/versions/inspect.ts)_
558
561
 
559
562
  ## `sfdx dependabot:automerge -m major|minor|patch [-r <string> -o <string>] [-d] [-s] [--merge-method merge|squash|rebase] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
560
563
 
@@ -598,7 +601,7 @@ EXAMPLES
598
601
  sfdx dependabot:automerge --max-version-bump major
599
602
  ```
600
603
 
601
- _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.4/src/commands/dependabot/automerge.ts)_
604
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.5/src/commands/dependabot/automerge.ts)_
602
605
 
603
606
  ## `sfdx dependabot:consolidate -m major|minor|patch -b <string> -t <string> [--ignore <array>] [-d] [--no-pr] [-r <string> -o <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
604
607
 
@@ -649,7 +652,7 @@ EXAMPLES
649
652
  sfdx dependabot:consolidate --max-version-bump major
650
653
  ```
651
654
 
652
- _See code: [src/commands/dependabot/consolidate.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.4/src/commands/dependabot/consolidate.ts)_
655
+ _See code: [src/commands/dependabot/consolidate.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.5/src/commands/dependabot/consolidate.ts)_
653
656
 
654
657
  ## `sfdx npm:dependencies:pin [-d] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
655
658
 
@@ -674,7 +677,7 @@ OPTIONS
674
677
  this command invocation
675
678
  ```
676
679
 
677
- _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.4/src/commands/npm/dependencies/pin.ts)_
680
+ _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.5/src/commands/npm/dependencies/pin.ts)_
678
681
 
679
682
  ## `sfdx npm:lerna:release [-d] [-s <array>] [-t <string>] [-a <string>] [--install] [--githubrelease] [--verify] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
680
683
 
@@ -714,7 +717,7 @@ OPTIONS
714
717
  after publish and digital signature
715
718
  ```
716
719
 
717
- _See code: [src/commands/npm/lerna/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.4/src/commands/npm/lerna/release.ts)_
720
+ _See code: [src/commands/npm/lerna/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.5/src/commands/npm/lerna/release.ts)_
718
721
 
719
722
  ## `sfdx npm:package:promote -c <string> [-d] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
720
723
 
@@ -743,7 +746,7 @@ EXAMPLE
743
746
  sfdx npm:package:promote --candidate latest-rc --target latest
744
747
  ```
745
748
 
746
- _See code: [src/commands/npm/package/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.4/src/commands/npm/package/promote.ts)_
749
+ _See code: [src/commands/npm/package/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.5/src/commands/npm/package/promote.ts)_
747
750
 
748
751
  ## `sfdx npm:package:release [-d] [-s] [-t <string>] [-a <string>] [--install] [--prerelease <string>] [--verify] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
749
752
 
@@ -784,7 +787,7 @@ OPTIONS
784
787
  after publish and digital signature
785
788
  ```
786
789
 
787
- _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.4/src/commands/npm/package/release.ts)_
790
+ _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.5/src/commands/npm/package/release.ts)_
788
791
 
789
792
  ## `sfdx npm:release:validate [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
790
793
 
@@ -805,7 +808,7 @@ OPTIONS
805
808
  (only works with --json flag)
806
809
  ```
807
810
 
808
- _See code: [src/commands/npm/release/validate.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.4/src/commands/npm/release/validate.ts)_
811
+ _See code: [src/commands/npm/release/validate.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.5/src/commands/npm/release/validate.ts)_
809
812
 
810
813
  ## `sfdx plugins:trust:verify -n <string> [-r <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
811
814
 
@@ -878,7 +881,7 @@ EXAMPLES
878
881
  sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
879
882
  ```
880
883
 
881
- _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.4/src/commands/repositories/index.ts)_
884
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.5/src/commands/repositories/index.ts)_
882
885
 
883
886
  ## `sfdx typescript:update [-v <string>] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
884
887
 
@@ -905,6 +908,6 @@ OPTIONS
905
908
  this command invocation
906
909
  ```
907
910
 
908
- _See code: [src/commands/typescript/update.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.4/src/commands/typescript/update.ts)_
911
+ _See code: [src/commands/typescript/update.ts](https://github.com/salesforcecli/plugin-release-management/blob/v2.12.5/src/commands/typescript/update.ts)_
909
912
 
910
913
  <!-- commandsstop -->
@@ -19,8 +19,11 @@ const messages = core_2.Messages.loadMessages('@salesforce/plugin-release-manage
19
19
  class build extends command_1.SfdxCommand {
20
20
  async run() {
21
21
  var _a;
22
- const auth = (0, ts_types_1.ensureString)((_a = new kit_1.Env().getString('GH_TOKEN')) !== null && _a !== void 0 ? _a : new kit_1.Env().getString('GITHUB_TOKEN'), 'GH_TOKEN is required to be set in the environment');
23
- const octokit = new core_1.Octokit({ auth });
22
+ let auth;
23
+ const pushChangesToGitHub = !this.flags['build-only'];
24
+ if (pushChangesToGitHub) {
25
+ auth = (0, ts_types_1.ensureString)((_a = new kit_1.Env().getString('GH_TOKEN')) !== null && _a !== void 0 ? _a : new kit_1.Env().getString('GITHUB_TOKEN'), 'The GH_TOKEN env var is required to push changes to GitHub. Use the --build-only flag to skip GitHub operations (a manual push will then be needed)');
26
+ }
24
27
  // get the current version and implement the patch version for a default rc build
25
28
  const repo = await repository_1.SinglePackageRepo.create({ ux: this.ux });
26
29
  const nextRCVersion = repo.package.getNextRCVersion(this.flags.rctag, this.flags.patch);
@@ -49,21 +52,24 @@ class build extends command_1.SfdxCommand {
49
52
  // streamline the lockfile
50
53
  this.exec('npx yarn-deduplicate');
51
54
  this.exec('yarn snapshot-generate');
52
- await this.maybeSetGitConfig(octokit);
53
- // commit package.json/yarn.lock and potentially command-snapshot changes
54
- this.exec('git add .');
55
- this.exec(`git commit -m "chore(latest-rc): bump to ${nextRCVersion}"`);
56
- this.exec(`git push --set-upstream origin ${nextRCVersion} --no-verify`, { silent: false });
57
- const repoOwner = repo.package.packageJson.repository.split('/')[0];
58
- const repoName = repo.package.packageJson.repository.split('/')[1];
59
- await octokit.request(`POST /repos/${repoOwner}/${repoName}/pulls`, {
60
- owner: repoOwner,
61
- repo: repoName,
62
- head: nextRCVersion,
63
- base: 'main',
64
- title: `Release v${nextRCVersion} as latest-rc`,
65
- body: 'Building latest-rc [skip-validate-pr]',
66
- });
55
+ if (pushChangesToGitHub) {
56
+ const octokit = new core_1.Octokit({ auth });
57
+ await this.maybeSetGitConfig(octokit);
58
+ // commit package.json/yarn.lock and potentially command-snapshot changes
59
+ this.exec('git add .');
60
+ this.exec(`git commit -m "chore(latest-rc): bump to ${nextRCVersion}"`);
61
+ this.exec(`git push --set-upstream origin ${nextRCVersion} --no-verify`, { silent: false });
62
+ const repoOwner = repo.package.packageJson.repository.split('/')[0];
63
+ const repoName = repo.package.packageJson.repository.split('/')[1];
64
+ await octokit.request(`POST /repos/${repoOwner}/${repoName}/pulls`, {
65
+ owner: repoOwner,
66
+ repo: repoName,
67
+ head: nextRCVersion,
68
+ base: 'main',
69
+ title: `Release v${nextRCVersion} as latest-rc`,
70
+ body: 'Building latest-rc [skip-validate-pr]',
71
+ });
72
+ }
67
73
  }
68
74
  exec(cmd, options = { silent: true }) {
69
75
  this.log((0, chalk_1.bold)(cmd));
@@ -88,6 +94,10 @@ build.flagsConfig = {
88
94
  description: messages.getMessage('flags.rctag'),
89
95
  default: 'latest-rc',
90
96
  }),
97
+ 'build-only': command_1.flags.boolean({
98
+ description: messages.getMessage('flags.buildOnly'),
99
+ default: false,
100
+ }),
91
101
  resolutions: command_1.flags.boolean({
92
102
  description: messages.getMessage('flags.resolutions'),
93
103
  default: true,
@@ -1 +1 @@
1
- {"version":3,"file":"build.js","sourceRoot":"","sources":["../../../../src/commands/cli/latestrc/build.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"build.js","sourceRoot":"","sources":["../../../../src/commands/cli/latestrc/build.ts"],"names":[],"mappings":"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"}
@@ -4,6 +4,7 @@
4
4
  "rctag": "the tag name that corresponds to the npm RC build, usually latest-rc or stable-rc",
5
5
  "resolutions": "bump the versions of packages listed in the resolutions section",
6
6
  "pinnedDeps": "bump the versions of the packages listed in the pinnedDependencies section",
7
- "patch": "bump the release as a patch of an existing version, not a new minor version"
7
+ "patch": "bump the release as a patch of an existing version, not a new minor version",
8
+ "buildOnly": "only build the latest rc, do not git add/commit/push"
8
9
  }
9
10
  }
@@ -1 +1 @@
1
- {"version":"2.12.5","commands":{"channel:promote":{"id":"channel:promote","description":"promote a s3 channel","strict":true,"usage":"<%= command.id %> -t <string> -c sf|sfdx [-d] [-p <array>] [-m <number>] [-i] [-x] [-T <array>] [-T <string> | | [-C <string> | -s <string>]] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> --candidate latest-rc --target latest --platform win --platform mac"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"dryrun":{"name":"dryrun","type":"boolean","char":"d","description":"If true, only show what would happen","allowNo":false},"target":{"name":"target","type":"option","char":"t","description":"the channel name that you are promoting to","required":true,"multiple":false,"default":"stable"},"candidate":{"name":"candidate","type":"option","char":"C","description":"the channel name that you want to promote","multiple":false,"exclusive":["sha"]},"platform":{"name":"platform","type":"option","char":"p","description":"the platform to promote","multiple":false,"default":[]},"cli":{"name":"cli","type":"option","char":"c","description":"the cli name to promote","required":true,"helpValue":"(sf|sfdx)","multiple":false,"options":["sf","sfdx"]},"sha":{"name":"sha","type":"option","char":"s","description":"the short sha to promote","multiple":false,"exclusive":["candidate"]},"maxage":{"name":"maxage","type":"option","char":"m","description":"cache control max-age in seconds","multiple":false,"default":300},"indexes":{"name":"indexes","type":"boolean","char":"i","description":"append the promoted urls into the index files","allowNo":true},"xz":{"name":"xz","type":"boolean","char":"x","description":"also upload xz","allowNo":true},"targets":{"name":"targets","type":"option","char":"T","description":"comma-separated targets to promote (e.g.: linux-arm,win32-x64)","multiple":false},"version":{"name":"version","type":"option","char":"T","description":"the version of the candidate to be promoted, which must exist already in s3. Used to fetch the correct sha","multiple":false,"exclusive":["sha","candidate"]}},"args":[],"flagsConfig":{"dryrun":{"kind":"boolean","char":"d","default":false,"description":"If true, only show what would happen","allowNo":false,"type":"boolean"},"target":{"kind":"string","char":"t","default":"stable","description":"the channel name that you are promoting to","required":true,"input":[],"multiple":false,"type":"option"},"candidate":{"kind":"string","char":"C","description":"the channel name that you want to promote","exclusive":["sha"],"input":[],"multiple":false,"type":"option"},"platform":{"kind":"array","char":"p","description":"the platform to promote","default":[],"multiple":false,"input":[],"type":"option"},"cli":{"kind":"enum","helpValue":"(sf|sfdx)","char":"c","description":"the cli name to promote","required":true,"options":["sf","sfdx"],"input":[],"multiple":false,"type":"option"},"sha":{"kind":"string","char":"s","description":"the short sha to promote","exclusive":["candidate"],"input":[],"multiple":false,"type":"option"},"maxage":{"kind":"number","char":"m","description":"cache control max-age in seconds","default":300,"input":[],"multiple":false,"type":"option"},"indexes":{"kind":"boolean","char":"i","description":"append the promoted urls into the index files","default":true,"allowNo":true,"type":"boolean"},"xz":{"kind":"boolean","char":"x","description":"also upload xz","default":true,"allowNo":true,"type":"boolean"},"targets":{"kind":"array","char":"T","description":"comma-separated targets to promote (e.g.: linux-arm,win32-x64)","input":[],"multiple":false,"type":"option"},"version":{"kind":"string","char":"T","description":"the version of the candidate to be promoted, which must exist already in s3. Used to fetch the correct sha","exclusive":["sha","candidate"],"input":[],"multiple":false,"type":"option"}}},"circleci":{"id":"circleci","description":"list known Circle CI slugs from '<%= config.bin %> repositories'","strict":true,"usage":"<%= command.id %> [-t plugin|library|orb] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> -t plugin"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"contains-package-type":{"name":"contains-package-type","type":"option","char":"t","description":"filter based on type of package","helpValue":"(plugin|library|orb)","multiple":false,"options":["plugin","library","orb"]}},"args":[],"flagsConfig":{"contains-package-type":{"kind":"enum","helpValue":"(plugin|library|orb)","description":"filter based on type of package","char":"t","options":["plugin","library","orb"],"input":[],"multiple":false,"type":"option"}}},"cli:releasenotes":{"id":"cli:releasenotes","description":"pull all relevant information for writing release notes.\n Requires the GH_TOKEN to be set in the environment.","strict":true,"usage":"<%= command.id %> -c <string> [-s <string>] [-m] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> --cli sf","<%= config.bin %> <%= command.id %> --cli sfdx","<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0","<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0","<%= config.bin %> <%= command.id %> --cli sf > changes.txt","<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"cli":{"name":"cli","type":"option","char":"c","description":"the cli to pull information for","required":true,"multiple":false,"options":["sf","sfdx"]},"since":{"name":"since","type":"option","char":"s","description":"the version number of the previous release. Defaults to the latest-rc version on npm","multiple":false},"markdown":{"name":"markdown","type":"boolean","char":"m","description":"format the output in markdown","allowNo":false}},"args":[],"flagsConfig":{"cli":{"kind":"string","description":"the cli to pull information for","options":["sf","sfdx"],"char":"c","required":true,"input":[],"multiple":false,"type":"option"},"since":{"kind":"string","description":"the version number of the previous release. Defaults to the latest-rc version on npm","char":"s","input":[],"multiple":false,"type":"option"},"markdown":{"kind":"boolean","description":"format the output in markdown","char":"m","default":false,"allowNo":false,"type":"boolean"}}},"dependabot:automerge":{"id":"dependabot:automerge","description":"automatically merge one green, mergeable PR up to the specified maximum bump type","strict":true,"usage":"<%= command.id %> -m major|minor|patch [-r <string> -o <string>] [-d] [-s] [--merge-method merge|squash|rebase] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> --max-version-bump patch","<%= config.bin %> <%= command.id %> --max-version-bump minor","<%= config.bin %> <%= command.id %> --max-version-bump major"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"owner":{"name":"owner","type":"option","char":"o","description":"the organization that the repository belongs to. This defaults to the owner specified in the package.json","multiple":false},"repo":{"name":"repo","type":"option","char":"r","description":"the repository you want to consolidate PRs on. This defaults to the repository specified in the package.json","multiple":false,"dependsOn":["owner"]},"max-version-bump":{"name":"max-version-bump","type":"option","char":"m","description":"the maximum version bump you want to be included","required":true,"helpValue":"(major|minor|patch)","multiple":false,"options":["major","minor","patch"],"default":"minor"},"dryrun":{"name":"dryrun","type":"boolean","char":"d","description":"only show what would happen if you consolidated dependabot PRs","allowNo":false},"skip-ci":{"name":"skip-ci","type":"boolean","char":"s","description":"add [skip ci] to the merge commit title","allowNo":false},"merge-method":{"name":"merge-method","type":"option","description":"merge method to use","helpValue":"(merge|squash|rebase)","multiple":false,"options":["merge","squash","rebase"],"default":"merge"}},"args":[],"flagsConfig":{"owner":{"kind":"string","char":"o","description":"the organization that the repository belongs to. This defaults to the owner specified in the package.json","input":[],"multiple":false,"type":"option"},"repo":{"kind":"string","char":"r","description":"the repository you want to consolidate PRs on. This defaults to the repository specified in the package.json","dependsOn":["owner"],"input":[],"multiple":false,"type":"option"},"max-version-bump":{"kind":"enum","helpValue":"(major|minor|patch)","description":"the maximum version bump you want to be included","char":"m","options":["major","minor","patch"],"default":"minor","required":true,"input":[],"multiple":false,"type":"option"},"dryrun":{"kind":"boolean","description":"only show what would happen if you consolidated dependabot PRs","char":"d","default":false,"allowNo":false,"type":"boolean"},"skip-ci":{"kind":"boolean","description":"add [skip ci] to the merge commit title","char":"s","default":false,"allowNo":false,"type":"boolean"},"merge-method":{"kind":"enum","helpValue":"(merge|squash|rebase)","description":"merge method to use","options":["merge","squash","rebase"],"default":"merge","input":[],"multiple":false,"type":"option"}}},"dependabot:consolidate":{"id":"dependabot:consolidate","description":"consolidate dependabot PRs into a single PR","strict":true,"usage":"<%= command.id %> -m major|minor|patch -b <string> -t <string> [--ignore <array>] [-d] [--no-pr] [-r <string> -o <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> --max-version-bump patch","<%= config.bin %> <%= command.id %> --max-version-bump minor","<%= config.bin %> <%= command.id %> --max-version-bump major"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"max-version-bump":{"name":"max-version-bump","type":"option","char":"m","description":"the maximum version bump you want to be included","required":true,"helpValue":"(major|minor|patch)","multiple":false,"options":["major","minor","patch"],"default":"minor"},"base-branch":{"name":"base-branch","type":"option","char":"b","description":"name of the base branch for merging","required":true,"multiple":false,"default":"main"},"target-branch":{"name":"target-branch","type":"option","char":"t","description":"name of the target branch for merging","required":true,"multiple":false,"default":"consolidate-dependabot"},"ignore":{"name":"ignore","type":"option","description":"ignore any PRs with titles that include this value","multiple":false,"default":[]},"dryrun":{"name":"dryrun","type":"boolean","char":"d","description":"only show what would happen if you consolidated dependabot PRs","allowNo":false},"no-pr":{"name":"no-pr","type":"boolean","description":"do everything but create the PR","allowNo":false},"owner":{"name":"owner","type":"option","char":"o","description":"the organization that the repository belongs to. This defaults to the owner specified in the package.json","multiple":false},"repo":{"name":"repo","type":"option","char":"r","description":"the repository you want to consolidate PRs on. This defaults to the repository specified in the package.json","multiple":false,"dependsOn":["owner"]}},"args":[],"flagsConfig":{"max-version-bump":{"kind":"enum","helpValue":"(major|minor|patch)","description":"the maximum version bump you want to be included","char":"m","options":["major","minor","patch"],"default":"minor","required":true,"input":[],"multiple":false,"type":"option"},"base-branch":{"kind":"string","description":"name of the base branch for merging","char":"b","default":"main","required":true,"input":[],"multiple":false,"type":"option"},"target-branch":{"kind":"string","description":"name of the target branch for merging","char":"t","default":"consolidate-dependabot","required":true,"input":[],"multiple":false,"type":"option"},"ignore":{"kind":"array","description":"ignore any PRs with titles that include this value","default":[],"input":[],"multiple":false,"type":"option"},"dryrun":{"kind":"boolean","description":"only show what would happen if you consolidated dependabot PRs","char":"d","default":false,"allowNo":false,"type":"boolean"},"no-pr":{"kind":"boolean","description":"do everything but create the PR","default":false,"allowNo":false,"type":"boolean"},"owner":{"kind":"string","description":"the organization that the repository belongs to. This defaults to the owner specified in the package.json","char":"o","input":[],"multiple":false,"type":"option"},"repo":{"kind":"string","description":"the repository you want to consolidate PRs on. This defaults to the repository specified in the package.json","char":"r","dependsOn":["owner"],"input":[],"multiple":false,"type":"option"}}},"repositories":{"id":"repositories","description":"list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.","strict":true,"usage":"","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> --columns=url --filter='Name=sfdx-core' --no-header | xargs open","<%= config.bin %> <%= command.id %> --json | jq -r '.result[] | select(.name==\"sfdx-core\") | .packages[] | .url"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[],"flagsConfig":{"columns":{"exclusive":["extended"],"description":"only show provided columns (comma-separated)","input":[],"multiple":false,"type":"option"},"sort":{"description":"property to sort by (prepend '-' for descending)","input":[],"multiple":false,"type":"option"},"filter":{"description":"filter property by partial string matching, ex: name=foo","input":[],"multiple":false,"type":"option"},"csv":{"exclusive":["no-truncate"],"description":"output is csv format [alias: --output=csv]","allowNo":false,"type":"boolean"},"output":{"exclusive":["no-truncate","csv"],"description":"output in a more machine friendly format","options":["csv","json","yaml"],"input":[],"multiple":false,"type":"option"},"extended":{"exclusive":["columns"],"char":"x","description":"show extra columns","allowNo":false,"type":"boolean"},"no-truncate":{"exclusive":["csv"],"description":"do not truncate output to fit screen","allowNo":false,"type":"boolean"},"no-header":{"exclusive":["csv"],"description":"hide table header from output","allowNo":false,"type":"boolean"}}},"typescript:update":{"id":"typescript:update","description":"Runs tests with updated typescript version and ES target","strict":true,"usage":"<%= command.id %> [-v <string>] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"version":{"name":"version","type":"option","char":"v","description":"Specify the typescript version you'd like to update to. Defaults to latest if not specified","multiple":false,"default":"latest"},"target":{"name":"target","type":"option","char":"t","description":"Specify the ES target you'd like to use. Defaults to ESNext if not specified","multiple":false,"default":"ESNext"}},"args":[],"flagsConfig":{"version":{"kind":"string","char":"v","description":"Specify the typescript version you'd like to update to. Defaults to latest if not specified","default":"latest","input":[],"multiple":false,"type":"option"},"target":{"kind":"string","char":"t","description":"Specify the ES target you'd like to use. Defaults to ESNext if not specified","default":"ESNext","input":[],"multiple":false,"type":"option"}}},"circleci:envvar:create":{"id":"circleci:envvar:create","description":"update environment variable(s) on Circle CI slug(s)\nUpdates one or more environment variables on one or more CIrcle CI slugs. The environment variables must already exist on the slug. You will be prompted for the environment variable values unless they already exist on the process. The slugs can be piped in. If so, the environment variables must be on the process (prompting is disabled).","strict":true,"usage":"<%= command.id %> -e <string> [-s <string>] [--dryrun] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> -e 'MY_ENV_VAR' -s 'gh/<org>/<repository>'","echo \"gh/<org>/<repository>\" | <%= config.bin %> <%= command.id %> -e 'MY_ENV_VAR'","<%= config.bin %> circleci -t plugin | <%= config.bin %> <%= command.id %> -e 'MY_ENV_VAR' -e 'MY_OTHER_ENV_VAR'"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"slug":{"name":"slug","type":"option","char":"s","description":"a circle ci slugs in the format <vcs>/<org name>/<repo name>","multiple":true},"envvar":{"name":"envvar","type":"option","char":"e","description":"a environment variables to set on the given circle slug(s)","required":true,"multiple":true},"dryrun":{"name":"dryrun","type":"boolean","description":"do validation but do not update the environment variable values","allowNo":false}},"args":[],"flagsConfig":{"slug":{"kind":"string","description":"a circle ci slugs in the format <vcs>/<org name>/<repo name>","char":"s","multiple":true,"input":[],"type":"option"},"envvar":{"kind":"string","description":"a environment variables to set on the given circle slug(s)","char":"e","required":true,"multiple":true,"input":[],"type":"option"},"dryrun":{"kind":"boolean","description":"do validation but do not update the environment variable values","allowNo":false,"type":"boolean"}}},"circleci:envvar:update":{"id":"circleci:envvar:update","description":"update environment variable(s) on Circle CI slug(s)\nUpdates one or more environment variables on one or more CIrcle CI slugs. The environment variables must already exist on the slug. You will be prompted for the environment variable values unless they already exist on the process. The slugs can be piped in. If so, the environment variables must be on the process (prompting is disabled).","strict":true,"usage":"<%= command.id %> -e <string> [-s <string>] [--dryrun] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> -e 'MY_ENV_VAR' -s 'gh/<org>/<repository>'","echo \"gh/<org>/<repository>\" | <%= config.bin %> <%= command.id %> -e 'MY_ENV_VAR'","<%= config.bin %> circleci -t plugin | <%= config.bin %> <%= command.id %> -e 'MY_ENV_VAR' -e 'MY_OTHER_ENV_VAR'"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"slug":{"name":"slug","type":"option","char":"s","description":"a circle ci slugs in the format <vcs>/<org name>/<repo name>","multiple":true},"envvar":{"name":"envvar","type":"option","char":"e","description":"a environment variables to set on the given circle slug(s)","required":true,"multiple":true},"dryrun":{"name":"dryrun","type":"boolean","description":"do validation but do not update the environment variable values","allowNo":false}},"args":[],"flagsConfig":{"slug":{"kind":"string","description":"a circle ci slugs in the format <vcs>/<org name>/<repo name>","char":"s","multiple":true,"input":[],"type":"option"},"envvar":{"kind":"string","description":"a environment variables to set on the given circle slug(s)","char":"e","required":true,"multiple":true,"input":[],"type":"option"},"dryrun":{"kind":"boolean","description":"do validation but do not update the environment variable values","allowNo":false,"type":"boolean"}}},"cli:install:test":{"id":"cli:install:test","description":"install sf or sfdx","strict":true,"usage":"<%= command.id %> -c <string> -m <string> [--channel <string>] [--output-file <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> --cli sfdx --method installer","<%= config.bin %> <%= command.id %> --cli sfdx --method npm","<%= config.bin %> <%= command.id %> --cli sfdx --method tarball","<%= config.bin %> <%= command.id %> --cli sf --method tarball","<%= config.bin %> <%= command.id %> --cli sf --method tarball --channel stable-rc"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"cli":{"name":"cli","type":"option","char":"c","description":"the cli to install","required":true,"multiple":false,"options":["sf","sfdx"]},"method":{"name":"method","type":"option","char":"m","description":"the installation method to use","required":true,"multiple":false,"options":["installer","npm","tarball"]},"channel":{"name":"channel","type":"option","description":"the channel to install from","multiple":false,"options":["legacy","stable","stable-rc","latest","latest-rc"],"default":"stable"},"output-file":{"name":"output-file","type":"option","description":"the file to write the JSON results to (must be .json)","multiple":false,"default":"test-results.json"}},"args":[],"flagsConfig":{"cli":{"kind":"string","description":"the cli to install","options":["sf","sfdx"],"char":"c","required":true,"input":[],"multiple":false,"type":"option"},"method":{"kind":"string","description":"the installation method to use","options":["installer","npm","tarball"],"char":"m","required":true,"input":[],"multiple":false,"type":"option"},"channel":{"kind":"string","description":"the channel to install from","options":["legacy","stable","stable-rc","latest","latest-rc"],"default":"stable","input":[],"multiple":false,"type":"option"},"output-file":{"kind":"string","description":"the file to write the JSON results to (must be .json)","default":"test-results.json","input":[],"multiple":false,"type":"option"}}},"cli:latestrc:build":{"id":"cli:latestrc:build","description":"creates a PR to the repository property defined in the package.json to release a latest-rc build","strict":true,"usage":"<%= command.id %> [--rctag <string>] [--resolutions] [--pinned-deps] [--patch] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"rctag":{"name":"rctag","type":"option","description":"the tag name that corresponds to the npm RC build, usually latest-rc or stable-rc","multiple":false,"default":"latest-rc"},"resolutions":{"name":"resolutions","type":"boolean","description":"bump the versions of packages listed in the resolutions section","allowNo":true},"pinned-deps":{"name":"pinned-deps","type":"boolean","description":"bump the versions of the packages listed in the pinnedDependencies section","allowNo":true},"patch":{"name":"patch","type":"boolean","description":"bump the release as a patch of an existing version, not a new minor version","allowNo":false}},"args":[],"flagsConfig":{"rctag":{"kind":"string","description":"the tag name that corresponds to the npm RC build, usually latest-rc or stable-rc","default":"latest-rc","input":[],"multiple":false,"type":"option"},"resolutions":{"kind":"boolean","description":"bump the versions of packages listed in the resolutions section","default":true,"allowNo":true,"type":"boolean"},"pinned-deps":{"kind":"boolean","description":"bump the versions of the packages listed in the pinnedDependencies section","default":true,"allowNo":true,"type":"boolean"},"patch":{"kind":"boolean","description":"bump the release as a patch of an existing version, not a new minor version","allowNo":false,"type":"boolean"}}},"cli:schemas:collect":{"id":"cli:schemas:collect","description":"collect schemas from installed plugins","strict":true,"usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %>"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"}},"args":[],"flagsConfig":{}},"cli:schemas:compare":{"id":"cli:schemas:compare","description":"compare schemas from installed plugins","strict":true,"usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %>"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"}},"args":[],"flagsConfig":{}},"cli:tarballs:prepare":{"id":"cli:tarballs:prepare","description":"remove unnecessary files from node_modules","strict":true,"usage":"<%= command.id %> [-d] [-t] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %>"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"dryrun":{"name":"dryrun","type":"boolean","char":"d","description":"only show what would be removed from node_modules","allowNo":false},"types":{"name":"types","type":"boolean","char":"t","description":"remove all types (.d.ts) files from node_modules ","allowNo":false},"verbose":{"name":"verbose","type":"boolean","description":"show all files paths being removed","allowNo":false}},"args":[],"flagsConfig":{"dryrun":{"kind":"boolean","description":"only show what would be removed from node_modules","default":false,"char":"d","allowNo":false,"type":"boolean"},"types":{"kind":"boolean","description":"remove all types (.d.ts) files from node_modules ","default":false,"char":"t","allowNo":false,"type":"boolean"},"verbose":{"description":"show all files paths being removed","type":"boolean","kind":"boolean","longDescription":"Emit additional command output to stdout.","allowNo":false}}},"cli:tarballs:smoke":{"id":"cli:tarballs:smoke","description":"smoke tests for the tarballed CLI\n Tests that the CLI and every command can be initialized.","strict":true,"usage":"<%= command.id %> -c <string> [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> --cli sfdx","<%= config.bin %> <%= command.id %> --cli sf"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"cli":{"name":"cli","type":"option","char":"c","description":"the cli to install","required":true,"multiple":false,"options":["sf","sfdx"]},"verbose":{"name":"verbose","type":"boolean","description":"show the --help output for each command","allowNo":false}},"args":[],"flagsConfig":{"cli":{"kind":"string","description":"the cli to install","options":["sf","sfdx"],"char":"c","required":true,"input":[],"multiple":false,"type":"option"},"verbose":{"description":"show the --help output for each command","type":"boolean","kind":"boolean","longDescription":"Emit additional command output to stdout.","allowNo":false}}},"cli:tarballs:verify":{"id":"cli:tarballs:verify","description":"verify that tarballs are ready to be uploaded","strict":true,"usage":"<%= command.id %> [-c sf|sfdx] [-w <number>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %>","<%= config.bin %> <%= command.id %> --cli sfdx","<%= config.bin %> <%= command.id %> --cli sf"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"cli":{"name":"cli","type":"option","char":"c","description":"the cli to verify","helpValue":"(sf|sfdx)","multiple":false,"options":["sf","sfdx"],"default":"sfdx"},"windows-username-buffer":{"name":"windows-username-buffer","type":"option","char":"w","description":"the number of characters to allow for windows usernames","multiple":false,"default":41}},"args":[],"flagsConfig":{"cli":{"kind":"enum","helpValue":"(sf|sfdx)","description":"the cli to verify","options":["sf","sfdx"],"default":"sfdx","char":"c","input":[],"multiple":false,"type":"option"},"windows-username-buffer":{"kind":"number","description":"the number of characters to allow for windows usernames","default":41,"char":"w","input":[],"multiple":false,"type":"option"}}},"cli:versions:inspect":{"id":"cli:versions:inspect","description":"inspect the CLI version across all install paths","strict":true,"usage":"<%= command.id %> -c <string> -l <string> --cli sf|sfdx [-d <string>] [-s] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> -l archive -c stable","<%= config.bin %> <%= command.id %> -l archive -c stable-rc","<%= config.bin %> <%= command.id %> -l archive npm -c stable","<%= config.bin %> <%= command.id %> -l archive npm -c latest","<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc","<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc","<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce","<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core","<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/**/ salesforce-alm","<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"dependencies":{"name":"dependencies","type":"option","char":"d","description":"glob pattern of dependencies you want to see the version of","multiple":true},"salesforce":{"name":"salesforce","type":"boolean","char":"s","description":"show versions of salesforce owned dependencies","allowNo":false},"channels":{"name":"channels","type":"option","char":"c","description":"the channel you want to inspect (for achives, latest and latest-rc are translated to stable and stable-rc. And vice-versa for npm)","required":true,"multiple":true,"options":["legacy","stable","stable-rc","latest","latest-rc"]},"locations":{"name":"locations","type":"option","char":"l","description":"the location you want to inspect","required":true,"multiple":true,"options":["archive","npm"]},"cli":{"name":"cli","type":"option","description":"the CLI you want to inspect","required":true,"helpValue":"(sf|sfdx)","multiple":false,"options":["sf","sfdx"],"default":"sfdx"}},"args":[],"flagsConfig":{"dependencies":{"kind":"string","description":"glob pattern of dependencies you want to see the version of","char":"d","multiple":true,"input":[],"type":"option"},"salesforce":{"kind":"boolean","description":"show versions of salesforce owned dependencies","char":"s","default":false,"allowNo":false,"type":"boolean"},"channels":{"kind":"string","description":"the channel you want to inspect (for achives, latest and latest-rc are translated to stable and stable-rc. And vice-versa for npm)","char":"c","options":["legacy","stable","stable-rc","latest","latest-rc"],"required":true,"multiple":true,"input":[],"type":"option"},"locations":{"kind":"string","description":"the location you want to inspect","char":"l","options":["archive","npm"],"required":true,"multiple":true,"input":[],"type":"option"},"cli":{"kind":"enum","helpValue":"(sf|sfdx)","description":"the CLI you want to inspect","options":["sf","sfdx"],"default":"sfdx","required":true,"input":[],"multiple":false,"type":"option"}}},"npm:dependencies:pin":{"id":"npm:dependencies:pin","description":"lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json","strict":true,"usage":"<%= command.id %> [-d] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"dryrun":{"name":"dryrun","type":"boolean","char":"d","description":"If true, will not make any changes to the package.json","allowNo":false},"tag":{"name":"tag","type":"option","char":"t","description":"The name of the tag you want, e.g. 'latest-rc', or 'latest'","multiple":false,"default":"latest"}},"args":[],"flagsConfig":{"dryrun":{"kind":"boolean","char":"d","default":false,"description":"If true, will not make any changes to the package.json","allowNo":false,"type":"boolean"},"tag":{"kind":"string","char":"t","description":"The name of the tag you want, e.g. 'latest-rc', or 'latest'","default":"latest","input":[],"multiple":false,"type":"option"}}},"npm:lerna:release":{"id":"npm:lerna:release","description":"publish npm packages from a lerna repository","strict":true,"usage":"<%= command.id %> [-d] [-s <array>] [-t <string>] [-a <string>] [--install] [--githubrelease] [--verify] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"dryrun":{"name":"dryrun","type":"boolean","char":"d","description":"if true, will not commit changes to repo or push any tags","allowNo":false},"sign":{"name":"sign","type":"option","char":"s","description":"list of packages to be signed. Should match the name property of the package.json","multiple":false},"npmtag":{"name":"npmtag","type":"option","char":"t","description":"tag to use when publishing to npm","multiple":false,"default":"latest"},"npmaccess":{"name":"npmaccess","type":"option","char":"a","description":"access level to use when publishing to npm","multiple":false,"default":"public"},"install":{"name":"install","type":"boolean","description":"run yarn install and build on repository","allowNo":true},"githubrelease":{"name":"githubrelease","type":"boolean","description":"create release in github based on the package changes","allowNo":false},"verify":{"name":"verify","type":"boolean","description":"verify npm registry has new version after publish and digital signature","allowNo":true}},"args":[],"flagsConfig":{"dryrun":{"kind":"boolean","char":"d","default":false,"description":"if true, will not commit changes to repo or push any tags","allowNo":false,"type":"boolean"},"sign":{"kind":"array","char":"s","description":"list of packages to be signed. Should match the name property of the package.json","input":[],"multiple":false,"type":"option"},"npmtag":{"kind":"string","char":"t","default":"latest","description":"tag to use when publishing to npm","input":[],"multiple":false,"type":"option"},"npmaccess":{"kind":"string","char":"a","default":"public","description":"access level to use when publishing to npm","input":[],"multiple":false,"type":"option"},"install":{"kind":"boolean","default":true,"description":"run yarn install and build on repository","allowNo":true,"type":"boolean"},"githubrelease":{"kind":"boolean","default":false,"description":"create release in github based on the package changes","allowNo":false,"type":"boolean"},"verify":{"kind":"boolean","description":"verify npm registry has new version after publish and digital signature","default":true,"allowNo":true,"type":"boolean"}}},"npm:package:promote":{"id":"npm:package:promote","description":"promote an npm package","strict":true,"usage":"<%= command.id %> -c <string> [-d] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> --candidate latest-rc --target latest"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"dryrun":{"name":"dryrun","type":"boolean","char":"d","description":"If true, only show what would happen","allowNo":false},"target":{"name":"target","type":"option","char":"t","description":"the npm tag that you are promoting to","multiple":false,"default":"latest"},"candidate":{"name":"candidate","type":"option","char":"c","description":"the npm tag that you want to promote","required":true,"multiple":false}},"args":[],"flagsConfig":{"dryrun":{"kind":"boolean","char":"d","default":false,"description":"If true, only show what would happen","allowNo":false,"type":"boolean"},"target":{"kind":"string","char":"t","default":"latest","description":"the npm tag that you are promoting to","input":[],"multiple":false,"type":"option"},"candidate":{"kind":"string","char":"c","description":"the npm tag that you want to promote","required":true,"input":[],"multiple":false,"type":"option"}}},"npm:package:release":{"id":"npm:package:release","description":"publish npm package","strict":true,"usage":"<%= command.id %> [-d] [-s] [-t <string>] [-a <string>] [--install] [--prerelease <string>] [--verify] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"dryrun":{"name":"dryrun","type":"boolean","char":"d","description":"If true, will not commit changes to repo or push any tags","allowNo":false},"sign":{"name":"sign","type":"boolean","char":"s","description":"If true, then the package will be signed and the signature will be uploaded to S3","allowNo":false},"npmtag":{"name":"npmtag","type":"option","char":"t","description":"tag to use when publishing to npm","multiple":false,"default":"latest"},"npmaccess":{"name":"npmaccess","type":"option","char":"a","description":"access level to use when publishing to npm","multiple":false,"default":"public"},"install":{"name":"install","type":"boolean","description":"run yarn install and build on repository","allowNo":true},"prerelease":{"name":"prerelease","type":"option","description":"determine the next version as <version>-<prerelease>.0 if version is not manually set","multiple":false},"verify":{"name":"verify","type":"boolean","description":"verify npm registry has new version after publish and digital signature","allowNo":true}},"args":[],"flagsConfig":{"dryrun":{"kind":"boolean","char":"d","default":false,"description":"If true, will not commit changes to repo or push any tags","allowNo":false,"type":"boolean"},"sign":{"kind":"boolean","char":"s","default":false,"description":"If true, then the package will be signed and the signature will be uploaded to S3","allowNo":false,"type":"boolean"},"npmtag":{"kind":"string","char":"t","default":"latest","description":"tag to use when publishing to npm","input":[],"multiple":false,"type":"option"},"npmaccess":{"kind":"string","char":"a","default":"public","description":"access level to use when publishing to npm","input":[],"multiple":false,"type":"option"},"install":{"kind":"boolean","default":true,"description":"run yarn install and build on repository","allowNo":true,"type":"boolean"},"prerelease":{"kind":"string","description":"determine the next version as <version>-<prerelease>.0 if version is not manually set","input":[],"multiple":false,"type":"option"},"verify":{"kind":"boolean","description":"verify npm registry has new version after publish and digital signature","default":true,"allowNo":true,"type":"boolean"}}},"npm:release:validate":{"id":"npm:release:validate","description":"inspects the git commits to see if there are any commits that will warrant a new release","strict":true,"usage":"<%= command.id %> [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"verbose":{"name":"verbose","type":"boolean","description":"show all commits for all packages (only works with --json flag)","allowNo":false}},"args":[],"flagsConfig":{"verbose":{"description":"show all commits for all packages (only works with --json flag)","type":"boolean","kind":"boolean","longDescription":"Emit additional command output to stdout.","allowNo":false}}}}}
1
+ {"version":"2.13.0","commands":{"channel:promote":{"id":"channel:promote","description":"promote a s3 channel","strict":true,"usage":"<%= command.id %> -t <string> -c sf|sfdx [-d] [-p <array>] [-m <number>] [-i] [-x] [-T <array>] [-T <string> | | [-C <string> | -s <string>]] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> --candidate latest-rc --target latest --platform win --platform mac"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"dryrun":{"name":"dryrun","type":"boolean","char":"d","description":"If true, only show what would happen","allowNo":false},"target":{"name":"target","type":"option","char":"t","description":"the channel name that you are promoting to","required":true,"multiple":false,"default":"stable"},"candidate":{"name":"candidate","type":"option","char":"C","description":"the channel name that you want to promote","multiple":false,"exclusive":["sha"]},"platform":{"name":"platform","type":"option","char":"p","description":"the platform to promote","multiple":false,"default":[]},"cli":{"name":"cli","type":"option","char":"c","description":"the cli name to promote","required":true,"helpValue":"(sf|sfdx)","multiple":false,"options":["sf","sfdx"]},"sha":{"name":"sha","type":"option","char":"s","description":"the short sha to promote","multiple":false,"exclusive":["candidate"]},"maxage":{"name":"maxage","type":"option","char":"m","description":"cache control max-age in seconds","multiple":false,"default":300},"indexes":{"name":"indexes","type":"boolean","char":"i","description":"append the promoted urls into the index files","allowNo":true},"xz":{"name":"xz","type":"boolean","char":"x","description":"also upload xz","allowNo":true},"targets":{"name":"targets","type":"option","char":"T","description":"comma-separated targets to promote (e.g.: linux-arm,win32-x64)","multiple":false},"version":{"name":"version","type":"option","char":"T","description":"the version of the candidate to be promoted, which must exist already in s3. Used to fetch the correct sha","multiple":false,"exclusive":["sha","candidate"]}},"args":[],"flagsConfig":{"dryrun":{"kind":"boolean","char":"d","default":false,"description":"If true, only show what would happen","allowNo":false,"type":"boolean"},"target":{"kind":"string","char":"t","default":"stable","description":"the channel name that you are promoting to","required":true,"input":[],"multiple":false,"type":"option"},"candidate":{"kind":"string","char":"C","description":"the channel name that you want to promote","exclusive":["sha"],"input":[],"multiple":false,"type":"option"},"platform":{"kind":"array","char":"p","description":"the platform to promote","default":[],"multiple":false,"input":[],"type":"option"},"cli":{"kind":"enum","helpValue":"(sf|sfdx)","char":"c","description":"the cli name to promote","required":true,"options":["sf","sfdx"],"input":[],"multiple":false,"type":"option"},"sha":{"kind":"string","char":"s","description":"the short sha to promote","exclusive":["candidate"],"input":[],"multiple":false,"type":"option"},"maxage":{"kind":"number","char":"m","description":"cache control max-age in seconds","default":300,"input":[],"multiple":false,"type":"option"},"indexes":{"kind":"boolean","char":"i","description":"append the promoted urls into the index files","default":true,"allowNo":true,"type":"boolean"},"xz":{"kind":"boolean","char":"x","description":"also upload xz","default":true,"allowNo":true,"type":"boolean"},"targets":{"kind":"array","char":"T","description":"comma-separated targets to promote (e.g.: linux-arm,win32-x64)","input":[],"multiple":false,"type":"option"},"version":{"kind":"string","char":"T","description":"the version of the candidate to be promoted, which must exist already in s3. Used to fetch the correct sha","exclusive":["sha","candidate"],"input":[],"multiple":false,"type":"option"}}},"circleci":{"id":"circleci","description":"list known Circle CI slugs from '<%= config.bin %> repositories'","strict":true,"usage":"<%= command.id %> [-t plugin|library|orb] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> -t plugin"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"contains-package-type":{"name":"contains-package-type","type":"option","char":"t","description":"filter based on type of package","helpValue":"(plugin|library|orb)","multiple":false,"options":["plugin","library","orb"]}},"args":[],"flagsConfig":{"contains-package-type":{"kind":"enum","helpValue":"(plugin|library|orb)","description":"filter based on type of package","char":"t","options":["plugin","library","orb"],"input":[],"multiple":false,"type":"option"}}},"cli:releasenotes":{"id":"cli:releasenotes","description":"pull all relevant information for writing release notes.\n Requires the GH_TOKEN to be set in the environment.","strict":true,"usage":"<%= command.id %> -c <string> [-s <string>] [-m] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> --cli sf","<%= config.bin %> <%= command.id %> --cli sfdx","<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0","<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0","<%= config.bin %> <%= command.id %> --cli sf > changes.txt","<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"cli":{"name":"cli","type":"option","char":"c","description":"the cli to pull information for","required":true,"multiple":false,"options":["sf","sfdx"]},"since":{"name":"since","type":"option","char":"s","description":"the version number of the previous release. Defaults to the latest-rc version on npm","multiple":false},"markdown":{"name":"markdown","type":"boolean","char":"m","description":"format the output in markdown","allowNo":false}},"args":[],"flagsConfig":{"cli":{"kind":"string","description":"the cli to pull information for","options":["sf","sfdx"],"char":"c","required":true,"input":[],"multiple":false,"type":"option"},"since":{"kind":"string","description":"the version number of the previous release. Defaults to the latest-rc version on npm","char":"s","input":[],"multiple":false,"type":"option"},"markdown":{"kind":"boolean","description":"format the output in markdown","char":"m","default":false,"allowNo":false,"type":"boolean"}}},"dependabot:automerge":{"id":"dependabot:automerge","description":"automatically merge one green, mergeable PR up to the specified maximum bump type","strict":true,"usage":"<%= command.id %> -m major|minor|patch [-r <string> -o <string>] [-d] [-s] [--merge-method merge|squash|rebase] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> --max-version-bump patch","<%= config.bin %> <%= command.id %> --max-version-bump minor","<%= config.bin %> <%= command.id %> --max-version-bump major"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"owner":{"name":"owner","type":"option","char":"o","description":"the organization that the repository belongs to. This defaults to the owner specified in the package.json","multiple":false},"repo":{"name":"repo","type":"option","char":"r","description":"the repository you want to consolidate PRs on. This defaults to the repository specified in the package.json","multiple":false,"dependsOn":["owner"]},"max-version-bump":{"name":"max-version-bump","type":"option","char":"m","description":"the maximum version bump you want to be included","required":true,"helpValue":"(major|minor|patch)","multiple":false,"options":["major","minor","patch"],"default":"minor"},"dryrun":{"name":"dryrun","type":"boolean","char":"d","description":"only show what would happen if you consolidated dependabot PRs","allowNo":false},"skip-ci":{"name":"skip-ci","type":"boolean","char":"s","description":"add [skip ci] to the merge commit title","allowNo":false},"merge-method":{"name":"merge-method","type":"option","description":"merge method to use","helpValue":"(merge|squash|rebase)","multiple":false,"options":["merge","squash","rebase"],"default":"merge"}},"args":[],"flagsConfig":{"owner":{"kind":"string","char":"o","description":"the organization that the repository belongs to. This defaults to the owner specified in the package.json","input":[],"multiple":false,"type":"option"},"repo":{"kind":"string","char":"r","description":"the repository you want to consolidate PRs on. This defaults to the repository specified in the package.json","dependsOn":["owner"],"input":[],"multiple":false,"type":"option"},"max-version-bump":{"kind":"enum","helpValue":"(major|minor|patch)","description":"the maximum version bump you want to be included","char":"m","options":["major","minor","patch"],"default":"minor","required":true,"input":[],"multiple":false,"type":"option"},"dryrun":{"kind":"boolean","description":"only show what would happen if you consolidated dependabot PRs","char":"d","default":false,"allowNo":false,"type":"boolean"},"skip-ci":{"kind":"boolean","description":"add [skip ci] to the merge commit title","char":"s","default":false,"allowNo":false,"type":"boolean"},"merge-method":{"kind":"enum","helpValue":"(merge|squash|rebase)","description":"merge method to use","options":["merge","squash","rebase"],"default":"merge","input":[],"multiple":false,"type":"option"}}},"dependabot:consolidate":{"id":"dependabot:consolidate","description":"consolidate dependabot PRs into a single PR","strict":true,"usage":"<%= command.id %> -m major|minor|patch -b <string> -t <string> [--ignore <array>] [-d] [--no-pr] [-r <string> -o <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> --max-version-bump patch","<%= config.bin %> <%= command.id %> --max-version-bump minor","<%= config.bin %> <%= command.id %> --max-version-bump major"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"max-version-bump":{"name":"max-version-bump","type":"option","char":"m","description":"the maximum version bump you want to be included","required":true,"helpValue":"(major|minor|patch)","multiple":false,"options":["major","minor","patch"],"default":"minor"},"base-branch":{"name":"base-branch","type":"option","char":"b","description":"name of the base branch for merging","required":true,"multiple":false,"default":"main"},"target-branch":{"name":"target-branch","type":"option","char":"t","description":"name of the target branch for merging","required":true,"multiple":false,"default":"consolidate-dependabot"},"ignore":{"name":"ignore","type":"option","description":"ignore any PRs with titles that include this value","multiple":false,"default":[]},"dryrun":{"name":"dryrun","type":"boolean","char":"d","description":"only show what would happen if you consolidated dependabot PRs","allowNo":false},"no-pr":{"name":"no-pr","type":"boolean","description":"do everything but create the PR","allowNo":false},"owner":{"name":"owner","type":"option","char":"o","description":"the organization that the repository belongs to. This defaults to the owner specified in the package.json","multiple":false},"repo":{"name":"repo","type":"option","char":"r","description":"the repository you want to consolidate PRs on. This defaults to the repository specified in the package.json","multiple":false,"dependsOn":["owner"]}},"args":[],"flagsConfig":{"max-version-bump":{"kind":"enum","helpValue":"(major|minor|patch)","description":"the maximum version bump you want to be included","char":"m","options":["major","minor","patch"],"default":"minor","required":true,"input":[],"multiple":false,"type":"option"},"base-branch":{"kind":"string","description":"name of the base branch for merging","char":"b","default":"main","required":true,"input":[],"multiple":false,"type":"option"},"target-branch":{"kind":"string","description":"name of the target branch for merging","char":"t","default":"consolidate-dependabot","required":true,"input":[],"multiple":false,"type":"option"},"ignore":{"kind":"array","description":"ignore any PRs with titles that include this value","default":[],"input":[],"multiple":false,"type":"option"},"dryrun":{"kind":"boolean","description":"only show what would happen if you consolidated dependabot PRs","char":"d","default":false,"allowNo":false,"type":"boolean"},"no-pr":{"kind":"boolean","description":"do everything but create the PR","default":false,"allowNo":false,"type":"boolean"},"owner":{"kind":"string","description":"the organization that the repository belongs to. This defaults to the owner specified in the package.json","char":"o","input":[],"multiple":false,"type":"option"},"repo":{"kind":"string","description":"the repository you want to consolidate PRs on. This defaults to the repository specified in the package.json","char":"r","dependsOn":["owner"],"input":[],"multiple":false,"type":"option"}}},"repositories":{"id":"repositories","description":"list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.","strict":true,"usage":"","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> --columns=url --filter='Name=sfdx-core' --no-header | xargs open","<%= config.bin %> <%= command.id %> --json | jq -r '.result[] | select(.name==\"sfdx-core\") | .packages[] | .url"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[],"flagsConfig":{"columns":{"exclusive":["extended"],"description":"only show provided columns (comma-separated)","input":[],"multiple":false,"type":"option"},"sort":{"description":"property to sort by (prepend '-' for descending)","input":[],"multiple":false,"type":"option"},"filter":{"description":"filter property by partial string matching, ex: name=foo","input":[],"multiple":false,"type":"option"},"csv":{"exclusive":["no-truncate"],"description":"output is csv format [alias: --output=csv]","allowNo":false,"type":"boolean"},"output":{"exclusive":["no-truncate","csv"],"description":"output in a more machine friendly format","options":["csv","json","yaml"],"input":[],"multiple":false,"type":"option"},"extended":{"exclusive":["columns"],"char":"x","description":"show extra columns","allowNo":false,"type":"boolean"},"no-truncate":{"exclusive":["csv"],"description":"do not truncate output to fit screen","allowNo":false,"type":"boolean"},"no-header":{"exclusive":["csv"],"description":"hide table header from output","allowNo":false,"type":"boolean"}}},"typescript:update":{"id":"typescript:update","description":"Runs tests with updated typescript version and ES target","strict":true,"usage":"<%= command.id %> [-v <string>] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"version":{"name":"version","type":"option","char":"v","description":"Specify the typescript version you'd like to update to. Defaults to latest if not specified","multiple":false,"default":"latest"},"target":{"name":"target","type":"option","char":"t","description":"Specify the ES target you'd like to use. Defaults to ESNext if not specified","multiple":false,"default":"ESNext"}},"args":[],"flagsConfig":{"version":{"kind":"string","char":"v","description":"Specify the typescript version you'd like to update to. Defaults to latest if not specified","default":"latest","input":[],"multiple":false,"type":"option"},"target":{"kind":"string","char":"t","description":"Specify the ES target you'd like to use. Defaults to ESNext if not specified","default":"ESNext","input":[],"multiple":false,"type":"option"}}},"circleci:envvar:create":{"id":"circleci:envvar:create","description":"update environment variable(s) on Circle CI slug(s)\nUpdates one or more environment variables on one or more CIrcle CI slugs. The environment variables must already exist on the slug. You will be prompted for the environment variable values unless they already exist on the process. The slugs can be piped in. If so, the environment variables must be on the process (prompting is disabled).","strict":true,"usage":"<%= command.id %> -e <string> [-s <string>] [--dryrun] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> -e 'MY_ENV_VAR' -s 'gh/<org>/<repository>'","echo \"gh/<org>/<repository>\" | <%= config.bin %> <%= command.id %> -e 'MY_ENV_VAR'","<%= config.bin %> circleci -t plugin | <%= config.bin %> <%= command.id %> -e 'MY_ENV_VAR' -e 'MY_OTHER_ENV_VAR'"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"slug":{"name":"slug","type":"option","char":"s","description":"a circle ci slugs in the format <vcs>/<org name>/<repo name>","multiple":true},"envvar":{"name":"envvar","type":"option","char":"e","description":"a environment variables to set on the given circle slug(s)","required":true,"multiple":true},"dryrun":{"name":"dryrun","type":"boolean","description":"do validation but do not update the environment variable values","allowNo":false}},"args":[],"flagsConfig":{"slug":{"kind":"string","description":"a circle ci slugs in the format <vcs>/<org name>/<repo name>","char":"s","multiple":true,"input":[],"type":"option"},"envvar":{"kind":"string","description":"a environment variables to set on the given circle slug(s)","char":"e","required":true,"multiple":true,"input":[],"type":"option"},"dryrun":{"kind":"boolean","description":"do validation but do not update the environment variable values","allowNo":false,"type":"boolean"}}},"circleci:envvar:update":{"id":"circleci:envvar:update","description":"update environment variable(s) on Circle CI slug(s)\nUpdates one or more environment variables on one or more CIrcle CI slugs. The environment variables must already exist on the slug. You will be prompted for the environment variable values unless they already exist on the process. The slugs can be piped in. If so, the environment variables must be on the process (prompting is disabled).","strict":true,"usage":"<%= command.id %> -e <string> [-s <string>] [--dryrun] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> -e 'MY_ENV_VAR' -s 'gh/<org>/<repository>'","echo \"gh/<org>/<repository>\" | <%= config.bin %> <%= command.id %> -e 'MY_ENV_VAR'","<%= config.bin %> circleci -t plugin | <%= config.bin %> <%= command.id %> -e 'MY_ENV_VAR' -e 'MY_OTHER_ENV_VAR'"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"slug":{"name":"slug","type":"option","char":"s","description":"a circle ci slugs in the format <vcs>/<org name>/<repo name>","multiple":true},"envvar":{"name":"envvar","type":"option","char":"e","description":"a environment variables to set on the given circle slug(s)","required":true,"multiple":true},"dryrun":{"name":"dryrun","type":"boolean","description":"do validation but do not update the environment variable values","allowNo":false}},"args":[],"flagsConfig":{"slug":{"kind":"string","description":"a circle ci slugs in the format <vcs>/<org name>/<repo name>","char":"s","multiple":true,"input":[],"type":"option"},"envvar":{"kind":"string","description":"a environment variables to set on the given circle slug(s)","char":"e","required":true,"multiple":true,"input":[],"type":"option"},"dryrun":{"kind":"boolean","description":"do validation but do not update the environment variable values","allowNo":false,"type":"boolean"}}},"cli:install:test":{"id":"cli:install:test","description":"install sf or sfdx","strict":true,"usage":"<%= command.id %> -c <string> -m <string> [--channel <string>] [--output-file <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> --cli sfdx --method installer","<%= config.bin %> <%= command.id %> --cli sfdx --method npm","<%= config.bin %> <%= command.id %> --cli sfdx --method tarball","<%= config.bin %> <%= command.id %> --cli sf --method tarball","<%= config.bin %> <%= command.id %> --cli sf --method tarball --channel stable-rc"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"cli":{"name":"cli","type":"option","char":"c","description":"the cli to install","required":true,"multiple":false,"options":["sf","sfdx"]},"method":{"name":"method","type":"option","char":"m","description":"the installation method to use","required":true,"multiple":false,"options":["installer","npm","tarball"]},"channel":{"name":"channel","type":"option","description":"the channel to install from","multiple":false,"options":["legacy","stable","stable-rc","latest","latest-rc"],"default":"stable"},"output-file":{"name":"output-file","type":"option","description":"the file to write the JSON results to (must be .json)","multiple":false,"default":"test-results.json"}},"args":[],"flagsConfig":{"cli":{"kind":"string","description":"the cli to install","options":["sf","sfdx"],"char":"c","required":true,"input":[],"multiple":false,"type":"option"},"method":{"kind":"string","description":"the installation method to use","options":["installer","npm","tarball"],"char":"m","required":true,"input":[],"multiple":false,"type":"option"},"channel":{"kind":"string","description":"the channel to install from","options":["legacy","stable","stable-rc","latest","latest-rc"],"default":"stable","input":[],"multiple":false,"type":"option"},"output-file":{"kind":"string","description":"the file to write the JSON results to (must be .json)","default":"test-results.json","input":[],"multiple":false,"type":"option"}}},"cli:latestrc:build":{"id":"cli:latestrc:build","description":"creates a PR to the repository property defined in the package.json to release a latest-rc build","strict":true,"usage":"<%= command.id %> [--rctag <string>] [--build-only] [--resolutions] [--pinned-deps] [--patch] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"rctag":{"name":"rctag","type":"option","description":"the tag name that corresponds to the npm RC build, usually latest-rc or stable-rc","multiple":false,"default":"latest-rc"},"build-only":{"name":"build-only","type":"boolean","description":"only build the latest rc, do not git add/commit/push","allowNo":false},"resolutions":{"name":"resolutions","type":"boolean","description":"bump the versions of packages listed in the resolutions section","allowNo":true},"pinned-deps":{"name":"pinned-deps","type":"boolean","description":"bump the versions of the packages listed in the pinnedDependencies section","allowNo":true},"patch":{"name":"patch","type":"boolean","description":"bump the release as a patch of an existing version, not a new minor version","allowNo":false}},"args":[],"flagsConfig":{"rctag":{"kind":"string","description":"the tag name that corresponds to the npm RC build, usually latest-rc or stable-rc","default":"latest-rc","input":[],"multiple":false,"type":"option"},"build-only":{"kind":"boolean","description":"only build the latest rc, do not git add/commit/push","default":false,"allowNo":false,"type":"boolean"},"resolutions":{"kind":"boolean","description":"bump the versions of packages listed in the resolutions section","default":true,"allowNo":true,"type":"boolean"},"pinned-deps":{"kind":"boolean","description":"bump the versions of the packages listed in the pinnedDependencies section","default":true,"allowNo":true,"type":"boolean"},"patch":{"kind":"boolean","description":"bump the release as a patch of an existing version, not a new minor version","allowNo":false,"type":"boolean"}}},"cli:schemas:collect":{"id":"cli:schemas:collect","description":"collect schemas from installed plugins","strict":true,"usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %>"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"}},"args":[],"flagsConfig":{}},"cli:schemas:compare":{"id":"cli:schemas:compare","description":"compare schemas from installed plugins","strict":true,"usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %>"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"}},"args":[],"flagsConfig":{}},"cli:tarballs:prepare":{"id":"cli:tarballs:prepare","description":"remove unnecessary files from node_modules","strict":true,"usage":"<%= command.id %> [-d] [-t] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %>"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"dryrun":{"name":"dryrun","type":"boolean","char":"d","description":"only show what would be removed from node_modules","allowNo":false},"types":{"name":"types","type":"boolean","char":"t","description":"remove all types (.d.ts) files from node_modules ","allowNo":false},"verbose":{"name":"verbose","type":"boolean","description":"show all files paths being removed","allowNo":false}},"args":[],"flagsConfig":{"dryrun":{"kind":"boolean","description":"only show what would be removed from node_modules","default":false,"char":"d","allowNo":false,"type":"boolean"},"types":{"kind":"boolean","description":"remove all types (.d.ts) files from node_modules ","default":false,"char":"t","allowNo":false,"type":"boolean"},"verbose":{"description":"show all files paths being removed","type":"boolean","kind":"boolean","longDescription":"Emit additional command output to stdout.","allowNo":false}}},"cli:tarballs:smoke":{"id":"cli:tarballs:smoke","description":"smoke tests for the tarballed CLI\n Tests that the CLI and every command can be initialized.","strict":true,"usage":"<%= command.id %> -c <string> [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> --cli sfdx","<%= config.bin %> <%= command.id %> --cli sf"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"cli":{"name":"cli","type":"option","char":"c","description":"the cli to install","required":true,"multiple":false,"options":["sf","sfdx"]},"verbose":{"name":"verbose","type":"boolean","description":"show the --help output for each command","allowNo":false}},"args":[],"flagsConfig":{"cli":{"kind":"string","description":"the cli to install","options":["sf","sfdx"],"char":"c","required":true,"input":[],"multiple":false,"type":"option"},"verbose":{"description":"show the --help output for each command","type":"boolean","kind":"boolean","longDescription":"Emit additional command output to stdout.","allowNo":false}}},"cli:tarballs:verify":{"id":"cli:tarballs:verify","description":"verify that tarballs are ready to be uploaded","strict":true,"usage":"<%= command.id %> [-c sf|sfdx] [-w <number>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %>","<%= config.bin %> <%= command.id %> --cli sfdx","<%= config.bin %> <%= command.id %> --cli sf"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"cli":{"name":"cli","type":"option","char":"c","description":"the cli to verify","helpValue":"(sf|sfdx)","multiple":false,"options":["sf","sfdx"],"default":"sfdx"},"windows-username-buffer":{"name":"windows-username-buffer","type":"option","char":"w","description":"the number of characters to allow for windows usernames","multiple":false,"default":41}},"args":[],"flagsConfig":{"cli":{"kind":"enum","helpValue":"(sf|sfdx)","description":"the cli to verify","options":["sf","sfdx"],"default":"sfdx","char":"c","input":[],"multiple":false,"type":"option"},"windows-username-buffer":{"kind":"number","description":"the number of characters to allow for windows usernames","default":41,"char":"w","input":[],"multiple":false,"type":"option"}}},"cli:versions:inspect":{"id":"cli:versions:inspect","description":"inspect the CLI version across all install paths","strict":true,"usage":"<%= command.id %> -c <string> -l <string> --cli sf|sfdx [-d <string>] [-s] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> -l archive -c stable","<%= config.bin %> <%= command.id %> -l archive -c stable-rc","<%= config.bin %> <%= command.id %> -l archive npm -c stable","<%= config.bin %> <%= command.id %> -l archive npm -c latest","<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc","<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc","<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce","<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core","<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/**/ salesforce-alm","<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"dependencies":{"name":"dependencies","type":"option","char":"d","description":"glob pattern of dependencies you want to see the version of","multiple":true},"salesforce":{"name":"salesforce","type":"boolean","char":"s","description":"show versions of salesforce owned dependencies","allowNo":false},"channels":{"name":"channels","type":"option","char":"c","description":"the channel you want to inspect (for achives, latest and latest-rc are translated to stable and stable-rc. And vice-versa for npm)","required":true,"multiple":true,"options":["legacy","stable","stable-rc","latest","latest-rc"]},"locations":{"name":"locations","type":"option","char":"l","description":"the location you want to inspect","required":true,"multiple":true,"options":["archive","npm"]},"cli":{"name":"cli","type":"option","description":"the CLI you want to inspect","required":true,"helpValue":"(sf|sfdx)","multiple":false,"options":["sf","sfdx"],"default":"sfdx"}},"args":[],"flagsConfig":{"dependencies":{"kind":"string","description":"glob pattern of dependencies you want to see the version of","char":"d","multiple":true,"input":[],"type":"option"},"salesforce":{"kind":"boolean","description":"show versions of salesforce owned dependencies","char":"s","default":false,"allowNo":false,"type":"boolean"},"channels":{"kind":"string","description":"the channel you want to inspect (for achives, latest and latest-rc are translated to stable and stable-rc. And vice-versa for npm)","char":"c","options":["legacy","stable","stable-rc","latest","latest-rc"],"required":true,"multiple":true,"input":[],"type":"option"},"locations":{"kind":"string","description":"the location you want to inspect","char":"l","options":["archive","npm"],"required":true,"multiple":true,"input":[],"type":"option"},"cli":{"kind":"enum","helpValue":"(sf|sfdx)","description":"the CLI you want to inspect","options":["sf","sfdx"],"default":"sfdx","required":true,"input":[],"multiple":false,"type":"option"}}},"npm:dependencies:pin":{"id":"npm:dependencies:pin","description":"lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json","strict":true,"usage":"<%= command.id %> [-d] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"dryrun":{"name":"dryrun","type":"boolean","char":"d","description":"If true, will not make any changes to the package.json","allowNo":false},"tag":{"name":"tag","type":"option","char":"t","description":"The name of the tag you want, e.g. 'latest-rc', or 'latest'","multiple":false,"default":"latest"}},"args":[],"flagsConfig":{"dryrun":{"kind":"boolean","char":"d","default":false,"description":"If true, will not make any changes to the package.json","allowNo":false,"type":"boolean"},"tag":{"kind":"string","char":"t","description":"The name of the tag you want, e.g. 'latest-rc', or 'latest'","default":"latest","input":[],"multiple":false,"type":"option"}}},"npm:lerna:release":{"id":"npm:lerna:release","description":"publish npm packages from a lerna repository","strict":true,"usage":"<%= command.id %> [-d] [-s <array>] [-t <string>] [-a <string>] [--install] [--githubrelease] [--verify] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"dryrun":{"name":"dryrun","type":"boolean","char":"d","description":"if true, will not commit changes to repo or push any tags","allowNo":false},"sign":{"name":"sign","type":"option","char":"s","description":"list of packages to be signed. Should match the name property of the package.json","multiple":false},"npmtag":{"name":"npmtag","type":"option","char":"t","description":"tag to use when publishing to npm","multiple":false,"default":"latest"},"npmaccess":{"name":"npmaccess","type":"option","char":"a","description":"access level to use when publishing to npm","multiple":false,"default":"public"},"install":{"name":"install","type":"boolean","description":"run yarn install and build on repository","allowNo":true},"githubrelease":{"name":"githubrelease","type":"boolean","description":"create release in github based on the package changes","allowNo":false},"verify":{"name":"verify","type":"boolean","description":"verify npm registry has new version after publish and digital signature","allowNo":true}},"args":[],"flagsConfig":{"dryrun":{"kind":"boolean","char":"d","default":false,"description":"if true, will not commit changes to repo or push any tags","allowNo":false,"type":"boolean"},"sign":{"kind":"array","char":"s","description":"list of packages to be signed. Should match the name property of the package.json","input":[],"multiple":false,"type":"option"},"npmtag":{"kind":"string","char":"t","default":"latest","description":"tag to use when publishing to npm","input":[],"multiple":false,"type":"option"},"npmaccess":{"kind":"string","char":"a","default":"public","description":"access level to use when publishing to npm","input":[],"multiple":false,"type":"option"},"install":{"kind":"boolean","default":true,"description":"run yarn install and build on repository","allowNo":true,"type":"boolean"},"githubrelease":{"kind":"boolean","default":false,"description":"create release in github based on the package changes","allowNo":false,"type":"boolean"},"verify":{"kind":"boolean","description":"verify npm registry has new version after publish and digital signature","default":true,"allowNo":true,"type":"boolean"}}},"npm:package:promote":{"id":"npm:package:promote","description":"promote an npm package","strict":true,"usage":"<%= command.id %> -c <string> [-d] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> --candidate latest-rc --target latest"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"dryrun":{"name":"dryrun","type":"boolean","char":"d","description":"If true, only show what would happen","allowNo":false},"target":{"name":"target","type":"option","char":"t","description":"the npm tag that you are promoting to","multiple":false,"default":"latest"},"candidate":{"name":"candidate","type":"option","char":"c","description":"the npm tag that you want to promote","required":true,"multiple":false}},"args":[],"flagsConfig":{"dryrun":{"kind":"boolean","char":"d","default":false,"description":"If true, only show what would happen","allowNo":false,"type":"boolean"},"target":{"kind":"string","char":"t","default":"latest","description":"the npm tag that you are promoting to","input":[],"multiple":false,"type":"option"},"candidate":{"kind":"string","char":"c","description":"the npm tag that you want to promote","required":true,"input":[],"multiple":false,"type":"option"}}},"npm:package:release":{"id":"npm:package:release","description":"publish npm package","strict":true,"usage":"<%= command.id %> [-d] [-s] [-t <string>] [-a <string>] [--install] [--prerelease <string>] [--verify] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"dryrun":{"name":"dryrun","type":"boolean","char":"d","description":"If true, will not commit changes to repo or push any tags","allowNo":false},"sign":{"name":"sign","type":"boolean","char":"s","description":"If true, then the package will be signed and the signature will be uploaded to S3","allowNo":false},"npmtag":{"name":"npmtag","type":"option","char":"t","description":"tag to use when publishing to npm","multiple":false,"default":"latest"},"npmaccess":{"name":"npmaccess","type":"option","char":"a","description":"access level to use when publishing to npm","multiple":false,"default":"public"},"install":{"name":"install","type":"boolean","description":"run yarn install and build on repository","allowNo":true},"prerelease":{"name":"prerelease","type":"option","description":"determine the next version as <version>-<prerelease>.0 if version is not manually set","multiple":false},"verify":{"name":"verify","type":"boolean","description":"verify npm registry has new version after publish and digital signature","allowNo":true}},"args":[],"flagsConfig":{"dryrun":{"kind":"boolean","char":"d","default":false,"description":"If true, will not commit changes to repo or push any tags","allowNo":false,"type":"boolean"},"sign":{"kind":"boolean","char":"s","default":false,"description":"If true, then the package will be signed and the signature will be uploaded to S3","allowNo":false,"type":"boolean"},"npmtag":{"kind":"string","char":"t","default":"latest","description":"tag to use when publishing to npm","input":[],"multiple":false,"type":"option"},"npmaccess":{"kind":"string","char":"a","default":"public","description":"access level to use when publishing to npm","input":[],"multiple":false,"type":"option"},"install":{"kind":"boolean","default":true,"description":"run yarn install and build on repository","allowNo":true,"type":"boolean"},"prerelease":{"kind":"string","description":"determine the next version as <version>-<prerelease>.0 if version is not manually set","input":[],"multiple":false,"type":"option"},"verify":{"kind":"boolean","description":"verify npm registry has new version after publish and digital signature","default":true,"allowNo":true,"type":"boolean"}}},"npm:release:validate":{"id":"npm:release:validate","description":"inspects the git commits to see if there are any commits that will warrant a new release","strict":true,"usage":"<%= command.id %> [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/plugin-release-management","pluginAlias":"@salesforce/plugin-release-management","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"verbose":{"name":"verbose","type":"boolean","description":"show all commits for all packages (only works with --json flag)","allowNo":false}},"args":[],"flagsConfig":{"verbose":{"description":"show all commits for all packages (only works with --json flag)","type":"boolean","kind":"boolean","longDescription":"Emit additional command output to stdout.","allowNo":false}}}}}
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": "2.12.5",
4
+ "version": "2.13.0",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "bin": {
@@ -193,7 +193,7 @@
193
193
  "access": "public"
194
194
  },
195
195
  "sfdx": {
196
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/2.12.5.crt",
197
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/2.12.5.sig"
196
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/2.13.0.crt",
197
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/2.13.0.sig"
198
198
  }
199
199
  }