@salesforce/plugin-release-management 3.1.3-dev.0 → 3.3.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/README.md +49 -47
- package/lib/commands/cli/latestrc/build.js +14 -1
- package/lib/commands/cli/latestrc/build.js.map +1 -1
- package/lib/commands/dependabot/automerge.js +13 -4
- package/lib/commands/dependabot/automerge.js.map +1 -1
- package/lib/dependabot.js +10 -7
- package/lib/dependabot.js.map +1 -1
- package/messages/cli.latestrc.build.json +3 -1
- package/oclif.manifest.json +1 -1
- package/package.json +185 -181
package/README.md
CHANGED
|
@@ -99,30 +99,31 @@ sfdx plugins
|
|
|
99
99
|
# Commands
|
|
100
100
|
|
|
101
101
|
<!-- commands -->
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
102
|
+
|
|
103
|
+
- [`sfdx channel:promote -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]`](#sfdx-channelpromote--t-string--c-sfsfdx--d--p-array--m-number--i--x--t-array--t-string-----c-string---s-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
104
|
+
- [`sfdx circleci [-t plugin|library|orb] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-circleci--t-pluginlibraryorb---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
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
|
+
- [`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
|
+
- [`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>] [--build-only] [--resolutions] [--only <array>] [--pinned-deps] [--patch] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-clilatestrcbuild---rctag-string---build-only---resolutions---only-array---pinned-deps---patch---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
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
|
+
- [`sfdx cli:schemas:collect [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-clischemascollect---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
111
|
+
- [`sfdx cli:schemas:compare [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-clischemascompare---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
112
|
+
- [`sfdx cli:tarballs:prepare [-d] [-t] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-clitarballsprepare--d--t---verbose---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
113
|
+
- [`sfdx cli:tarballs:smoke -c <string> [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-clitarballssmoke--c-string---verbose---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
114
|
+
- [`sfdx cli:tarballs:verify [-c sf|sfdx] [-w <number>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-clitarballsverify--c-sfsfdx--w-number---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
115
|
+
- [`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]`](#sfdx-cliversionsinspect--c-string--l-string---cli-sfsfdx--d-string--s---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
116
|
+
- [`sfdx dependabot:automerge -m major|minor|patch [-o <string> -r <string>] [-d] [-s] [--merge-method merge|squash|rebase] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-dependabotautomerge--m-majorminorpatch--o-string--r-string--d--s---merge-method-mergesquashrebase---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
117
|
+
- [`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]`](#sfdx-dependabotconsolidate--m-majorminorpatch--b-string--t-string---ignore-array--d---no-pr--r-string--o-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
118
|
+
- [`sfdx npm:dependencies:pin [-d] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-npmdependenciespin--d--t-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
119
|
+
- [`sfdx npm:package:promote -c <string> [-d] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-npmpackagepromote--c-string--d--t-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
120
|
+
- [`sfdx npm:package:release [-d] [-s] [-t <string>] [-a <string>] [--install] [--prerelease <string>] [--verify] [--githubtag <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-npmpackagerelease--d--s--t-string--a-string---install---prerelease-string---verify---githubtag-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
121
|
+
- [`sfdx npm:release:validate [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-npmreleasevalidate---verbose---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
122
|
+
- [`sfdx plugins:trust:verify -n <string> [-r <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-pluginstrustverify--n-string--r-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
123
|
+
- [`sfdx`](#sfdx)
|
|
124
|
+
- [`sfdx typescript:update [-v <string>] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-typescriptupdate--v-string--t-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
|
|
125
|
+
|
|
126
|
+
## `sfdx channel:promote -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]`
|
|
126
127
|
|
|
127
128
|
promote a s3 channel
|
|
128
129
|
|
|
@@ -163,7 +164,7 @@ EXAMPLES
|
|
|
163
164
|
$ sfdx channel:promote --candidate latest-rc --target latest --platform win --platform mac
|
|
164
165
|
```
|
|
165
166
|
|
|
166
|
-
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.
|
|
167
|
+
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.0/src/commands/channel/promote.ts)_
|
|
167
168
|
|
|
168
169
|
## `sfdx circleci [-t plugin|library|orb] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
169
170
|
|
|
@@ -187,7 +188,7 @@ EXAMPLES
|
|
|
187
188
|
$ sfdx circleci -t plugin
|
|
188
189
|
```
|
|
189
190
|
|
|
190
|
-
_See code: [src/commands/circleci/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.
|
|
191
|
+
_See code: [src/commands/circleci/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.0/src/commands/circleci/index.ts)_
|
|
191
192
|
|
|
192
193
|
## `sfdx circleci:envvar:create -e <string> [-s <string>] [--dryrun] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
193
194
|
|
|
@@ -224,7 +225,7 @@ EXAMPLES
|
|
|
224
225
|
$ sfdx circleci -t plugin | sfdx circleci:envvar:create -e 'MY_ENV_VAR' -e 'MY_OTHER_ENV_VAR'
|
|
225
226
|
```
|
|
226
227
|
|
|
227
|
-
_See code: [src/commands/circleci/envvar/create.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.
|
|
228
|
+
_See code: [src/commands/circleci/envvar/create.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.0/src/commands/circleci/envvar/create.ts)_
|
|
228
229
|
|
|
229
230
|
## `sfdx circleci:envvar:update -e <string> [-s <string>] [--dryrun] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
230
231
|
|
|
@@ -261,7 +262,7 @@ EXAMPLES
|
|
|
261
262
|
$ sfdx circleci -t plugin | sfdx circleci:envvar:update -e 'MY_ENV_VAR' -e 'MY_OTHER_ENV_VAR'
|
|
262
263
|
```
|
|
263
264
|
|
|
264
|
-
_See code: [src/commands/circleci/envvar/update.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.
|
|
265
|
+
_See code: [src/commands/circleci/envvar/update.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.0/src/commands/circleci/envvar/update.ts)_
|
|
265
266
|
|
|
266
267
|
## `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]`
|
|
267
268
|
|
|
@@ -304,7 +305,7 @@ EXAMPLES
|
|
|
304
305
|
$ sfdx cli:install:test --cli sf --method tarball --channel stable-rc
|
|
305
306
|
```
|
|
306
307
|
|
|
307
|
-
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.
|
|
308
|
+
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.0/src/commands/cli/install/test.ts)_
|
|
308
309
|
|
|
309
310
|
## `sfdx cli:latestrc:build [--rctag <string>] [--build-only] [--resolutions] [--only <array>] [--pinned-deps] [--patch] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
310
311
|
|
|
@@ -350,7 +351,7 @@ EXAMPLES
|
|
|
350
351
|
$ sfdx cli:latestrc:build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3,@sf/config
|
|
351
352
|
```
|
|
352
353
|
|
|
353
|
-
_See code: [src/commands/cli/latestrc/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.
|
|
354
|
+
_See code: [src/commands/cli/latestrc/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.0/src/commands/cli/latestrc/build.ts)_
|
|
354
355
|
|
|
355
356
|
## `sfdx cli:releasenotes -c <string> [-s <string>] [-m] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
356
357
|
|
|
@@ -392,7 +393,7 @@ EXAMPLES
|
|
|
392
393
|
$ sfdx cli:releasenotes --cli sf --markdown > changes.md
|
|
393
394
|
```
|
|
394
395
|
|
|
395
|
-
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.
|
|
396
|
+
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.0/src/commands/cli/releasenotes.ts)_
|
|
396
397
|
|
|
397
398
|
## `sfdx cli:schemas:collect [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
398
399
|
|
|
@@ -414,7 +415,7 @@ EXAMPLES
|
|
|
414
415
|
$ sfdx cli:schemas:collect
|
|
415
416
|
```
|
|
416
417
|
|
|
417
|
-
_See code: [src/commands/cli/schemas/collect.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.
|
|
418
|
+
_See code: [src/commands/cli/schemas/collect.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.0/src/commands/cli/schemas/collect.ts)_
|
|
418
419
|
|
|
419
420
|
## `sfdx cli:schemas:compare [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
420
421
|
|
|
@@ -436,7 +437,7 @@ EXAMPLES
|
|
|
436
437
|
$ sfdx cli:schemas:compare
|
|
437
438
|
```
|
|
438
439
|
|
|
439
|
-
_See code: [src/commands/cli/schemas/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.
|
|
440
|
+
_See code: [src/commands/cli/schemas/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.0/src/commands/cli/schemas/compare.ts)_
|
|
440
441
|
|
|
441
442
|
## `sfdx cli:tarballs:prepare [-d] [-t] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
442
443
|
|
|
@@ -464,7 +465,7 @@ EXAMPLES
|
|
|
464
465
|
$ sfdx cli:tarballs:prepare
|
|
465
466
|
```
|
|
466
467
|
|
|
467
|
-
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.
|
|
468
|
+
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.0/src/commands/cli/tarballs/prepare.ts)_
|
|
468
469
|
|
|
469
470
|
## `sfdx cli:tarballs:smoke -c <string> [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
470
471
|
|
|
@@ -495,7 +496,7 @@ EXAMPLES
|
|
|
495
496
|
$ sfdx cli:tarballs:smoke --cli sf
|
|
496
497
|
```
|
|
497
498
|
|
|
498
|
-
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.
|
|
499
|
+
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.0/src/commands/cli/tarballs/smoke.ts)_
|
|
499
500
|
|
|
500
501
|
## `sfdx cli:tarballs:verify [-c sf|sfdx] [-w <number>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
501
502
|
|
|
@@ -526,7 +527,7 @@ EXAMPLES
|
|
|
526
527
|
$ sfdx cli:tarballs:verify --cli sf
|
|
527
528
|
```
|
|
528
529
|
|
|
529
|
-
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.
|
|
530
|
+
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.0/src/commands/cli/tarballs/verify.ts)_
|
|
530
531
|
|
|
531
532
|
## `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]`
|
|
532
533
|
|
|
@@ -587,15 +588,15 @@ EXAMPLES
|
|
|
587
588
|
$ sfdx cli:versions:inspect -l npm -c latest -d chalk -s
|
|
588
589
|
```
|
|
589
590
|
|
|
590
|
-
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.
|
|
591
|
+
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.0/src/commands/cli/versions/inspect.ts)_
|
|
591
592
|
|
|
592
|
-
## `sfdx dependabot:automerge -m major|minor|patch [-
|
|
593
|
+
## `sfdx dependabot:automerge -m major|minor|patch [-o <string> -r <string>] [-d] [-s] [--merge-method merge|squash|rebase] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
593
594
|
|
|
594
595
|
automatically merge one green, mergeable PR up to the specified maximum bump type
|
|
595
596
|
|
|
596
597
|
```
|
|
597
598
|
USAGE
|
|
598
|
-
$ sfdx dependabot:automerge -m major|minor|patch [-
|
|
599
|
+
$ sfdx dependabot:automerge -m major|minor|patch [-o <string> -r <string>] [-d] [-s] [--merge-method
|
|
599
600
|
merge|squash|rebase] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
600
601
|
|
|
601
602
|
FLAGS
|
|
@@ -629,7 +630,7 @@ EXAMPLES
|
|
|
629
630
|
$ sfdx dependabot:automerge --max-version-bump major
|
|
630
631
|
```
|
|
631
632
|
|
|
632
|
-
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.
|
|
633
|
+
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.0/src/commands/dependabot/automerge.ts)_
|
|
633
634
|
|
|
634
635
|
## `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]`
|
|
635
636
|
|
|
@@ -676,7 +677,7 @@ EXAMPLES
|
|
|
676
677
|
$ sfdx dependabot:consolidate --max-version-bump major
|
|
677
678
|
```
|
|
678
679
|
|
|
679
|
-
_See code: [src/commands/dependabot/consolidate.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.
|
|
680
|
+
_See code: [src/commands/dependabot/consolidate.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.0/src/commands/dependabot/consolidate.ts)_
|
|
680
681
|
|
|
681
682
|
## `sfdx npm:dependencies:pin [-d] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
682
683
|
|
|
@@ -702,7 +703,7 @@ DESCRIPTION
|
|
|
702
703
|
in the package.json
|
|
703
704
|
```
|
|
704
705
|
|
|
705
|
-
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.
|
|
706
|
+
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.0/src/commands/npm/dependencies/pin.ts)_
|
|
706
707
|
|
|
707
708
|
## `sfdx npm:package:promote -c <string> [-d] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
708
709
|
|
|
@@ -730,7 +731,7 @@ EXAMPLES
|
|
|
730
731
|
$ sfdx npm:package:promote --candidate latest-rc --target latest
|
|
731
732
|
```
|
|
732
733
|
|
|
733
|
-
_See code: [src/commands/npm/package/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.
|
|
734
|
+
_See code: [src/commands/npm/package/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.0/src/commands/npm/package/promote.ts)_
|
|
734
735
|
|
|
735
736
|
## `sfdx npm:package:release [-d] [-s] [-t <string>] [-a <string>] [--install] [--prerelease <string>] [--verify] [--githubtag <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
736
737
|
|
|
@@ -771,7 +772,7 @@ DESCRIPTION
|
|
|
771
772
|
publish npm package
|
|
772
773
|
```
|
|
773
774
|
|
|
774
|
-
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.
|
|
775
|
+
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.0/src/commands/npm/package/release.ts)_
|
|
775
776
|
|
|
776
777
|
## `sfdx npm:release:validate [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
777
778
|
|
|
@@ -793,7 +794,7 @@ DESCRIPTION
|
|
|
793
794
|
inspects the git commits to see if there are any commits that will warrant a new release
|
|
794
795
|
```
|
|
795
796
|
|
|
796
|
-
_See code: [src/commands/npm/release/validate.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.
|
|
797
|
+
_See code: [src/commands/npm/release/validate.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.0/src/commands/npm/release/validate.ts)_
|
|
797
798
|
|
|
798
799
|
## `sfdx plugins:trust:verify -n <string> [-r <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
799
800
|
|
|
@@ -864,7 +865,7 @@ EXAMPLES
|
|
|
864
865
|
$ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
|
|
865
866
|
```
|
|
866
867
|
|
|
867
|
-
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.
|
|
868
|
+
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.0/src/commands/repositories/index.ts)_
|
|
868
869
|
|
|
869
870
|
## `sfdx typescript:update [-v <string>] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
870
871
|
|
|
@@ -891,5 +892,6 @@ DESCRIPTION
|
|
|
891
892
|
Runs tests with updated typescript version and ES target
|
|
892
893
|
```
|
|
893
894
|
|
|
894
|
-
_See code: [src/commands/typescript/update.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.
|
|
895
|
+
_See code: [src/commands/typescript/update.ts](https://github.com/salesforcecli/plugin-release-management/blob/v3.1.0/src/commands/typescript/update.ts)_
|
|
896
|
+
|
|
895
897
|
<!-- commandsstop -->
|
|
@@ -61,7 +61,14 @@ class build extends command_1.SfdxCommand {
|
|
|
61
61
|
this.exec('yarn install');
|
|
62
62
|
// streamline the lockfile
|
|
63
63
|
this.exec('npx yarn-deduplicate');
|
|
64
|
-
this.
|
|
64
|
+
if (this.flags.snapshot) {
|
|
65
|
+
this.ux.log('updating snapshots');
|
|
66
|
+
this.exec('./bin/run snapshot:generate', { silent: false });
|
|
67
|
+
}
|
|
68
|
+
if (this.flags.schema) {
|
|
69
|
+
this.ux.log('updating schema');
|
|
70
|
+
this.exec('./bin/run cli:schemas:collect', { silent: false });
|
|
71
|
+
}
|
|
65
72
|
if (pushChangesToGitHub) {
|
|
66
73
|
const octokit = new core_1.Octokit({ auth });
|
|
67
74
|
await this.maybeSetGitConfig(octokit);
|
|
@@ -125,5 +132,11 @@ build.flagsConfig = {
|
|
|
125
132
|
patch: command_1.flags.boolean({
|
|
126
133
|
description: messages.getMessage('flags.patch'),
|
|
127
134
|
}),
|
|
135
|
+
snapshot: command_1.flags.boolean({
|
|
136
|
+
description: messages.getMessage('flags.snapshot'),
|
|
137
|
+
}),
|
|
138
|
+
schema: command_1.flags.boolean({
|
|
139
|
+
description: messages.getMessage('flags.schema'),
|
|
140
|
+
}),
|
|
128
141
|
};
|
|
129
142
|
//# sourceMappingURL=build.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"build.js","sourceRoot":"","sources":["../../../../src/commands/cli/latestrc/build.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;AAEH,yBAAyB;AACzB,iDAAsE;AACtE,qCAA4C;AAC5C,mDAAoD;AACpD,yCAAsC;AACtC,wCAAwC;AACxC,iCAA6B;AAC7B,2CAAqD;AACrD,oDAAkD;AAElD,eAAQ,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC;AAC5C,MAAM,QAAQ,GAAG,eAAQ,CAAC,YAAY,CAAC,uCAAuC,EAAE,oBAAoB,CAAC,CAAC;AAEtG,MAAqB,KAAM,SAAQ,qBAAW;
|
|
1
|
+
{"version":3,"file":"build.js","sourceRoot":"","sources":["../../../../src/commands/cli/latestrc/build.ts"],"names":[],"mappings":"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"}
|
|
@@ -26,9 +26,8 @@ class AutoMerge extends command_1.SfdxCommand {
|
|
|
26
26
|
owner,
|
|
27
27
|
repo,
|
|
28
28
|
};
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
(0, dependabot_1.meetsVersionCriteria)(pr.title, this.flags['max-version-bump']));
|
|
29
|
+
this.ux.log(`owner: ${this.baseRepoObject.owner}, scope: ${this.baseRepoObject.repo}`);
|
|
30
|
+
const eligiblePRs = (await this.octokit.request('GET /repos/{owner}/{repo}/pulls', this.baseRepoObject)).data.filter((pr) => pr.state === 'open' && pr.user.login === 'dependabot[bot]');
|
|
32
31
|
const greenPRs = (await Promise.all(eligiblePRs.map((pr) => this.isGreen(pr)))).filter((pr) => pr !== undefined);
|
|
33
32
|
const mergeablePRs = (await Promise.all(greenPRs.map((pr) => this.isMergeable(pr)))).filter((pr) => pr !== undefined);
|
|
34
33
|
this.ux.table(mergeablePRs, {
|
|
@@ -63,7 +62,16 @@ class AutoMerge extends command_1.SfdxCommand {
|
|
|
63
62
|
...this.baseRepoObject,
|
|
64
63
|
ref: pr.head.sha,
|
|
65
64
|
});
|
|
66
|
-
if
|
|
65
|
+
// no point looking at check runs if the commit status is not green
|
|
66
|
+
if (statusResponse.data.state !== 'success') {
|
|
67
|
+
return undefined;
|
|
68
|
+
}
|
|
69
|
+
const checkRunResponse = await this.octokit.request('GET /repos/{owner}/{repo}/commits/{ref}/check-runs', {
|
|
70
|
+
...this.baseRepoObject,
|
|
71
|
+
ref: pr.head.sha,
|
|
72
|
+
});
|
|
73
|
+
this.ux.logJson(checkRunResponse.data);
|
|
74
|
+
if (checkRunResponse.data.check_runs.every((cr) => cr.status === 'completed' && cr.conclusion === 'success')) {
|
|
67
75
|
return pr;
|
|
68
76
|
}
|
|
69
77
|
}
|
|
@@ -87,6 +95,7 @@ AutoMerge.flagsConfig = {
|
|
|
87
95
|
owner: command_1.flags.string({
|
|
88
96
|
char: 'o',
|
|
89
97
|
description: messagesFromConsolidate.getMessage('owner'),
|
|
98
|
+
dependsOn: ['repo'],
|
|
90
99
|
}),
|
|
91
100
|
repo: command_1.flags.string({
|
|
92
101
|
char: 'r',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"automerge.js","sourceRoot":"","sources":["../../../src/commands/dependabot/automerge.ts"],"names":[],"mappings":";;AAAA;;;;;GAKG;AACH,qJAAqJ;AACrJ,yBAAyB;AACzB,iDAAsE;AACtE,wCAAwC;AACxC,yCAAsC;AACtC,mDAAoD;AACpD,2CAA4C;AAC5C,
|
|
1
|
+
{"version":3,"file":"automerge.js","sourceRoot":"","sources":["../../../src/commands/dependabot/automerge.ts"],"names":[],"mappings":"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"}
|
package/lib/dependabot.js
CHANGED
|
@@ -15,17 +15,16 @@ const kit_1 = require("@salesforce/kit");
|
|
|
15
15
|
const ts_types_1 = require("@salesforce/ts-types");
|
|
16
16
|
core_1.Messages.importMessagesDirectory(__dirname);
|
|
17
17
|
const messages = core_1.Messages.load('@salesforce/plugin-release-management', 'dependabot.consolidate', ['maxVersionBump']);
|
|
18
|
+
const inclusionMap = {
|
|
19
|
+
major: ['major', 'minor', 'patch'],
|
|
20
|
+
minor: ['minor', 'patch'],
|
|
21
|
+
patch: ['patch'],
|
|
22
|
+
};
|
|
18
23
|
const meetsVersionCriteria = (title, maxVersionBump) => {
|
|
19
24
|
const versionsRegex = /[0-9]+.[0-9]+.[0-9]+/g;
|
|
20
25
|
const [from, to] = title.match(versionsRegex);
|
|
21
26
|
const bumpType = (0, semver_1.diff)(from, to);
|
|
22
|
-
|
|
23
|
-
major: ['major', 'minor', 'patch'],
|
|
24
|
-
minor: ['minor', 'patch'],
|
|
25
|
-
patch: ['patch'],
|
|
26
|
-
};
|
|
27
|
-
const includeBumps = inclusionMap[maxVersionBump];
|
|
28
|
-
return includeBumps.includes(bumpType);
|
|
27
|
+
return inclusionMap[maxVersionBump].includes(bumpType);
|
|
29
28
|
};
|
|
30
29
|
exports.meetsVersionCriteria = meetsVersionCriteria;
|
|
31
30
|
exports.maxVersionBumpFlag = command_1.flags.enum({
|
|
@@ -36,6 +35,10 @@ exports.maxVersionBumpFlag = command_1.flags.enum({
|
|
|
36
35
|
required: true,
|
|
37
36
|
});
|
|
38
37
|
const getOwnerAndRepo = async (ownerFlag, repoFlag) => {
|
|
38
|
+
if (ownerFlag && repoFlag) {
|
|
39
|
+
return { owner: ownerFlag, repo: repoFlag };
|
|
40
|
+
}
|
|
41
|
+
// read it from package.json
|
|
39
42
|
const fileData = await fs.promises.readFile('package.json', 'utf8');
|
|
40
43
|
const pkgJson = (0, kit_1.parseJson)(fileData, 'package.json', false);
|
|
41
44
|
if (pkgJson.repository && (0, ts_types_1.isString)(pkgJson.repository)) {
|
package/lib/dependabot.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dependabot.js","sourceRoot":"","sources":["../src/dependabot.ts"],"names":[],"mappings":";;;AAAA;;;;;GAKG;AACH,yBAAyB;AACzB,mCAA2C;AAC3C,iDAA4C;AAC5C,2CAA4C;AAC5C,yCAA4C;AAC5C,mDAA8D;AAK9D,eAAQ,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC;AAC5C,MAAM,QAAQ,GAAG,eAAQ,CAAC,IAAI,CAAC,uCAAuC,EAAE,wBAAwB,EAAE,CAAC,gBAAgB,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"dependabot.js","sourceRoot":"","sources":["../src/dependabot.ts"],"names":[],"mappings":";;;AAAA;;;;;GAKG;AACH,yBAAyB;AACzB,mCAA2C;AAC3C,iDAA4C;AAC5C,2CAA4C;AAC5C,yCAA4C;AAC5C,mDAA8D;AAK9D,eAAQ,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC;AAC5C,MAAM,QAAQ,GAAG,eAAQ,CAAC,IAAI,CAAC,uCAAuC,EAAE,wBAAwB,EAAE,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAEtH,MAAM,YAAY,GAAG;IACnB,KAAK,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,OAAO,CAAe;IAChD,KAAK,EAAE,CAAC,OAAO,EAAE,OAAO,CAAe;IACvC,KAAK,EAAE,CAAC,OAAO,CAAe;CAC/B,CAAC;AAEK,MAAM,oBAAoB,GAAG,CAAC,KAAa,EAAE,cAAwB,EAAW,EAAE;IACvF,MAAM,aAAa,GAAG,uBAAuB,CAAC;IAC9C,MAAM,CAAC,IAAI,EAAE,EAAE,CAAC,GAAG,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;IAC9C,MAAM,QAAQ,GAAG,IAAA,aAAI,EAAC,IAAI,EAAE,EAAE,CAAa,CAAC;IAC5C,OAAO,YAAY,CAAC,cAAc,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;AACzD,CAAC,CAAC;AALW,QAAA,oBAAoB,wBAK/B;AAEW,QAAA,kBAAkB,GAAG,eAAK,CAAC,IAAI,CAAC;IAC3C,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,gBAAgB,CAAC;IAClD,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC;IACpC,OAAO,EAAE,OAAO;IAChB,QAAQ,EAAE,IAAI;CACf,CAAC,CAAC;AAEI,MAAM,eAAe,GAAG,KAAK,EAClC,SAAiB,EACjB,QAAgB,EAC0B,EAAE;IAC5C,IAAI,SAAS,IAAI,QAAQ,EAAE;QACzB,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;KAC7C;IACD,4BAA4B;IAC5B,MAAM,QAAQ,GAAG,MAAM,EAAE,CAAC,QAAQ,CAAC,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC,CAAC;IACpE,MAAM,OAAO,GAAG,IAAA,eAAS,EAAC,QAAQ,EAAE,cAAc,EAAE,KAAK,CAAgB,CAAC;IAE1E,IAAI,OAAO,CAAC,UAAU,IAAI,IAAA,mBAAQ,EAAC,OAAO,CAAC,UAAU,CAAC,EAAE;QACtD,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,OAAO,CAAC,UAAU,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;QACrD,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;KACxB;SAAM;QACL,OAAO;YACL,KAAK,EAAE,IAAA,uBAAY,EAAC,SAAS,EAAE,2BAA2B,CAAC;YAC3D,IAAI,EAAE,IAAA,uBAAY,EAAC,QAAQ,EAAE,+BAA+B,CAAC;SAC9D,CAAC;KACH;AACH,CAAC,CAAC;AApBW,QAAA,eAAe,mBAoB1B"}
|
|
@@ -12,6 +12,8 @@
|
|
|
12
12
|
"pinnedDeps": "bump the versions of the packages listed in the pinnedDependencies section",
|
|
13
13
|
"only": "only bump the version of the packages passed in, uses latest if version is not provided",
|
|
14
14
|
"patch": "bump the release as a patch of an existing version, not a new minor version",
|
|
15
|
-
"buildOnly": "only build the latest rc, do not git add/commit/push"
|
|
15
|
+
"buildOnly": "only build the latest rc, do not git add/commit/push",
|
|
16
|
+
"snapshot": "update the snapshots and commit them to the PR",
|
|
17
|
+
"schema": "update the schemas and commit them to the PR"
|
|
16
18
|
}
|
|
17
19
|
}
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"3.1.3-dev.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":true,"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":true,"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] [--only <array>] [--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":[],"examples":["<%= config.bin %> <%= command.id %>","<%= config.bin %> <%= command.id %> --patch","<%= config.bin %> <%= command.id %> --build-only","<%= config.bin %> <%= command.id %> --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3,@sf/config"],"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},"only":{"name":"only","type":"option","description":"only bump the version of the packages passed in, uses latest if version is not provided","multiple":false},"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"},"only":{"kind":"array","description":"only bump the version of the packages passed in, uses latest if version is not provided","input":[],"multiple":false,"type":"option"},"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: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] [--githubtag <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 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},"githubtag":{"name":"githubtag","type":"option","description":"given a github tag, release the version specified in the package.json as is. Useful when you've already done a release and only need npm publish features","multiple":false}},"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"},"githubtag":{"kind":"string","description":"given a github tag, release the version specified in the package.json as is. Useful when you've already done a release and only need npm publish features","input":[],"multiple":false,"type":"option"}}},"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":"3.3.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":true,"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":true,"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 [-o <string> -r <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,"dependsOn":["repo"]},"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","dependsOn":["repo"],"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] [--only <array>] [--pinned-deps] [--patch] [--snapshot] [--schema] [--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 %> --patch","<%= config.bin %> <%= command.id %> --build-only","<%= config.bin %> <%= command.id %> --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3,@sf/config"],"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},"only":{"name":"only","type":"option","description":"only bump the version of the packages passed in, uses latest if version is not provided","multiple":false},"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},"snapshot":{"name":"snapshot","type":"boolean","description":"update the snapshots and commit them to the PR","allowNo":false},"schema":{"name":"schema","type":"boolean","description":"update the schemas and commit them to the PR","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"},"only":{"kind":"array","description":"only bump the version of the packages passed in, uses latest if version is not provided","input":[],"multiple":false,"type":"option"},"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"},"snapshot":{"kind":"boolean","description":"update the snapshots and commit them to the PR","allowNo":false,"type":"boolean"},"schema":{"kind":"boolean","description":"update the schemas and commit them to the PR","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: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] [--githubtag <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 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},"githubtag":{"name":"githubtag","type":"option","description":"given a github tag, release the version specified in the package.json as is. Useful when you've already done a release and only need npm publish features","multiple":false}},"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"},"githubtag":{"kind":"string","description":"given a github tag, release the version specified in the package.json as is. Useful when you've already done a release and only need npm publish features","input":[],"multiple":false,"type":"option"}}},"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,186 +1,190 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
],
|
|
86
|
-
"homepage": "https://github.com/salesforcecli/plugin-release-management",
|
|
87
|
-
"keywords": [
|
|
88
|
-
"force",
|
|
89
|
-
"salesforce",
|
|
90
|
-
"sfdx",
|
|
91
|
-
"salesforcedx",
|
|
92
|
-
"sfdx-plugin"
|
|
93
|
-
],
|
|
94
|
-
"license": "BSD-3-Clause",
|
|
95
|
-
"oclif": {
|
|
96
|
-
"commands": "./lib/commands",
|
|
97
|
-
"node": "14.15.4",
|
|
98
|
-
"bin": "sfdx",
|
|
99
|
-
"plugins": [
|
|
100
|
-
"@salesforce/plugin-trust"
|
|
2
|
+
"name": "@salesforce/plugin-release-management",
|
|
3
|
+
"description": "A plugin for preparing and publishing npm packages",
|
|
4
|
+
"version": "3.3.0",
|
|
5
|
+
"author": "Salesforce",
|
|
6
|
+
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
|
+
"bin": {
|
|
8
|
+
"sf-release": "bin/run"
|
|
9
|
+
},
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"@oclif/core": "^1.13.3",
|
|
12
|
+
"@octokit/core": "^4.0.4",
|
|
13
|
+
"@salesforce/command": "^5.2.3",
|
|
14
|
+
"@salesforce/core": "^3.26.0",
|
|
15
|
+
"@salesforce/kit": "^1.6.0",
|
|
16
|
+
"@salesforce/plugin-command-reference": "^1.4.0",
|
|
17
|
+
"@salesforce/plugin-trust": "^2.0.3",
|
|
18
|
+
"@salesforce/ts-types": "^1.5.20",
|
|
19
|
+
"agent-base": "^6.0.2",
|
|
20
|
+
"aws-sdk": "^2.1043.0",
|
|
21
|
+
"chalk": "^4.1.0",
|
|
22
|
+
"conventional-changelog-conventionalcommits": "^4.6.1",
|
|
23
|
+
"conventional-changelog-preset-loader": "^2.3.4",
|
|
24
|
+
"conventional-commits-parser": "^3.2.2",
|
|
25
|
+
"fast-glob": "^3.2.7",
|
|
26
|
+
"glob": "^7.2.0",
|
|
27
|
+
"got": "^11.8.3",
|
|
28
|
+
"proxy-agent": "^5.0.0",
|
|
29
|
+
"proxy-from-env": "^1.1.0",
|
|
30
|
+
"semver": "^7.3.5",
|
|
31
|
+
"shelljs": "^0.8.4",
|
|
32
|
+
"standard-version": "^9.0.0",
|
|
33
|
+
"strip-ansi": "6.0.1",
|
|
34
|
+
"tslib": "^2",
|
|
35
|
+
"yarn-deduplicate": "^3.1.0"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@oclif/plugin-command-snapshot": "^3",
|
|
39
|
+
"@salesforce/dev-config": "^3.0.0",
|
|
40
|
+
"@salesforce/dev-scripts": "^2.0.3",
|
|
41
|
+
"@salesforce/prettier-config": "^0.0.2",
|
|
42
|
+
"@salesforce/ts-sinon": "1.3.21",
|
|
43
|
+
"@types/conventional-changelog-preset-loader": "^2.3.1",
|
|
44
|
+
"@types/conventional-commits-parser": "^3.0.1",
|
|
45
|
+
"@types/semver": "^7.3.9",
|
|
46
|
+
"@types/shelljs": "^0.8.8",
|
|
47
|
+
"@typescript-eslint/eslint-plugin": "^4.26.0",
|
|
48
|
+
"@typescript-eslint/parser": "^4.26.0",
|
|
49
|
+
"aws-sdk-mock": "^5.4.0",
|
|
50
|
+
"chai": "^4.2.0",
|
|
51
|
+
"cz-conventional-changelog": "^3.2.0",
|
|
52
|
+
"eslint": "^7.27.0",
|
|
53
|
+
"eslint-config-prettier": "^6.11.0",
|
|
54
|
+
"eslint-config-salesforce": "^0.1.6",
|
|
55
|
+
"eslint-config-salesforce-license": "^0.1.6",
|
|
56
|
+
"eslint-config-salesforce-typescript": "^0.2.8",
|
|
57
|
+
"eslint-plugin-header": "^3.0.0",
|
|
58
|
+
"eslint-plugin-import": "2.26.0",
|
|
59
|
+
"eslint-plugin-jsdoc": "^35.1.2",
|
|
60
|
+
"eslint-plugin-prettier": "^3.1.3",
|
|
61
|
+
"husky": "^7.0.4",
|
|
62
|
+
"mocha": "^9.1.3",
|
|
63
|
+
"nyc": "^15.1.0",
|
|
64
|
+
"oclif": "^3.1.2",
|
|
65
|
+
"prettier": "^2.4.1",
|
|
66
|
+
"pretty-quick": "^3.1.0",
|
|
67
|
+
"shx": "0.3.4",
|
|
68
|
+
"sinon": "10.0.0",
|
|
69
|
+
"ts-node": "^10.0.0",
|
|
70
|
+
"typescript": "^4.1.3"
|
|
71
|
+
},
|
|
72
|
+
"config": {
|
|
73
|
+
"commitizen": {
|
|
74
|
+
"path": "cz-conventional-changelog"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"engines": {
|
|
78
|
+
"node": ">=14.0.0"
|
|
79
|
+
},
|
|
80
|
+
"files": [
|
|
81
|
+
"bin",
|
|
82
|
+
"oclif.manifest.json",
|
|
83
|
+
"/lib",
|
|
84
|
+
"/messages"
|
|
101
85
|
],
|
|
102
|
-
"
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
86
|
+
"homepage": "https://github.com/salesforcecli/plugin-release-management",
|
|
87
|
+
"keywords": [
|
|
88
|
+
"force",
|
|
89
|
+
"salesforce",
|
|
90
|
+
"sfdx",
|
|
91
|
+
"salesforcedx",
|
|
92
|
+
"sfdx-plugin"
|
|
106
93
|
],
|
|
107
|
-
"
|
|
108
|
-
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
"
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
"
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
"
|
|
153
|
-
|
|
94
|
+
"license": "BSD-3-Clause",
|
|
95
|
+
"oclif": {
|
|
96
|
+
"commands": "./lib/commands",
|
|
97
|
+
"node": "14.15.4",
|
|
98
|
+
"bin": "sfdx",
|
|
99
|
+
"plugins": [
|
|
100
|
+
"@salesforce/plugin-trust"
|
|
101
|
+
],
|
|
102
|
+
"devPlugins": [
|
|
103
|
+
"@oclif/plugin-help",
|
|
104
|
+
"@oclif/plugin-command-snapshot",
|
|
105
|
+
"@salesforce/plugin-command-reference"
|
|
106
|
+
],
|
|
107
|
+
"topics": {
|
|
108
|
+
"cli": {
|
|
109
|
+
"description": "get information on the cli",
|
|
110
|
+
"subtopics": {
|
|
111
|
+
"versions": {
|
|
112
|
+
"description": "interact with CLI versions"
|
|
113
|
+
},
|
|
114
|
+
"tarballs": {
|
|
115
|
+
"description": "interact with CLI tarballs"
|
|
116
|
+
},
|
|
117
|
+
"install": {
|
|
118
|
+
"description": "utilities for CLI installation"
|
|
119
|
+
},
|
|
120
|
+
"latestrc": {
|
|
121
|
+
"description": "utilities for building CLI releases"
|
|
122
|
+
},
|
|
123
|
+
"schemas": {
|
|
124
|
+
"description": "utilities for comparing command schemas"
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"channel": {
|
|
129
|
+
"description": "interact with aws channels for clis"
|
|
130
|
+
},
|
|
131
|
+
"circleci": {
|
|
132
|
+
"description": "interact with circleci api",
|
|
133
|
+
"subtopics": {
|
|
134
|
+
"envvar": {
|
|
135
|
+
"description": "update and set environment variables in circleci"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"dependabot": {
|
|
140
|
+
"description": "interact with dependabot PRs"
|
|
141
|
+
},
|
|
142
|
+
"npm": {
|
|
143
|
+
"description": "release npm packages",
|
|
144
|
+
"subtopics": {
|
|
145
|
+
"dependencies": {
|
|
146
|
+
"description": "pin dependencies to a specific version in package.json"
|
|
147
|
+
},
|
|
148
|
+
"package": {
|
|
149
|
+
"description": "work with npm projects"
|
|
150
|
+
},
|
|
151
|
+
"release": {
|
|
152
|
+
"description": "validate npm releases"
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"typescript": {
|
|
157
|
+
"description": "test updates to typescript version"
|
|
158
|
+
}
|
|
154
159
|
}
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
160
|
+
},
|
|
161
|
+
"repository": "salesforcecli/plugin-release-management",
|
|
162
|
+
"scripts": {
|
|
163
|
+
"build": "sf-build",
|
|
164
|
+
"clean": "sf-clean",
|
|
165
|
+
"clean-all": "sf-clean all",
|
|
166
|
+
"clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
|
|
167
|
+
"compile": "sf-compile",
|
|
168
|
+
"docs": "sf-docs",
|
|
169
|
+
"format": "sf-format",
|
|
170
|
+
"lint": "sf-lint",
|
|
171
|
+
"oclif-artifacts": "oclif manifest",
|
|
172
|
+
"postpack": "shx rm -f oclif.manifest.json",
|
|
173
|
+
"posttest": "yarn lint && yarn test:deprecation-policy && yarn test:command-reference",
|
|
174
|
+
"prepack": "sf-prepack",
|
|
175
|
+
"prepare": "sf-install",
|
|
176
|
+
"pretest": "sf-compile-test",
|
|
177
|
+
"test": "sf-test",
|
|
178
|
+
"test:command-reference": "./bin/dev commandreference:generate --erroronwarnings",
|
|
179
|
+
"test:deprecation-policy": "./bin/dev snapshot:compare",
|
|
180
|
+
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
|
|
181
|
+
"version": "oclif readme"
|
|
182
|
+
},
|
|
183
|
+
"publishConfig": {
|
|
184
|
+
"access": "public"
|
|
185
|
+
},
|
|
186
|
+
"sfdx": {
|
|
187
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/3.3.0.crt",
|
|
188
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/3.3.0.sig"
|
|
159
189
|
}
|
|
160
|
-
|
|
161
|
-
"repository": "salesforcecli/plugin-release-management",
|
|
162
|
-
"scripts": {
|
|
163
|
-
"build": "sf-build",
|
|
164
|
-
"clean": "sf-clean",
|
|
165
|
-
"clean-all": "sf-clean all",
|
|
166
|
-
"clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
|
|
167
|
-
"compile": "sf-compile",
|
|
168
|
-
"docs": "sf-docs",
|
|
169
|
-
"format": "sf-format",
|
|
170
|
-
"lint": "sf-lint",
|
|
171
|
-
"oclif-artifacts": "oclif manifest",
|
|
172
|
-
"postpack": "shx rm -f oclif.manifest.json",
|
|
173
|
-
"posttest": "yarn lint && yarn test:deprecation-policy && yarn test:command-reference",
|
|
174
|
-
"prepack": "sf-prepack",
|
|
175
|
-
"prepare": "sf-install",
|
|
176
|
-
"pretest": "sf-compile-test",
|
|
177
|
-
"test": "sf-test",
|
|
178
|
-
"test:command-reference": "./bin/dev commandreference:generate --erroronwarnings",
|
|
179
|
-
"test:deprecation-policy": "./bin/dev snapshot:compare",
|
|
180
|
-
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
|
|
181
|
-
"version": "oclif readme"
|
|
182
|
-
},
|
|
183
|
-
"publishConfig": {
|
|
184
|
-
"access": "public"
|
|
185
|
-
}
|
|
186
|
-
}
|
|
190
|
+
}
|