@salesforce/plugin-release-management 5.5.6 → 5.5.8
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 +25 -25
- package/npm-shrinkwrap.json +1093 -1569
- package/oclif.lock +958 -1001
- package/oclif.manifest.json +75 -75
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -112,8 +112,8 @@ promote a s3 channel
|
|
|
112
112
|
|
|
113
113
|
```
|
|
114
114
|
USAGE
|
|
115
|
-
$ sfdx channel promote -t <value> -c sf|sfdx [--json] [--flags-dir <value>] [-d] [-C <value>] [-p win|macos|deb]
|
|
116
|
-
[-s <value>] [-m <value>] [-i] [-x] [-T linux-x64|linux-arm|win32-x64|win32-x86|darwin-x64] [-v <value>]
|
|
115
|
+
$ sfdx channel promote -t <value> -c sf|sfdx [--json] [--flags-dir <value>] [-d] [-C <value>] [-p win|macos|deb...]
|
|
116
|
+
[-s <value>] [-m <value>] [-i] [-x] [-T linux-x64|linux-arm|win32-x64|win32-x86|darwin-x64...] [-v <value>]
|
|
117
117
|
|
|
118
118
|
FLAGS
|
|
119
119
|
-C, --promote-from-channel=<value> the channel name that you want to promote
|
|
@@ -145,7 +145,7 @@ EXAMPLES
|
|
|
145
145
|
$ sfdx channel promote --candidate latest-rc --target latest --platform win --platform mac
|
|
146
146
|
```
|
|
147
147
|
|
|
148
|
-
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.
|
|
148
|
+
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.8/src/commands/channel/promote.ts)_
|
|
149
149
|
|
|
150
150
|
## `sfdx cli artifacts compare`
|
|
151
151
|
|
|
@@ -153,7 +153,7 @@ Look for breaking changes in artifacts (schemas and snapshots) from plugins. Mus
|
|
|
153
153
|
|
|
154
154
|
```
|
|
155
155
|
USAGE
|
|
156
|
-
$ sfdx cli artifacts compare [--json] [--flags-dir <value>] [-p <value
|
|
156
|
+
$ sfdx cli artifacts compare [--json] [--flags-dir <value>] [-p <value>...] [-r <value>] [-c <value>]
|
|
157
157
|
|
|
158
158
|
FLAGS
|
|
159
159
|
-c, --current=<value> Current CLI version to compare against. Defaults to the version on the CLI in the current
|
|
@@ -169,7 +169,7 @@ EXAMPLES
|
|
|
169
169
|
$ sfdx cli artifacts compare
|
|
170
170
|
```
|
|
171
171
|
|
|
172
|
-
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.
|
|
172
|
+
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.8/src/commands/cli/artifacts/compare.ts)_
|
|
173
173
|
|
|
174
174
|
## `sfdx cli install jit test`
|
|
175
175
|
|
|
@@ -177,7 +177,7 @@ Test that all JIT plugins can be successfully installed.
|
|
|
177
177
|
|
|
178
178
|
```
|
|
179
179
|
USAGE
|
|
180
|
-
$ sfdx cli install jit test [--json] [--flags-dir <value>] [-j <value
|
|
180
|
+
$ sfdx cli install jit test [--json] [--flags-dir <value>] [-j <value>...]
|
|
181
181
|
|
|
182
182
|
FLAGS
|
|
183
183
|
-j, --jit-plugin=<value>... JIT plugin(s) to test, example: @salesforce/plugin-community
|
|
@@ -190,7 +190,7 @@ EXAMPLES
|
|
|
190
190
|
$ sfdx cli install jit test
|
|
191
191
|
```
|
|
192
192
|
|
|
193
|
-
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.
|
|
193
|
+
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.8/src/commands/cli/install/jit/test.ts)_
|
|
194
194
|
|
|
195
195
|
## `sfdx cli install test`
|
|
196
196
|
|
|
@@ -231,7 +231,7 @@ EXAMPLES
|
|
|
231
231
|
$ sfdx cli install test --cli sf --method tarball --channel stable-rc
|
|
232
232
|
```
|
|
233
233
|
|
|
234
|
-
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.
|
|
234
|
+
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.8/src/commands/cli/install/test.ts)_
|
|
235
235
|
|
|
236
236
|
## `sfdx cli release automerge`
|
|
237
237
|
|
|
@@ -262,7 +262,7 @@ EXAMPLES
|
|
|
262
262
|
$ sfdx cli release automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
|
|
263
263
|
```
|
|
264
264
|
|
|
265
|
-
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.
|
|
265
|
+
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.8/src/commands/cli/release/automerge.ts)_
|
|
266
266
|
|
|
267
267
|
## `sfdx cli release build`
|
|
268
268
|
|
|
@@ -271,8 +271,8 @@ builds a new release from a designated starting point and optionally creates PR
|
|
|
271
271
|
```
|
|
272
272
|
USAGE
|
|
273
273
|
$ sfdx cli release build -c <value> [--json] [--flags-dir <value>] [-d <value>] [-g <value>] [--build-only]
|
|
274
|
-
[--resolutions] [--only <value
|
|
275
|
-
<value>]
|
|
274
|
+
[--resolutions] [--only <value>...] [--pinned-deps] [--jit] [--label <value>...] [--patch] [--empty]
|
|
275
|
+
[--pr-base-branch <value>]
|
|
276
276
|
|
|
277
277
|
FLAGS
|
|
278
278
|
-c, --release-channel=<value> (required) the channel intended for this release, examples: nightly, latest-rc,
|
|
@@ -325,7 +325,7 @@ EXAMPLES
|
|
|
325
325
|
$ sfdx cli release build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3
|
|
326
326
|
```
|
|
327
327
|
|
|
328
|
-
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.
|
|
328
|
+
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.8/src/commands/cli/release/build.ts)_
|
|
329
329
|
|
|
330
330
|
## `sfdx cli releasenotes`
|
|
331
331
|
|
|
@@ -366,7 +366,7 @@ EXAMPLES
|
|
|
366
366
|
$ sfdx cli releasenotes --cli sf --markdown > changes.md
|
|
367
367
|
```
|
|
368
368
|
|
|
369
|
-
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.
|
|
369
|
+
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.8/src/commands/cli/releasenotes.ts)_
|
|
370
370
|
|
|
371
371
|
## `sfdx cli tarballs prepare`
|
|
372
372
|
|
|
@@ -394,7 +394,7 @@ EXAMPLES
|
|
|
394
394
|
$ sfdx cli tarballs prepare
|
|
395
395
|
```
|
|
396
396
|
|
|
397
|
-
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.
|
|
397
|
+
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.8/src/commands/cli/tarballs/prepare.ts)_
|
|
398
398
|
|
|
399
399
|
## `sfdx cli tarballs smoke`
|
|
400
400
|
|
|
@@ -424,7 +424,7 @@ EXAMPLES
|
|
|
424
424
|
$ sfdx cli tarballs smoke
|
|
425
425
|
```
|
|
426
426
|
|
|
427
|
-
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.
|
|
427
|
+
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.8/src/commands/cli/tarballs/smoke.ts)_
|
|
428
428
|
|
|
429
429
|
## `sfdx cli tarballs verify`
|
|
430
430
|
|
|
@@ -456,7 +456,7 @@ EXAMPLES
|
|
|
456
456
|
$ sfdx cli tarballs verify --cli sf
|
|
457
457
|
```
|
|
458
458
|
|
|
459
|
-
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.
|
|
459
|
+
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.8/src/commands/cli/tarballs/verify.ts)_
|
|
460
460
|
|
|
461
461
|
## `sfdx cli versions inspect`
|
|
462
462
|
|
|
@@ -464,8 +464,8 @@ inspect the CLI version across all install paths
|
|
|
464
464
|
|
|
465
465
|
```
|
|
466
466
|
USAGE
|
|
467
|
-
$ sfdx cli versions inspect -c legacy|stable|stable-rc|latest|latest-rc|nightly -l archive|npm --cli sf|sfdx
|
|
468
|
-
[--flags-dir <value>] [-d <value
|
|
467
|
+
$ sfdx cli versions inspect -c legacy|stable|stable-rc|latest|latest-rc|nightly... -l archive|npm... --cli sf|sfdx
|
|
468
|
+
[--json] [--flags-dir <value>] [-d <value>...] [-s]
|
|
469
469
|
|
|
470
470
|
FLAGS
|
|
471
471
|
-c, --channels=<option>... (required) the channel you want to inspect (for achives, latest and latest-rc are
|
|
@@ -509,7 +509,7 @@ EXAMPLES
|
|
|
509
509
|
$ sfdx cli versions inspect -l npm -c latest -d chalk -s
|
|
510
510
|
```
|
|
511
511
|
|
|
512
|
-
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.
|
|
512
|
+
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.8/src/commands/cli/versions/inspect.ts)_
|
|
513
513
|
|
|
514
514
|
## `sfdx dependabot automerge`
|
|
515
515
|
|
|
@@ -549,7 +549,7 @@ EXAMPLES
|
|
|
549
549
|
$ sfdx dependabot automerge --max-version-bump major
|
|
550
550
|
```
|
|
551
551
|
|
|
552
|
-
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.
|
|
552
|
+
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.8/src/commands/dependabot/automerge.ts)_
|
|
553
553
|
|
|
554
554
|
## `sfdx github check closed`
|
|
555
555
|
|
|
@@ -576,7 +576,7 @@ EXAMPLES
|
|
|
576
576
|
$ sfdx github check closed -o me@gus.com
|
|
577
577
|
```
|
|
578
578
|
|
|
579
|
-
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.
|
|
579
|
+
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.8/src/commands/github/check/closed.ts)_
|
|
580
580
|
|
|
581
581
|
## `sfdx npm dependencies pin`
|
|
582
582
|
|
|
@@ -602,7 +602,7 @@ DESCRIPTION
|
|
|
602
602
|
in the package.json
|
|
603
603
|
```
|
|
604
604
|
|
|
605
|
-
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.
|
|
605
|
+
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.8/src/commands/npm/dependencies/pin.ts)_
|
|
606
606
|
|
|
607
607
|
## `sfdx npm package release`
|
|
608
608
|
|
|
@@ -634,7 +634,7 @@ DESCRIPTION
|
|
|
634
634
|
publish npm package
|
|
635
635
|
```
|
|
636
636
|
|
|
637
|
-
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.
|
|
637
|
+
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.8/src/commands/npm/package/release.ts)_
|
|
638
638
|
|
|
639
639
|
## `sfdx plugins trust verify`
|
|
640
640
|
|
|
@@ -663,7 +663,7 @@ EXAMPLES
|
|
|
663
663
|
$ sfdx plugins trust verify --npm @scope/npmName
|
|
664
664
|
```
|
|
665
665
|
|
|
666
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
666
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.8/src/commands/plugins/trust/verify.ts)_
|
|
667
667
|
|
|
668
668
|
## `sfdx repositories`
|
|
669
669
|
|
|
@@ -702,6 +702,6 @@ EXAMPLES
|
|
|
702
702
|
$ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
|
|
703
703
|
```
|
|
704
704
|
|
|
705
|
-
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.
|
|
705
|
+
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.8/src/commands/repositories/index.ts)_
|
|
706
706
|
|
|
707
707
|
<!-- commandsstop -->
|