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