@@ -105,7 +105,7 @@ sfdx plugins
105
105
- [ ` sfdx circleci:envvar:create -e <string> [-s <string>] [--dryrun] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] ` ] ( #sfdx-circlecienvvarcreate--e-string--s-string---dryrun---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal )
106
106
- [ ` sfdx circleci:envvar:update -e <string> [-s <string>] [--dryrun] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] ` ] ( #sfdx-circlecienvvarupdate--e-string--s-string---dryrun---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal )
107
107
- [ ` sfdx cli:install:test -c <string> -m <string> [--channel <string>] [--output-file <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] ` ] ( #sfdx-cliinstalltest--c-string--m-string---channel-string---output-file-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal )
108
- - [ ` sfdx cli:latestrc:build [--rctag <string>] [--build-only] [--resolutions] [--pinned-deps] [--patch] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] ` ] ( #sfdx-clilatestrcbuild---rctag-string---build-only---resolutions---pinned-deps---patch---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal )
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
109
- [ ` sfdx cli:releasenotes -c <string> [-s <string>] [-m] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] ` ] ( #sfdx-clireleasenotes--c-string--s-string--m---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal )
110
110
- [ ` sfdx cli:schemas:collect [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] ` ] ( #sfdx-clischemascollect---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal )
111
111
- [ ` sfdx cli:schemas:compare [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] ` ] ( #sfdx-clischemascompare---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal )
@@ -174,7 +174,7 @@ EXAMPLE
174
174
sfdx channel:promote --candidate latest-rc --target latest --platform win --platform mac
175
175
```
176
176
177
- _ See code: [ src/commands/channel/promote.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.0 /src/commands/channel/promote.ts ) _
177
+ _ See code: [ src/commands/channel/promote.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.1 /src/commands/channel/promote.ts ) _
178
178
179
179
## ` sfdx circleci [-t plugin|library|orb] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
180
180
@@ -196,7 +196,7 @@ EXAMPLE
196
196
sfdx circleci -t plugin
197
197
```
198
198
199
- _ See code: [ src/commands/circleci/index.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.0 /src/commands/circleci/index.ts ) _
199
+ _ See code: [ src/commands/circleci/index.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.1 /src/commands/circleci/index.ts ) _
200
200
201
201
## ` sfdx circleci:envvar:create -e <string> [-s <string>] [--dryrun] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
202
202
@@ -233,7 +233,7 @@ EXAMPLES
233
233
sfdx circleci -t plugin | sfdx circleci:envvar:create -e 'MY_ENV_VAR' -e 'MY_OTHER_ENV_VAR'
234
234
```
235
235
236
- _ See code: [ src/commands/circleci/envvar/create.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.0 /src/commands/circleci/envvar/create.ts ) _
236
+ _ See code: [ src/commands/circleci/envvar/create.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.1 /src/commands/circleci/envvar/create.ts ) _
237
237
238
238
## ` sfdx circleci:envvar:update -e <string> [-s <string>] [--dryrun] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
239
239
@@ -270,7 +270,7 @@ EXAMPLES
270
270
sfdx circleci -t plugin | sfdx circleci:envvar:update -e 'MY_ENV_VAR' -e 'MY_OTHER_ENV_VAR'
271
271
```
272
272
273
- _ See code: [ src/commands/circleci/envvar/update.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.0 /src/commands/circleci/envvar/update.ts ) _
273
+ _ See code: [ src/commands/circleci/envvar/update.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.1 /src/commands/circleci/envvar/update.ts ) _
274
274
275
275
## ` sfdx cli:install:test -c <string> -m <string> [--channel <string>] [--output-file <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
276
276
@@ -307,16 +307,16 @@ EXAMPLES
307
307
sfdx cli:install:test --cli sf --method tarball --channel stable-rc
308
308
```
309
309
310
- _ See code: [ src/commands/cli/install/test.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.0 /src/commands/cli/install/test.ts ) _
310
+ _ See code: [ src/commands/cli/install/test.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.1 /src/commands/cli/install/test.ts ) _
311
311
312
- ## ` sfdx cli:latestrc:build [--rctag <string>] [--build-only] [--resolutions] [--pinned-deps] [--patch] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
312
+ ## ` 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] `
313
313
314
314
creates a PR to the repository property defined in the package.json to release a latest-rc build
315
315
316
316
```
317
317
USAGE
318
- $ sfdx cli:latestrc:build [--rctag <string>] [--build-only] [--resolutions] [--pinned-deps ] [--patch ] [--json ]
319
- [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
318
+ $ sfdx cli:latestrc:build [--rctag <string>] [--build-only] [--resolutions] [--only <array> ] [--pinned-deps ] [--patch ]
319
+ [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
320
320
321
321
OPTIONS
322
322
--build-only only build the latest rc, do not git
@@ -327,6 +327,10 @@ OPTIONS
327
327
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
328
328
this command invocation
329
329
330
+ --only=only only bump the version of the
331
+ packages passed in, uses latest if
332
+ version is not provided
333
+
330
334
--patch bump the release as a patch of an
331
335
existing version, not a new minor
332
336
version
@@ -342,9 +346,15 @@ OPTIONS
342
346
343
347
--[no-]resolutions bump the versions of packages listed
344
348
in the resolutions section
349
+
350
+ EXAMPLES
351
+ sfdx cli:latestrc:build
352
+ sfdx cli:latestrc:build --patch
353
+ sfdx cli:latestrc:build --build-only
354
+ sfdx cli:latestrc:build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3,@sf/config
345
355
```
346
356
347
- _ See code: [ src/commands/cli/latestrc/build.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.0 /src/commands/cli/latestrc/build.ts ) _
357
+ _ See code: [ src/commands/cli/latestrc/build.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.1 /src/commands/cli/latestrc/build.ts ) _
348
358
349
359
## ` sfdx cli:releasenotes -c <string> [-s <string>] [-m] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
350
360
@@ -382,7 +392,7 @@ EXAMPLES
382
392
sfdx cli:releasenotes --cli sf --markdown > changes.md
383
393
```
384
394
385
- _ See code: [ src/commands/cli/releasenotes.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.0 /src/commands/cli/releasenotes.ts ) _
395
+ _ See code: [ src/commands/cli/releasenotes.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.1 /src/commands/cli/releasenotes.ts ) _
386
396
387
397
## ` sfdx cli:schemas:collect [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
388
398
@@ -402,7 +412,7 @@ EXAMPLE
402
412
sfdx cli:schemas:collect
403
413
```
404
414
405
- _ See code: [ src/commands/cli/schemas/collect.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.0 /src/commands/cli/schemas/collect.ts ) _
415
+ _ See code: [ src/commands/cli/schemas/collect.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.1 /src/commands/cli/schemas/collect.ts ) _
406
416
407
417
## ` sfdx cli:schemas:compare [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
408
418
@@ -422,7 +432,7 @@ EXAMPLE
422
432
sfdx cli:schemas:compare
423
433
```
424
434
425
- _ See code: [ src/commands/cli/schemas/compare.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.0 /src/commands/cli/schemas/compare.ts ) _
435
+ _ See code: [ src/commands/cli/schemas/compare.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.1 /src/commands/cli/schemas/compare.ts ) _
426
436
427
437
## ` sfdx cli:tarballs:prepare [-d] [-t] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
428
438
@@ -451,7 +461,7 @@ EXAMPLE
451
461
sfdx cli:tarballs:prepare
452
462
```
453
463
454
- _ See code: [ src/commands/cli/tarballs/prepare.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.0 /src/commands/cli/tarballs/prepare.ts ) _
464
+ _ See code: [ src/commands/cli/tarballs/prepare.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.1 /src/commands/cli/tarballs/prepare.ts ) _
455
465
456
466
## ` sfdx cli:tarballs:smoke -c <string> [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
457
467
@@ -480,7 +490,7 @@ EXAMPLES
480
490
sfdx cli:tarballs:smoke --cli sf
481
491
```
482
492
483
- _ See code: [ src/commands/cli/tarballs/smoke.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.0 /src/commands/cli/tarballs/smoke.ts ) _
493
+ _ See code: [ src/commands/cli/tarballs/smoke.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.1 /src/commands/cli/tarballs/smoke.ts ) _
484
494
485
495
## ` sfdx cli:tarballs:verify [-c sf|sfdx] [-w <number>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
486
496
@@ -509,7 +519,7 @@ EXAMPLES
509
519
sfdx cli:tarballs:verify --cli sf
510
520
```
511
521
512
- _ See code: [ src/commands/cli/tarballs/verify.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.0 /src/commands/cli/tarballs/verify.ts ) _
522
+ _ See code: [ src/commands/cli/tarballs/verify.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.1 /src/commands/cli/tarballs/verify.ts ) _
513
523
514
524
## ` 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] `
515
525
@@ -557,7 +567,7 @@ EXAMPLES
557
567
sfdx cli:versions:inspect -l npm -c latest -d chalk -s
558
568
```
559
569
560
- _ See code: [ src/commands/cli/versions/inspect.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.0 /src/commands/cli/versions/inspect.ts ) _
570
+ _ See code: [ src/commands/cli/versions/inspect.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.1 /src/commands/cli/versions/inspect.ts ) _
561
571
562
572
## ` sfdx dependabot:automerge -m major|minor|patch [-r <string> -o <string>] [-d] [-s] [--merge-method merge|squash|rebase] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
563
573
@@ -601,7 +611,7 @@ EXAMPLES
601
611
sfdx dependabot:automerge --max-version-bump major
602
612
```
603
613
604
- _ See code: [ src/commands/dependabot/automerge.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.0 /src/commands/dependabot/automerge.ts ) _
614
+ _ See code: [ src/commands/dependabot/automerge.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.1 /src/commands/dependabot/automerge.ts ) _
605
615
606
616
## ` 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] `
607
617
@@ -652,7 +662,7 @@ EXAMPLES
652
662
sfdx dependabot:consolidate --max-version-bump major
653
663
```
654
664
655
- _ See code: [ src/commands/dependabot/consolidate.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.0 /src/commands/dependabot/consolidate.ts ) _
665
+ _ See code: [ src/commands/dependabot/consolidate.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.1 /src/commands/dependabot/consolidate.ts ) _
656
666
657
667
## ` sfdx npm:dependencies:pin [-d] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
658
668
@@ -677,7 +687,7 @@ OPTIONS
677
687
this command invocation
678
688
```
679
689
680
- _ See code: [ src/commands/npm/dependencies/pin.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.0 /src/commands/npm/dependencies/pin.ts ) _
690
+ _ See code: [ src/commands/npm/dependencies/pin.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.1 /src/commands/npm/dependencies/pin.ts ) _
681
691
682
692
## ` sfdx npm:lerna:release [-d] [-s <array>] [-t <string>] [-a <string>] [--install] [--githubrelease] [--verify] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
683
693
@@ -717,7 +727,7 @@ OPTIONS
717
727
after publish and digital signature
718
728
```
719
729
720
- _ See code: [ src/commands/npm/lerna/release.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.0 /src/commands/npm/lerna/release.ts ) _
730
+ _ See code: [ src/commands/npm/lerna/release.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.1 /src/commands/npm/lerna/release.ts ) _
721
731
722
732
## ` sfdx npm:package:promote -c <string> [-d] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
723
733
@@ -746,7 +756,7 @@ EXAMPLE
746
756
sfdx npm:package:promote --candidate latest-rc --target latest
747
757
```
748
758
749
- _ See code: [ src/commands/npm/package/promote.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.0 /src/commands/npm/package/promote.ts ) _
759
+ _ See code: [ src/commands/npm/package/promote.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.1 /src/commands/npm/package/promote.ts ) _
750
760
751
761
## ` sfdx npm:package:release [-d] [-s] [-t <string>] [-a <string>] [--install] [--prerelease <string>] [--verify] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
752
762
@@ -787,7 +797,7 @@ OPTIONS
787
797
after publish and digital signature
788
798
```
789
799
790
- _ See code: [ src/commands/npm/package/release.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.0 /src/commands/npm/package/release.ts ) _
800
+ _ See code: [ src/commands/npm/package/release.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.1 /src/commands/npm/package/release.ts ) _
791
801
792
802
## ` sfdx npm:release:validate [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
793
803
@@ -808,7 +818,7 @@ OPTIONS
808
818
(only works with --json flag)
809
819
```
810
820
811
- _ See code: [ src/commands/npm/release/validate.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.0 /src/commands/npm/release/validate.ts ) _
821
+ _ See code: [ src/commands/npm/release/validate.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.1 /src/commands/npm/release/validate.ts ) _
812
822
813
823
## ` sfdx plugins:trust:verify -n <string> [-r <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
814
824
@@ -881,7 +891,7 @@ EXAMPLES
881
891
sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
882
892
```
883
893
884
- _ See code: [ src/commands/repositories/index.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.0 /src/commands/repositories/index.ts ) _
894
+ _ See code: [ src/commands/repositories/index.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.1 /src/commands/repositories/index.ts ) _
885
895
886
896
## ` sfdx typescript:update [-v <string>] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
887
897
@@ -908,6 +918,6 @@ OPTIONS
908
918
this command invocation
909
919
```
910
920
911
- _ See code: [ src/commands/typescript/update.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.0 /src/commands/typescript/update.ts ) _
921
+ _ See code: [ src/commands/typescript/update.ts] ( https://github.com/salesforcecli/plugin-release-management/blob/v2.13.1 /src/commands/typescript/update.ts ) _
912
922
913
923
<!-- commandsstop -->
0 commit comments