@salesforce/plugin-release-management 5.7.64 → 5.7.66
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 +16 -16
- package/npm-shrinkwrap.json +844 -1959
- package/oclif.lock +859 -1562
- package/oclif.manifest.json +450 -450
- package/package.json +6 -6
package/oclif.manifest.json
CHANGED
|
@@ -160,6 +160,80 @@
|
|
|
160
160
|
"promote.js"
|
|
161
161
|
]
|
|
162
162
|
},
|
|
163
|
+
"cli:releasenotes": {
|
|
164
|
+
"aliases": [],
|
|
165
|
+
"args": {},
|
|
166
|
+
"description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
|
|
167
|
+
"examples": [
|
|
168
|
+
"<%= config.bin %> <%= command.id %> --cli sf",
|
|
169
|
+
"<%= config.bin %> <%= command.id %> --cli sfdx",
|
|
170
|
+
"<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
|
|
171
|
+
"<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
|
|
172
|
+
"<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
|
|
173
|
+
"<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
|
|
174
|
+
],
|
|
175
|
+
"flags": {
|
|
176
|
+
"json": {
|
|
177
|
+
"description": "Format output as json.",
|
|
178
|
+
"helpGroup": "GLOBAL",
|
|
179
|
+
"name": "json",
|
|
180
|
+
"allowNo": false,
|
|
181
|
+
"type": "boolean"
|
|
182
|
+
},
|
|
183
|
+
"flags-dir": {
|
|
184
|
+
"helpGroup": "GLOBAL",
|
|
185
|
+
"name": "flags-dir",
|
|
186
|
+
"summary": "Import flag values from a directory.",
|
|
187
|
+
"hasDynamicHelp": false,
|
|
188
|
+
"multiple": false,
|
|
189
|
+
"type": "option"
|
|
190
|
+
},
|
|
191
|
+
"cli": {
|
|
192
|
+
"char": "c",
|
|
193
|
+
"name": "cli",
|
|
194
|
+
"required": true,
|
|
195
|
+
"summary": "the cli to pull information for",
|
|
196
|
+
"hasDynamicHelp": false,
|
|
197
|
+
"multiple": false,
|
|
198
|
+
"options": [
|
|
199
|
+
"sf",
|
|
200
|
+
"sfdx"
|
|
201
|
+
],
|
|
202
|
+
"type": "option"
|
|
203
|
+
},
|
|
204
|
+
"since": {
|
|
205
|
+
"char": "s",
|
|
206
|
+
"name": "since",
|
|
207
|
+
"summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
|
|
208
|
+
"hasDynamicHelp": false,
|
|
209
|
+
"multiple": false,
|
|
210
|
+
"type": "option"
|
|
211
|
+
},
|
|
212
|
+
"markdown": {
|
|
213
|
+
"char": "m",
|
|
214
|
+
"name": "markdown",
|
|
215
|
+
"summary": "format the output in markdown",
|
|
216
|
+
"allowNo": false,
|
|
217
|
+
"type": "boolean"
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
"hasDynamicHelp": false,
|
|
221
|
+
"hiddenAliases": [],
|
|
222
|
+
"id": "cli:releasenotes",
|
|
223
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
224
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
225
|
+
"pluginType": "core",
|
|
226
|
+
"strict": true,
|
|
227
|
+
"summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
|
|
228
|
+
"enableJsonFlag": true,
|
|
229
|
+
"isESM": true,
|
|
230
|
+
"relativePath": [
|
|
231
|
+
"lib",
|
|
232
|
+
"commands",
|
|
233
|
+
"cli",
|
|
234
|
+
"releasenotes.js"
|
|
235
|
+
]
|
|
236
|
+
},
|
|
163
237
|
"dependabot:automerge": {
|
|
164
238
|
"aliases": [],
|
|
165
239
|
"args": {},
|
|
@@ -386,17 +460,11 @@
|
|
|
386
460
|
"index.js"
|
|
387
461
|
]
|
|
388
462
|
},
|
|
389
|
-
"cli:
|
|
463
|
+
"cli:artifacts:compare": {
|
|
390
464
|
"aliases": [],
|
|
391
465
|
"args": {},
|
|
392
|
-
"description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
|
|
393
466
|
"examples": [
|
|
394
|
-
"<%= config.bin %> <%= command.id %>
|
|
395
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx",
|
|
396
|
-
"<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
|
|
397
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
|
|
398
|
-
"<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
|
|
399
|
-
"<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
|
|
467
|
+
"<%= config.bin %> <%= command.id %>"
|
|
400
468
|
],
|
|
401
469
|
"flags": {
|
|
402
470
|
"json": {
|
|
@@ -414,58 +482,59 @@
|
|
|
414
482
|
"multiple": false,
|
|
415
483
|
"type": "option"
|
|
416
484
|
},
|
|
417
|
-
"
|
|
418
|
-
"char": "
|
|
419
|
-
"name": "
|
|
420
|
-
"
|
|
421
|
-
"summary": "the cli to pull information for",
|
|
485
|
+
"plugin": {
|
|
486
|
+
"char": "p",
|
|
487
|
+
"name": "plugin",
|
|
488
|
+
"summary": "List of plugins to check for breaking changes.",
|
|
422
489
|
"hasDynamicHelp": false,
|
|
423
|
-
"multiple":
|
|
424
|
-
"options": [
|
|
425
|
-
"sf",
|
|
426
|
-
"sfdx"
|
|
427
|
-
],
|
|
490
|
+
"multiple": true,
|
|
428
491
|
"type": "option"
|
|
429
492
|
},
|
|
430
|
-
"
|
|
431
|
-
"char": "
|
|
432
|
-
"name": "
|
|
433
|
-
"summary": "
|
|
493
|
+
"previous": {
|
|
494
|
+
"char": "r",
|
|
495
|
+
"name": "previous",
|
|
496
|
+
"summary": "Previous CLI version to compare against. Defaults to the last published version.",
|
|
434
497
|
"hasDynamicHelp": false,
|
|
435
498
|
"multiple": false,
|
|
436
499
|
"type": "option"
|
|
437
500
|
},
|
|
438
|
-
"
|
|
439
|
-
"char": "
|
|
440
|
-
"name": "
|
|
441
|
-
"summary": "
|
|
442
|
-
"
|
|
443
|
-
"
|
|
501
|
+
"current": {
|
|
502
|
+
"char": "c",
|
|
503
|
+
"name": "current",
|
|
504
|
+
"summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
|
|
505
|
+
"hasDynamicHelp": false,
|
|
506
|
+
"multiple": false,
|
|
507
|
+
"type": "option"
|
|
444
508
|
}
|
|
445
509
|
},
|
|
446
510
|
"hasDynamicHelp": false,
|
|
447
511
|
"hiddenAliases": [],
|
|
448
|
-
"id": "cli:
|
|
512
|
+
"id": "cli:artifacts:compare",
|
|
449
513
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
450
514
|
"pluginName": "@salesforce/plugin-release-management",
|
|
451
515
|
"pluginType": "core",
|
|
452
516
|
"strict": true,
|
|
453
|
-
"summary": "
|
|
517
|
+
"summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
|
|
454
518
|
"enableJsonFlag": true,
|
|
455
519
|
"isESM": true,
|
|
456
520
|
"relativePath": [
|
|
457
521
|
"lib",
|
|
458
522
|
"commands",
|
|
459
523
|
"cli",
|
|
460
|
-
"
|
|
524
|
+
"artifacts",
|
|
525
|
+
"compare.js"
|
|
461
526
|
]
|
|
462
527
|
},
|
|
463
|
-
"
|
|
528
|
+
"cli:install:test": {
|
|
464
529
|
"aliases": [],
|
|
465
530
|
"args": {},
|
|
466
|
-
"description": "
|
|
531
|
+
"description": "install sf or sfdx",
|
|
467
532
|
"examples": [
|
|
468
|
-
"<%= config.bin %> <%= command.id %>
|
|
533
|
+
"<%= config.bin %> <%= command.id %> --cli sfdx --method installer",
|
|
534
|
+
"<%= config.bin %> <%= command.id %> --cli sfdx --method npm",
|
|
535
|
+
"<%= config.bin %> <%= command.id %> --cli sfdx --method tarball",
|
|
536
|
+
"<%= config.bin %> <%= command.id %> --cli sf --method tarball",
|
|
537
|
+
"<%= config.bin %> <%= command.id %> --cli sf --method tarball --channel stable-rc"
|
|
469
538
|
],
|
|
470
539
|
"flags": {
|
|
471
540
|
"json": {
|
|
@@ -483,76 +552,52 @@
|
|
|
483
552
|
"multiple": false,
|
|
484
553
|
"type": "option"
|
|
485
554
|
},
|
|
486
|
-
"
|
|
487
|
-
"char": "
|
|
488
|
-
"name": "
|
|
489
|
-
"noCacheDefault": true,
|
|
555
|
+
"cli": {
|
|
556
|
+
"char": "c",
|
|
557
|
+
"name": "cli",
|
|
490
558
|
"required": true,
|
|
491
|
-
"summary": "
|
|
492
|
-
"hasDynamicHelp":
|
|
559
|
+
"summary": "the cli to install",
|
|
560
|
+
"hasDynamicHelp": false,
|
|
493
561
|
"multiple": false,
|
|
562
|
+
"options": [
|
|
563
|
+
"sf",
|
|
564
|
+
"sfdx"
|
|
565
|
+
],
|
|
494
566
|
"type": "option"
|
|
495
567
|
},
|
|
496
|
-
"
|
|
497
|
-
"
|
|
498
|
-
"name": "
|
|
568
|
+
"method": {
|
|
569
|
+
"char": "m",
|
|
570
|
+
"name": "method",
|
|
499
571
|
"required": true,
|
|
500
|
-
"summary": "
|
|
572
|
+
"summary": "the installation method to use",
|
|
501
573
|
"hasDynamicHelp": false,
|
|
502
574
|
"multiple": false,
|
|
575
|
+
"options": [
|
|
576
|
+
"installer",
|
|
577
|
+
"npm",
|
|
578
|
+
"tarball"
|
|
579
|
+
],
|
|
503
580
|
"type": "option"
|
|
504
|
-
}
|
|
505
|
-
},
|
|
506
|
-
"hasDynamicHelp": true,
|
|
507
|
-
"hiddenAliases": [],
|
|
508
|
-
"id": "github:check:closed",
|
|
509
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
510
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
511
|
-
"pluginType": "core",
|
|
512
|
-
"strict": true,
|
|
513
|
-
"summary": "Show open Github issues with GUS WI",
|
|
514
|
-
"enableJsonFlag": true,
|
|
515
|
-
"isESM": true,
|
|
516
|
-
"relativePath": [
|
|
517
|
-
"lib",
|
|
518
|
-
"commands",
|
|
519
|
-
"github",
|
|
520
|
-
"check",
|
|
521
|
-
"closed.js"
|
|
522
|
-
]
|
|
523
|
-
},
|
|
524
|
-
"npm:dependencies:pin": {
|
|
525
|
-
"aliases": [],
|
|
526
|
-
"args": {},
|
|
527
|
-
"description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
|
|
528
|
-
"flags": {
|
|
529
|
-
"json": {
|
|
530
|
-
"description": "Format output as json.",
|
|
531
|
-
"helpGroup": "GLOBAL",
|
|
532
|
-
"name": "json",
|
|
533
|
-
"allowNo": false,
|
|
534
|
-
"type": "boolean"
|
|
535
581
|
},
|
|
536
|
-
"
|
|
537
|
-
"
|
|
538
|
-
"
|
|
539
|
-
"
|
|
582
|
+
"channel": {
|
|
583
|
+
"name": "channel",
|
|
584
|
+
"summary": "the channel to install from",
|
|
585
|
+
"default": "stable",
|
|
540
586
|
"hasDynamicHelp": false,
|
|
541
587
|
"multiple": false,
|
|
588
|
+
"options": [
|
|
589
|
+
"legacy",
|
|
590
|
+
"stable",
|
|
591
|
+
"stable-rc",
|
|
592
|
+
"latest",
|
|
593
|
+
"latest-rc"
|
|
594
|
+
],
|
|
542
595
|
"type": "option"
|
|
543
596
|
},
|
|
544
|
-
"
|
|
545
|
-
"
|
|
546
|
-
"
|
|
547
|
-
"
|
|
548
|
-
"allowNo": false,
|
|
549
|
-
"type": "boolean"
|
|
550
|
-
},
|
|
551
|
-
"tag": {
|
|
552
|
-
"char": "t",
|
|
553
|
-
"name": "tag",
|
|
554
|
-
"summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
|
|
555
|
-
"default": "latest",
|
|
597
|
+
"output-file": {
|
|
598
|
+
"name": "output-file",
|
|
599
|
+
"summary": "the file to write the JSON results to (must be .json)",
|
|
600
|
+
"default": "test-results.json",
|
|
556
601
|
"hasDynamicHelp": false,
|
|
557
602
|
"multiple": false,
|
|
558
603
|
"type": "option"
|
|
@@ -560,26 +605,29 @@
|
|
|
560
605
|
},
|
|
561
606
|
"hasDynamicHelp": false,
|
|
562
607
|
"hiddenAliases": [],
|
|
563
|
-
"id": "
|
|
608
|
+
"id": "cli:install:test",
|
|
564
609
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
565
610
|
"pluginName": "@salesforce/plugin-release-management",
|
|
566
611
|
"pluginType": "core",
|
|
567
612
|
"strict": true,
|
|
568
|
-
"summary": "
|
|
613
|
+
"summary": "install sf or sfdx",
|
|
569
614
|
"enableJsonFlag": true,
|
|
570
615
|
"isESM": true,
|
|
571
616
|
"relativePath": [
|
|
572
617
|
"lib",
|
|
573
618
|
"commands",
|
|
574
|
-
"
|
|
575
|
-
"
|
|
576
|
-
"
|
|
619
|
+
"cli",
|
|
620
|
+
"install",
|
|
621
|
+
"test.js"
|
|
577
622
|
]
|
|
578
623
|
},
|
|
579
|
-
"
|
|
624
|
+
"cli:release:automerge": {
|
|
580
625
|
"aliases": [],
|
|
581
626
|
"args": {},
|
|
582
|
-
"description": "
|
|
627
|
+
"description": "Attempt to automerge nightly PR",
|
|
628
|
+
"examples": [
|
|
629
|
+
"<%= config.bin %> <%= command.id %> --owner salesforcecli --repo sfdx-cli --pul-number 1049"
|
|
630
|
+
],
|
|
583
631
|
"flags": {
|
|
584
632
|
"json": {
|
|
585
633
|
"description": "Format output as json.",
|
|
@@ -596,88 +644,87 @@
|
|
|
596
644
|
"multiple": false,
|
|
597
645
|
"type": "option"
|
|
598
646
|
},
|
|
599
|
-
"
|
|
600
|
-
"
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
"
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
"
|
|
608
|
-
"
|
|
609
|
-
"summary": "If true, then the package will be signed and the signature will be uploaded to S3",
|
|
610
|
-
"allowNo": false,
|
|
611
|
-
"type": "boolean"
|
|
612
|
-
},
|
|
613
|
-
"npmtag": {
|
|
614
|
-
"char": "t",
|
|
615
|
-
"name": "npmtag",
|
|
616
|
-
"summary": "tag to use when publishing to npm",
|
|
617
|
-
"default": "latest",
|
|
647
|
+
"owner": {
|
|
648
|
+
"aliases": [
|
|
649
|
+
"org"
|
|
650
|
+
],
|
|
651
|
+
"dependsOn": [
|
|
652
|
+
"repo"
|
|
653
|
+
],
|
|
654
|
+
"name": "owner",
|
|
655
|
+
"required": true,
|
|
656
|
+
"summary": "Github owner (org), example: salesforcecli",
|
|
618
657
|
"hasDynamicHelp": false,
|
|
619
658
|
"multiple": false,
|
|
620
659
|
"type": "option"
|
|
621
660
|
},
|
|
622
|
-
"
|
|
623
|
-
"
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
"
|
|
661
|
+
"repo": {
|
|
662
|
+
"dependsOn": [
|
|
663
|
+
"owner"
|
|
664
|
+
],
|
|
665
|
+
"name": "repo",
|
|
666
|
+
"required": true,
|
|
667
|
+
"summary": "Github repo, example: sfdx-cli",
|
|
627
668
|
"hasDynamicHelp": false,
|
|
628
669
|
"multiple": false,
|
|
629
670
|
"type": "option"
|
|
630
671
|
},
|
|
631
|
-
"
|
|
632
|
-
"name": "
|
|
633
|
-
"
|
|
634
|
-
"
|
|
635
|
-
"type": "boolean"
|
|
636
|
-
},
|
|
637
|
-
"prerelease": {
|
|
638
|
-
"name": "prerelease",
|
|
639
|
-
"summary": "determine the next version as <version>-<prerelease>.0 if version is not manually set",
|
|
672
|
+
"pull-number": {
|
|
673
|
+
"name": "pull-number",
|
|
674
|
+
"required": true,
|
|
675
|
+
"summary": "Github pull request number to merge",
|
|
640
676
|
"hasDynamicHelp": false,
|
|
641
677
|
"multiple": false,
|
|
642
678
|
"type": "option"
|
|
643
679
|
},
|
|
644
|
-
"
|
|
645
|
-
"
|
|
646
|
-
"
|
|
647
|
-
"
|
|
680
|
+
"dry-run": {
|
|
681
|
+
"char": "d",
|
|
682
|
+
"name": "dry-run",
|
|
683
|
+
"summary": "Run all checks, but do not merge PR",
|
|
684
|
+
"allowNo": false,
|
|
648
685
|
"type": "boolean"
|
|
649
686
|
},
|
|
650
|
-
"
|
|
651
|
-
"name": "
|
|
652
|
-
"summary": "
|
|
653
|
-
"
|
|
654
|
-
"
|
|
655
|
-
"type": "option"
|
|
687
|
+
"verbose": {
|
|
688
|
+
"name": "verbose",
|
|
689
|
+
"summary": "Show additional debug output",
|
|
690
|
+
"allowNo": false,
|
|
691
|
+
"type": "boolean"
|
|
656
692
|
}
|
|
657
693
|
},
|
|
658
694
|
"hasDynamicHelp": false,
|
|
659
695
|
"hiddenAliases": [],
|
|
660
|
-
"id": "
|
|
696
|
+
"id": "cli:release:automerge",
|
|
661
697
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
662
698
|
"pluginName": "@salesforce/plugin-release-management",
|
|
663
699
|
"pluginType": "core",
|
|
664
700
|
"strict": true,
|
|
665
|
-
"summary": "
|
|
701
|
+
"summary": "Attempt to automerge nightly PR",
|
|
666
702
|
"enableJsonFlag": true,
|
|
667
703
|
"isESM": true,
|
|
668
704
|
"relativePath": [
|
|
669
705
|
"lib",
|
|
670
706
|
"commands",
|
|
671
|
-
"
|
|
672
|
-
"
|
|
673
|
-
"
|
|
707
|
+
"cli",
|
|
708
|
+
"release",
|
|
709
|
+
"automerge.js"
|
|
674
710
|
]
|
|
675
711
|
},
|
|
676
|
-
"cli:
|
|
677
|
-
"aliases": [
|
|
712
|
+
"cli:release:build": {
|
|
713
|
+
"aliases": [
|
|
714
|
+
"cli:latestrc:build"
|
|
715
|
+
],
|
|
678
716
|
"args": {},
|
|
717
|
+
"description": "builds a new release from a designated starting point and optionally creates PR in Github",
|
|
679
718
|
"examples": [
|
|
680
|
-
"<%= config.bin %> <%= command.id %>"
|
|
719
|
+
"<%= config.bin %> <%= command.id %>",
|
|
720
|
+
"<%= config.bin %> <%= command.id %> --patch",
|
|
721
|
+
"<%= config.bin %> <%= command.id %> --start-from-npm-dist-tag latest-rc --patch",
|
|
722
|
+
"<%= config.bin %> <%= command.id %> --start-from-github-ref 7.144.0",
|
|
723
|
+
"<%= config.bin %> <%= command.id %> --start-from-github-ref main",
|
|
724
|
+
"<%= config.bin %> <%= command.id %> --start-from-github-ref f476e8e",
|
|
725
|
+
"<%= config.bin %> <%= command.id %> --start-from-github-ref main --prerelease beta",
|
|
726
|
+
"<%= config.bin %> <%= command.id %> --build-only",
|
|
727
|
+
"<%= config.bin %> <%= command.id %> --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3"
|
|
681
728
|
],
|
|
682
729
|
"flags": {
|
|
683
730
|
"json": {
|
|
@@ -695,122 +742,89 @@
|
|
|
695
742
|
"multiple": false,
|
|
696
743
|
"type": "option"
|
|
697
744
|
},
|
|
698
|
-
"
|
|
699
|
-
"
|
|
700
|
-
|
|
701
|
-
|
|
745
|
+
"start-from-npm-dist-tag": {
|
|
746
|
+
"aliases": [
|
|
747
|
+
"rctag"
|
|
748
|
+
],
|
|
749
|
+
"char": "d",
|
|
750
|
+
"deprecateAliases": true,
|
|
751
|
+
"name": "start-from-npm-dist-tag",
|
|
752
|
+
"summary": "the npm dist-tag to start the release from, examples: nightly, latest-rc",
|
|
702
753
|
"hasDynamicHelp": false,
|
|
703
|
-
"multiple":
|
|
754
|
+
"multiple": false,
|
|
704
755
|
"type": "option"
|
|
705
756
|
},
|
|
706
|
-
"
|
|
707
|
-
"char": "
|
|
708
|
-
"name": "
|
|
709
|
-
"summary": "
|
|
757
|
+
"start-from-github-ref": {
|
|
758
|
+
"char": "g",
|
|
759
|
+
"name": "start-from-github-ref",
|
|
760
|
+
"summary": "a Github ref to start the release from, examples: main, 7.144.0, f476e8e",
|
|
710
761
|
"hasDynamicHelp": false,
|
|
711
762
|
"multiple": false,
|
|
712
763
|
"type": "option"
|
|
713
764
|
},
|
|
714
|
-
"
|
|
765
|
+
"release-channel": {
|
|
715
766
|
"char": "c",
|
|
716
|
-
"name": "
|
|
717
|
-
"
|
|
767
|
+
"name": "release-channel",
|
|
768
|
+
"required": true,
|
|
769
|
+
"summary": "the channel intended for this release, examples: nightly, latest-rc, latest, dev, beta, etc...",
|
|
718
770
|
"hasDynamicHelp": false,
|
|
719
771
|
"multiple": false,
|
|
720
772
|
"type": "option"
|
|
721
|
-
}
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
"id": "cli:artifacts:compare",
|
|
726
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
727
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
728
|
-
"pluginType": "core",
|
|
729
|
-
"strict": true,
|
|
730
|
-
"summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
|
|
731
|
-
"enableJsonFlag": true,
|
|
732
|
-
"isESM": true,
|
|
733
|
-
"relativePath": [
|
|
734
|
-
"lib",
|
|
735
|
-
"commands",
|
|
736
|
-
"cli",
|
|
737
|
-
"artifacts",
|
|
738
|
-
"compare.js"
|
|
739
|
-
]
|
|
740
|
-
},
|
|
741
|
-
"cli:install:test": {
|
|
742
|
-
"aliases": [],
|
|
743
|
-
"args": {},
|
|
744
|
-
"description": "install sf or sfdx",
|
|
745
|
-
"examples": [
|
|
746
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx --method installer",
|
|
747
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx --method npm",
|
|
748
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx --method tarball",
|
|
749
|
-
"<%= config.bin %> <%= command.id %> --cli sf --method tarball",
|
|
750
|
-
"<%= config.bin %> <%= command.id %> --cli sf --method tarball --channel stable-rc"
|
|
751
|
-
],
|
|
752
|
-
"flags": {
|
|
753
|
-
"json": {
|
|
754
|
-
"description": "Format output as json.",
|
|
755
|
-
"helpGroup": "GLOBAL",
|
|
756
|
-
"name": "json",
|
|
773
|
+
},
|
|
774
|
+
"build-only": {
|
|
775
|
+
"name": "build-only",
|
|
776
|
+
"summary": "only build the release, do not git add/commit/push",
|
|
757
777
|
"allowNo": false,
|
|
758
778
|
"type": "boolean"
|
|
759
779
|
},
|
|
760
|
-
"
|
|
761
|
-
"
|
|
762
|
-
"
|
|
763
|
-
"
|
|
764
|
-
"
|
|
765
|
-
"multiple": false,
|
|
766
|
-
"type": "option"
|
|
780
|
+
"resolutions": {
|
|
781
|
+
"name": "resolutions",
|
|
782
|
+
"summary": "bump the versions of packages listed in the resolutions section",
|
|
783
|
+
"allowNo": true,
|
|
784
|
+
"type": "boolean"
|
|
767
785
|
},
|
|
768
|
-
"
|
|
769
|
-
"
|
|
770
|
-
"
|
|
771
|
-
"
|
|
772
|
-
"summary": "the cli to install",
|
|
786
|
+
"only": {
|
|
787
|
+
"name": "only",
|
|
788
|
+
"summary": "only bump the version of the packages passed in, uses latest if version is not provided",
|
|
789
|
+
"delimiter": ",",
|
|
773
790
|
"hasDynamicHelp": false,
|
|
774
|
-
"multiple":
|
|
775
|
-
"options": [
|
|
776
|
-
"sf",
|
|
777
|
-
"sfdx"
|
|
778
|
-
],
|
|
791
|
+
"multiple": true,
|
|
779
792
|
"type": "option"
|
|
780
793
|
},
|
|
781
|
-
"
|
|
782
|
-
"
|
|
783
|
-
"
|
|
784
|
-
"
|
|
785
|
-
"
|
|
786
|
-
"hasDynamicHelp": false,
|
|
787
|
-
"multiple": false,
|
|
788
|
-
"options": [
|
|
789
|
-
"installer",
|
|
790
|
-
"npm",
|
|
791
|
-
"tarball"
|
|
792
|
-
],
|
|
793
|
-
"type": "option"
|
|
794
|
+
"pinned-deps": {
|
|
795
|
+
"name": "pinned-deps",
|
|
796
|
+
"summary": "bump the versions of the packages listed in the pinnedDependencies section",
|
|
797
|
+
"allowNo": true,
|
|
798
|
+
"type": "boolean"
|
|
794
799
|
},
|
|
795
|
-
"
|
|
796
|
-
"name": "
|
|
797
|
-
"summary": "the
|
|
798
|
-
"
|
|
800
|
+
"jit": {
|
|
801
|
+
"name": "jit",
|
|
802
|
+
"summary": "bump the versions of the packages listed in the jitPlugins (just-in-time) section",
|
|
803
|
+
"allowNo": true,
|
|
804
|
+
"type": "boolean"
|
|
805
|
+
},
|
|
806
|
+
"label": {
|
|
807
|
+
"name": "label",
|
|
808
|
+
"summary": "add one or more labels to the Github PR",
|
|
799
809
|
"hasDynamicHelp": false,
|
|
800
|
-
"multiple":
|
|
801
|
-
"options": [
|
|
802
|
-
"legacy",
|
|
803
|
-
"stable",
|
|
804
|
-
"stable-rc",
|
|
805
|
-
"latest",
|
|
806
|
-
"latest-rc"
|
|
807
|
-
],
|
|
810
|
+
"multiple": true,
|
|
808
811
|
"type": "option"
|
|
809
812
|
},
|
|
810
|
-
"
|
|
811
|
-
"name": "
|
|
812
|
-
"summary": "the
|
|
813
|
-
"
|
|
813
|
+
"patch": {
|
|
814
|
+
"name": "patch",
|
|
815
|
+
"summary": "bump the release as a patch of an existing version, not a new minor version",
|
|
816
|
+
"allowNo": false,
|
|
817
|
+
"type": "boolean"
|
|
818
|
+
},
|
|
819
|
+
"empty": {
|
|
820
|
+
"name": "empty",
|
|
821
|
+
"summary": "create an empty release PR for pushing changes to later (version will still be bumped)",
|
|
822
|
+
"allowNo": false,
|
|
823
|
+
"type": "boolean"
|
|
824
|
+
},
|
|
825
|
+
"pr-base-branch": {
|
|
826
|
+
"name": "pr-base-branch",
|
|
827
|
+
"summary": "base branch to create the PR against; if not specified, the build determines the branch for you",
|
|
814
828
|
"hasDynamicHelp": false,
|
|
815
829
|
"multiple": false,
|
|
816
830
|
"type": "option"
|
|
@@ -818,28 +832,28 @@
|
|
|
818
832
|
},
|
|
819
833
|
"hasDynamicHelp": false,
|
|
820
834
|
"hiddenAliases": [],
|
|
821
|
-
"id": "cli:
|
|
835
|
+
"id": "cli:release:build",
|
|
822
836
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
823
837
|
"pluginName": "@salesforce/plugin-release-management",
|
|
824
838
|
"pluginType": "core",
|
|
825
839
|
"strict": true,
|
|
826
|
-
"summary": "
|
|
840
|
+
"summary": "builds a new release from a designated starting point and optionally creates PR in Github",
|
|
827
841
|
"enableJsonFlag": true,
|
|
828
842
|
"isESM": true,
|
|
829
843
|
"relativePath": [
|
|
830
844
|
"lib",
|
|
831
845
|
"commands",
|
|
832
846
|
"cli",
|
|
833
|
-
"
|
|
834
|
-
"
|
|
847
|
+
"release",
|
|
848
|
+
"build.js"
|
|
835
849
|
]
|
|
836
850
|
},
|
|
837
|
-
"cli:
|
|
851
|
+
"cli:tarballs:prepare": {
|
|
838
852
|
"aliases": [],
|
|
839
853
|
"args": {},
|
|
840
|
-
"description": "
|
|
854
|
+
"description": "remove unnecessary files from node_modules",
|
|
841
855
|
"examples": [
|
|
842
|
-
"<%= config.bin %> <%= command.id %>
|
|
856
|
+
"<%= config.bin %> <%= command.id %>"
|
|
843
857
|
],
|
|
844
858
|
"flags": {
|
|
845
859
|
"json": {
|
|
@@ -857,87 +871,52 @@
|
|
|
857
871
|
"multiple": false,
|
|
858
872
|
"type": "option"
|
|
859
873
|
},
|
|
860
|
-
"
|
|
861
|
-
"aliases": [
|
|
862
|
-
"org"
|
|
863
|
-
],
|
|
864
|
-
"dependsOn": [
|
|
865
|
-
"repo"
|
|
866
|
-
],
|
|
867
|
-
"name": "owner",
|
|
868
|
-
"required": true,
|
|
869
|
-
"summary": "Github owner (org), example: salesforcecli",
|
|
870
|
-
"hasDynamicHelp": false,
|
|
871
|
-
"multiple": false,
|
|
872
|
-
"type": "option"
|
|
873
|
-
},
|
|
874
|
-
"repo": {
|
|
875
|
-
"dependsOn": [
|
|
876
|
-
"owner"
|
|
877
|
-
],
|
|
878
|
-
"name": "repo",
|
|
879
|
-
"required": true,
|
|
880
|
-
"summary": "Github repo, example: sfdx-cli",
|
|
881
|
-
"hasDynamicHelp": false,
|
|
882
|
-
"multiple": false,
|
|
883
|
-
"type": "option"
|
|
884
|
-
},
|
|
885
|
-
"pull-number": {
|
|
886
|
-
"name": "pull-number",
|
|
887
|
-
"required": true,
|
|
888
|
-
"summary": "Github pull request number to merge",
|
|
889
|
-
"hasDynamicHelp": false,
|
|
890
|
-
"multiple": false,
|
|
891
|
-
"type": "option"
|
|
892
|
-
},
|
|
893
|
-
"dry-run": {
|
|
874
|
+
"dryrun": {
|
|
894
875
|
"char": "d",
|
|
895
|
-
"name": "
|
|
896
|
-
"summary": "
|
|
876
|
+
"name": "dryrun",
|
|
877
|
+
"summary": "only show what would be removed from node_modules",
|
|
878
|
+
"allowNo": false,
|
|
879
|
+
"type": "boolean"
|
|
880
|
+
},
|
|
881
|
+
"types": {
|
|
882
|
+
"char": "t",
|
|
883
|
+
"name": "types",
|
|
884
|
+
"summary": "remove all types (.d.ts) files from node_modules",
|
|
897
885
|
"allowNo": false,
|
|
898
886
|
"type": "boolean"
|
|
899
887
|
},
|
|
900
888
|
"verbose": {
|
|
901
889
|
"name": "verbose",
|
|
902
|
-
"summary": "
|
|
890
|
+
"summary": "show all files paths being removed",
|
|
903
891
|
"allowNo": false,
|
|
904
892
|
"type": "boolean"
|
|
905
893
|
}
|
|
906
894
|
},
|
|
907
895
|
"hasDynamicHelp": false,
|
|
908
896
|
"hiddenAliases": [],
|
|
909
|
-
"id": "cli:
|
|
897
|
+
"id": "cli:tarballs:prepare",
|
|
910
898
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
911
899
|
"pluginName": "@salesforce/plugin-release-management",
|
|
912
900
|
"pluginType": "core",
|
|
913
901
|
"strict": true,
|
|
914
|
-
"summary": "
|
|
902
|
+
"summary": "remove unnecessary files from node_modules",
|
|
915
903
|
"enableJsonFlag": true,
|
|
916
904
|
"isESM": true,
|
|
917
905
|
"relativePath": [
|
|
918
906
|
"lib",
|
|
919
907
|
"commands",
|
|
920
908
|
"cli",
|
|
921
|
-
"
|
|
922
|
-
"
|
|
909
|
+
"tarballs",
|
|
910
|
+
"prepare.js"
|
|
923
911
|
]
|
|
924
912
|
},
|
|
925
|
-
"cli:
|
|
926
|
-
"aliases": [
|
|
927
|
-
"cli:latestrc:build"
|
|
928
|
-
],
|
|
913
|
+
"cli:tarballs:smoke": {
|
|
914
|
+
"aliases": [],
|
|
929
915
|
"args": {},
|
|
930
|
-
"description": "
|
|
916
|
+
"description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
|
|
931
917
|
"examples": [
|
|
932
918
|
"<%= config.bin %> <%= command.id %>",
|
|
933
|
-
"<%= config.bin %> <%= command.id %>
|
|
934
|
-
"<%= config.bin %> <%= command.id %> --start-from-npm-dist-tag latest-rc --patch",
|
|
935
|
-
"<%= config.bin %> <%= command.id %> --start-from-github-ref 7.144.0",
|
|
936
|
-
"<%= config.bin %> <%= command.id %> --start-from-github-ref main",
|
|
937
|
-
"<%= config.bin %> <%= command.id %> --start-from-github-ref f476e8e",
|
|
938
|
-
"<%= config.bin %> <%= command.id %> --start-from-github-ref main --prerelease beta",
|
|
939
|
-
"<%= config.bin %> <%= command.id %> --build-only",
|
|
940
|
-
"<%= config.bin %> <%= command.id %> --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3"
|
|
919
|
+
"<%= config.bin %> <%= command.id %>"
|
|
941
920
|
],
|
|
942
921
|
"flags": {
|
|
943
922
|
"json": {
|
|
@@ -955,89 +934,74 @@
|
|
|
955
934
|
"multiple": false,
|
|
956
935
|
"type": "option"
|
|
957
936
|
},
|
|
958
|
-
"
|
|
959
|
-
"
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
"
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
"
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
937
|
+
"verbose": {
|
|
938
|
+
"name": "verbose",
|
|
939
|
+
"summary": "show the --help output for each command",
|
|
940
|
+
"allowNo": false,
|
|
941
|
+
"type": "boolean"
|
|
942
|
+
}
|
|
943
|
+
},
|
|
944
|
+
"hasDynamicHelp": false,
|
|
945
|
+
"hiddenAliases": [],
|
|
946
|
+
"id": "cli:tarballs:smoke",
|
|
947
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
948
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
949
|
+
"pluginType": "core",
|
|
950
|
+
"strict": true,
|
|
951
|
+
"summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
|
|
952
|
+
"enableJsonFlag": true,
|
|
953
|
+
"isESM": true,
|
|
954
|
+
"relativePath": [
|
|
955
|
+
"lib",
|
|
956
|
+
"commands",
|
|
957
|
+
"cli",
|
|
958
|
+
"tarballs",
|
|
959
|
+
"smoke.js"
|
|
960
|
+
]
|
|
961
|
+
},
|
|
962
|
+
"cli:tarballs:verify": {
|
|
963
|
+
"aliases": [],
|
|
964
|
+
"args": {},
|
|
965
|
+
"description": "verify that tarballs are ready to be uploaded",
|
|
966
|
+
"examples": [
|
|
967
|
+
"<%= config.bin %> <%= command.id %>",
|
|
968
|
+
"<%= config.bin %> <%= command.id %> --cli sfdx",
|
|
969
|
+
"<%= config.bin %> <%= command.id %> --cli sf"
|
|
970
|
+
],
|
|
971
|
+
"flags": {
|
|
972
|
+
"json": {
|
|
973
|
+
"description": "Format output as json.",
|
|
974
|
+
"helpGroup": "GLOBAL",
|
|
975
|
+
"name": "json",
|
|
990
976
|
"allowNo": false,
|
|
991
977
|
"type": "boolean"
|
|
992
978
|
},
|
|
993
|
-
"
|
|
994
|
-
"
|
|
995
|
-
"
|
|
996
|
-
"
|
|
997
|
-
"type": "boolean"
|
|
998
|
-
},
|
|
999
|
-
"only": {
|
|
1000
|
-
"name": "only",
|
|
1001
|
-
"summary": "only bump the version of the packages passed in, uses latest if version is not provided",
|
|
1002
|
-
"delimiter": ",",
|
|
979
|
+
"flags-dir": {
|
|
980
|
+
"helpGroup": "GLOBAL",
|
|
981
|
+
"name": "flags-dir",
|
|
982
|
+
"summary": "Import flag values from a directory.",
|
|
1003
983
|
"hasDynamicHelp": false,
|
|
1004
|
-
"multiple":
|
|
984
|
+
"multiple": false,
|
|
1005
985
|
"type": "option"
|
|
1006
986
|
},
|
|
1007
|
-
"
|
|
1008
|
-
"
|
|
1009
|
-
"
|
|
1010
|
-
"
|
|
1011
|
-
"
|
|
1012
|
-
},
|
|
1013
|
-
"jit": {
|
|
1014
|
-
"name": "jit",
|
|
1015
|
-
"summary": "bump the versions of the packages listed in the jitPlugins (just-in-time) section",
|
|
1016
|
-
"allowNo": true,
|
|
1017
|
-
"type": "boolean"
|
|
1018
|
-
},
|
|
1019
|
-
"label": {
|
|
1020
|
-
"name": "label",
|
|
1021
|
-
"summary": "add one or more labels to the Github PR",
|
|
987
|
+
"cli": {
|
|
988
|
+
"char": "c",
|
|
989
|
+
"name": "cli",
|
|
990
|
+
"summary": "the cli to verify",
|
|
991
|
+
"default": "sfdx",
|
|
1022
992
|
"hasDynamicHelp": false,
|
|
1023
|
-
"multiple":
|
|
993
|
+
"multiple": false,
|
|
994
|
+
"options": [
|
|
995
|
+
"sf",
|
|
996
|
+
"sfdx"
|
|
997
|
+
],
|
|
1024
998
|
"type": "option"
|
|
1025
999
|
},
|
|
1026
|
-
"
|
|
1027
|
-
"
|
|
1028
|
-
"
|
|
1029
|
-
"
|
|
1030
|
-
"
|
|
1031
|
-
},
|
|
1032
|
-
"empty": {
|
|
1033
|
-
"name": "empty",
|
|
1034
|
-
"summary": "create an empty release PR for pushing changes to later (version will still be bumped)",
|
|
1035
|
-
"allowNo": false,
|
|
1036
|
-
"type": "boolean"
|
|
1037
|
-
},
|
|
1038
|
-
"pr-base-branch": {
|
|
1039
|
-
"name": "pr-base-branch",
|
|
1040
|
-
"summary": "base branch to create the PR against; if not specified, the build determines the branch for you",
|
|
1000
|
+
"windows-username-buffer": {
|
|
1001
|
+
"char": "w",
|
|
1002
|
+
"name": "windows-username-buffer",
|
|
1003
|
+
"summary": "the number of characters to allow for windows usernames",
|
|
1004
|
+
"default": 41,
|
|
1041
1005
|
"hasDynamicHelp": false,
|
|
1042
1006
|
"multiple": false,
|
|
1043
1007
|
"type": "option"
|
|
@@ -1045,20 +1009,20 @@
|
|
|
1045
1009
|
},
|
|
1046
1010
|
"hasDynamicHelp": false,
|
|
1047
1011
|
"hiddenAliases": [],
|
|
1048
|
-
"id": "cli:
|
|
1012
|
+
"id": "cli:tarballs:verify",
|
|
1049
1013
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1050
1014
|
"pluginName": "@salesforce/plugin-release-management",
|
|
1051
1015
|
"pluginType": "core",
|
|
1052
1016
|
"strict": true,
|
|
1053
|
-
"summary": "
|
|
1017
|
+
"summary": "verify that tarballs are ready to be uploaded",
|
|
1054
1018
|
"enableJsonFlag": true,
|
|
1055
1019
|
"isESM": true,
|
|
1056
1020
|
"relativePath": [
|
|
1057
1021
|
"lib",
|
|
1058
1022
|
"commands",
|
|
1059
1023
|
"cli",
|
|
1060
|
-
"
|
|
1061
|
-
"
|
|
1024
|
+
"tarballs",
|
|
1025
|
+
"verify.js"
|
|
1062
1026
|
]
|
|
1063
1027
|
},
|
|
1064
1028
|
"cli:versions:inspect": {
|
|
@@ -1162,12 +1126,12 @@
|
|
|
1162
1126
|
"inspect.js"
|
|
1163
1127
|
]
|
|
1164
1128
|
},
|
|
1165
|
-
"
|
|
1129
|
+
"github:check:closed": {
|
|
1166
1130
|
"aliases": [],
|
|
1167
1131
|
"args": {},
|
|
1168
|
-
"description": "
|
|
1132
|
+
"description": "Description of a command.",
|
|
1169
1133
|
"examples": [
|
|
1170
|
-
"<%= config.bin %> <%= command.id %>"
|
|
1134
|
+
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
1171
1135
|
],
|
|
1172
1136
|
"flags": {
|
|
1173
1137
|
"json": {
|
|
@@ -1185,53 +1149,48 @@
|
|
|
1185
1149
|
"multiple": false,
|
|
1186
1150
|
"type": "option"
|
|
1187
1151
|
},
|
|
1188
|
-
"
|
|
1189
|
-
"char": "
|
|
1190
|
-
"name": "
|
|
1191
|
-
"
|
|
1192
|
-
"
|
|
1193
|
-
"
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
"
|
|
1197
|
-
"name": "types",
|
|
1198
|
-
"summary": "remove all types (.d.ts) files from node_modules",
|
|
1199
|
-
"allowNo": false,
|
|
1200
|
-
"type": "boolean"
|
|
1152
|
+
"gus": {
|
|
1153
|
+
"char": "o",
|
|
1154
|
+
"name": "gus",
|
|
1155
|
+
"noCacheDefault": true,
|
|
1156
|
+
"required": true,
|
|
1157
|
+
"summary": "Username/alias of your GUS org connection",
|
|
1158
|
+
"hasDynamicHelp": true,
|
|
1159
|
+
"multiple": false,
|
|
1160
|
+
"type": "option"
|
|
1201
1161
|
},
|
|
1202
|
-
"
|
|
1203
|
-
"
|
|
1204
|
-
"
|
|
1205
|
-
"
|
|
1206
|
-
"
|
|
1162
|
+
"github-token": {
|
|
1163
|
+
"env": "GITHUB_TOKEN",
|
|
1164
|
+
"name": "github-token",
|
|
1165
|
+
"required": true,
|
|
1166
|
+
"summary": "Github token--store this in the environment as GITHUB_TOKEN",
|
|
1167
|
+
"hasDynamicHelp": false,
|
|
1168
|
+
"multiple": false,
|
|
1169
|
+
"type": "option"
|
|
1207
1170
|
}
|
|
1208
1171
|
},
|
|
1209
|
-
"hasDynamicHelp":
|
|
1172
|
+
"hasDynamicHelp": true,
|
|
1210
1173
|
"hiddenAliases": [],
|
|
1211
|
-
"id": "
|
|
1174
|
+
"id": "github:check:closed",
|
|
1212
1175
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1213
1176
|
"pluginName": "@salesforce/plugin-release-management",
|
|
1214
1177
|
"pluginType": "core",
|
|
1215
1178
|
"strict": true,
|
|
1216
|
-
"summary": "
|
|
1179
|
+
"summary": "Show open Github issues with GUS WI",
|
|
1217
1180
|
"enableJsonFlag": true,
|
|
1218
1181
|
"isESM": true,
|
|
1219
1182
|
"relativePath": [
|
|
1220
1183
|
"lib",
|
|
1221
1184
|
"commands",
|
|
1222
|
-
"
|
|
1223
|
-
"
|
|
1224
|
-
"
|
|
1185
|
+
"github",
|
|
1186
|
+
"check",
|
|
1187
|
+
"closed.js"
|
|
1225
1188
|
]
|
|
1226
1189
|
},
|
|
1227
|
-
"
|
|
1190
|
+
"npm:dependencies:pin": {
|
|
1228
1191
|
"aliases": [],
|
|
1229
1192
|
"args": {},
|
|
1230
|
-
"description": "
|
|
1231
|
-
"examples": [
|
|
1232
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1233
|
-
"<%= config.bin %> <%= command.id %>"
|
|
1234
|
-
],
|
|
1193
|
+
"description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
|
|
1235
1194
|
"flags": {
|
|
1236
1195
|
"json": {
|
|
1237
1196
|
"description": "Format output as json.",
|
|
@@ -1248,40 +1207,45 @@
|
|
|
1248
1207
|
"multiple": false,
|
|
1249
1208
|
"type": "option"
|
|
1250
1209
|
},
|
|
1251
|
-
"
|
|
1252
|
-
"
|
|
1253
|
-
"
|
|
1210
|
+
"dryrun": {
|
|
1211
|
+
"char": "d",
|
|
1212
|
+
"name": "dryrun",
|
|
1213
|
+
"summary": "If true, will not make any changes to the package.json",
|
|
1254
1214
|
"allowNo": false,
|
|
1255
1215
|
"type": "boolean"
|
|
1216
|
+
},
|
|
1217
|
+
"tag": {
|
|
1218
|
+
"char": "t",
|
|
1219
|
+
"name": "tag",
|
|
1220
|
+
"summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
|
|
1221
|
+
"default": "latest",
|
|
1222
|
+
"hasDynamicHelp": false,
|
|
1223
|
+
"multiple": false,
|
|
1224
|
+
"type": "option"
|
|
1256
1225
|
}
|
|
1257
1226
|
},
|
|
1258
1227
|
"hasDynamicHelp": false,
|
|
1259
1228
|
"hiddenAliases": [],
|
|
1260
|
-
"id": "
|
|
1229
|
+
"id": "npm:dependencies:pin",
|
|
1261
1230
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1262
1231
|
"pluginName": "@salesforce/plugin-release-management",
|
|
1263
1232
|
"pluginType": "core",
|
|
1264
1233
|
"strict": true,
|
|
1265
|
-
"summary": "
|
|
1234
|
+
"summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
|
|
1266
1235
|
"enableJsonFlag": true,
|
|
1267
1236
|
"isESM": true,
|
|
1268
1237
|
"relativePath": [
|
|
1269
1238
|
"lib",
|
|
1270
1239
|
"commands",
|
|
1271
|
-
"
|
|
1272
|
-
"
|
|
1273
|
-
"
|
|
1240
|
+
"npm",
|
|
1241
|
+
"dependencies",
|
|
1242
|
+
"pin.js"
|
|
1274
1243
|
]
|
|
1275
1244
|
},
|
|
1276
|
-
"
|
|
1245
|
+
"npm:package:release": {
|
|
1277
1246
|
"aliases": [],
|
|
1278
1247
|
"args": {},
|
|
1279
|
-
"description": "
|
|
1280
|
-
"examples": [
|
|
1281
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1282
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx",
|
|
1283
|
-
"<%= config.bin %> <%= command.id %> --cli sf"
|
|
1284
|
-
],
|
|
1248
|
+
"description": "publish npm package",
|
|
1285
1249
|
"flags": {
|
|
1286
1250
|
"json": {
|
|
1287
1251
|
"description": "Format output as json.",
|
|
@@ -1298,24 +1262,60 @@
|
|
|
1298
1262
|
"multiple": false,
|
|
1299
1263
|
"type": "option"
|
|
1300
1264
|
},
|
|
1301
|
-
"
|
|
1302
|
-
"char": "
|
|
1303
|
-
"name": "
|
|
1304
|
-
"summary": "
|
|
1305
|
-
"
|
|
1265
|
+
"dryrun": {
|
|
1266
|
+
"char": "d",
|
|
1267
|
+
"name": "dryrun",
|
|
1268
|
+
"summary": "If true, will not commit changes to repo or push any tags",
|
|
1269
|
+
"allowNo": false,
|
|
1270
|
+
"type": "boolean"
|
|
1271
|
+
},
|
|
1272
|
+
"sign": {
|
|
1273
|
+
"char": "s",
|
|
1274
|
+
"name": "sign",
|
|
1275
|
+
"summary": "If true, then the package will be signed and the signature will be uploaded to S3",
|
|
1276
|
+
"allowNo": false,
|
|
1277
|
+
"type": "boolean"
|
|
1278
|
+
},
|
|
1279
|
+
"npmtag": {
|
|
1280
|
+
"char": "t",
|
|
1281
|
+
"name": "npmtag",
|
|
1282
|
+
"summary": "tag to use when publishing to npm",
|
|
1283
|
+
"default": "latest",
|
|
1306
1284
|
"hasDynamicHelp": false,
|
|
1307
1285
|
"multiple": false,
|
|
1308
|
-
"options": [
|
|
1309
|
-
"sf",
|
|
1310
|
-
"sfdx"
|
|
1311
|
-
],
|
|
1312
1286
|
"type": "option"
|
|
1313
1287
|
},
|
|
1314
|
-
"
|
|
1315
|
-
"char": "
|
|
1316
|
-
"name": "
|
|
1317
|
-
"summary": "
|
|
1318
|
-
"default":
|
|
1288
|
+
"npmaccess": {
|
|
1289
|
+
"char": "a",
|
|
1290
|
+
"name": "npmaccess",
|
|
1291
|
+
"summary": "access level to use when publishing to npm",
|
|
1292
|
+
"default": "public",
|
|
1293
|
+
"hasDynamicHelp": false,
|
|
1294
|
+
"multiple": false,
|
|
1295
|
+
"type": "option"
|
|
1296
|
+
},
|
|
1297
|
+
"install": {
|
|
1298
|
+
"name": "install",
|
|
1299
|
+
"summary": "run yarn install and build on repository",
|
|
1300
|
+
"allowNo": true,
|
|
1301
|
+
"type": "boolean"
|
|
1302
|
+
},
|
|
1303
|
+
"prerelease": {
|
|
1304
|
+
"name": "prerelease",
|
|
1305
|
+
"summary": "determine the next version as <version>-<prerelease>.0 if version is not manually set",
|
|
1306
|
+
"hasDynamicHelp": false,
|
|
1307
|
+
"multiple": false,
|
|
1308
|
+
"type": "option"
|
|
1309
|
+
},
|
|
1310
|
+
"verify": {
|
|
1311
|
+
"name": "verify",
|
|
1312
|
+
"summary": "verify npm registry has new version after publish and digital signature",
|
|
1313
|
+
"allowNo": true,
|
|
1314
|
+
"type": "boolean"
|
|
1315
|
+
},
|
|
1316
|
+
"githubtag": {
|
|
1317
|
+
"name": "githubtag",
|
|
1318
|
+
"summary": "given a github tag, release the version specified in the package.json as is. Useful when you've already done a release and only need npm publish features",
|
|
1319
1319
|
"hasDynamicHelp": false,
|
|
1320
1320
|
"multiple": false,
|
|
1321
1321
|
"type": "option"
|
|
@@ -1323,20 +1323,20 @@
|
|
|
1323
1323
|
},
|
|
1324
1324
|
"hasDynamicHelp": false,
|
|
1325
1325
|
"hiddenAliases": [],
|
|
1326
|
-
"id": "
|
|
1326
|
+
"id": "npm:package:release",
|
|
1327
1327
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1328
1328
|
"pluginName": "@salesforce/plugin-release-management",
|
|
1329
1329
|
"pluginType": "core",
|
|
1330
1330
|
"strict": true,
|
|
1331
|
-
"summary": "
|
|
1331
|
+
"summary": "publish npm package",
|
|
1332
1332
|
"enableJsonFlag": true,
|
|
1333
1333
|
"isESM": true,
|
|
1334
1334
|
"relativePath": [
|
|
1335
1335
|
"lib",
|
|
1336
1336
|
"commands",
|
|
1337
|
-
"
|
|
1338
|
-
"
|
|
1339
|
-
"
|
|
1337
|
+
"npm",
|
|
1338
|
+
"package",
|
|
1339
|
+
"release.js"
|
|
1340
1340
|
]
|
|
1341
1341
|
},
|
|
1342
1342
|
"cli:install:jit:test": {
|
|
@@ -1390,5 +1390,5 @@
|
|
|
1390
1390
|
]
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
|
-
"version": "5.7.
|
|
1393
|
+
"version": "5.7.66"
|
|
1394
1394
|
}
|