@salesforce/plugin-release-management 5.7.85 → 5.7.87
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/LICENSE.txt +1 -1
- package/README.md +16 -16
- package/npm-shrinkwrap.json +956 -1383
- package/oclif.lock +471 -512
- package/oclif.manifest.json +339 -339
- package/package.json +3 -3
package/oclif.manifest.json
CHANGED
|
@@ -460,71 +460,6 @@
|
|
|
460
460
|
"index.js"
|
|
461
461
|
]
|
|
462
462
|
},
|
|
463
|
-
"cli:artifacts:compare": {
|
|
464
|
-
"aliases": [],
|
|
465
|
-
"args": {},
|
|
466
|
-
"examples": [
|
|
467
|
-
"<%= config.bin %> <%= command.id %>"
|
|
468
|
-
],
|
|
469
|
-
"flags": {
|
|
470
|
-
"json": {
|
|
471
|
-
"description": "Format output as json.",
|
|
472
|
-
"helpGroup": "GLOBAL",
|
|
473
|
-
"name": "json",
|
|
474
|
-
"allowNo": false,
|
|
475
|
-
"type": "boolean"
|
|
476
|
-
},
|
|
477
|
-
"flags-dir": {
|
|
478
|
-
"helpGroup": "GLOBAL",
|
|
479
|
-
"name": "flags-dir",
|
|
480
|
-
"summary": "Import flag values from a directory.",
|
|
481
|
-
"hasDynamicHelp": false,
|
|
482
|
-
"multiple": false,
|
|
483
|
-
"type": "option"
|
|
484
|
-
},
|
|
485
|
-
"plugin": {
|
|
486
|
-
"char": "p",
|
|
487
|
-
"name": "plugin",
|
|
488
|
-
"summary": "List of plugins to check for breaking changes.",
|
|
489
|
-
"hasDynamicHelp": false,
|
|
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.",
|
|
497
|
-
"hasDynamicHelp": false,
|
|
498
|
-
"multiple": false,
|
|
499
|
-
"type": "option"
|
|
500
|
-
},
|
|
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"
|
|
508
|
-
}
|
|
509
|
-
},
|
|
510
|
-
"hasDynamicHelp": false,
|
|
511
|
-
"hiddenAliases": [],
|
|
512
|
-
"id": "cli:artifacts:compare",
|
|
513
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
514
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
515
|
-
"pluginType": "core",
|
|
516
|
-
"strict": true,
|
|
517
|
-
"summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
|
|
518
|
-
"enableJsonFlag": true,
|
|
519
|
-
"isESM": true,
|
|
520
|
-
"relativePath": [
|
|
521
|
-
"lib",
|
|
522
|
-
"commands",
|
|
523
|
-
"cli",
|
|
524
|
-
"artifacts",
|
|
525
|
-
"compare.js"
|
|
526
|
-
]
|
|
527
|
-
},
|
|
528
463
|
"cli:install:test": {
|
|
529
464
|
"aliases": [],
|
|
530
465
|
"args": {},
|
|
@@ -621,21 +556,11 @@
|
|
|
621
556
|
"test.js"
|
|
622
557
|
]
|
|
623
558
|
},
|
|
624
|
-
"cli:
|
|
559
|
+
"cli:artifacts:compare": {
|
|
625
560
|
"aliases": [],
|
|
626
561
|
"args": {},
|
|
627
|
-
"description": "inspect the CLI version across all install paths",
|
|
628
562
|
"examples": [
|
|
629
|
-
"<%= config.bin %> <%= command.id %>
|
|
630
|
-
"<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
|
|
631
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c stable",
|
|
632
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c latest",
|
|
633
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
|
|
634
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
|
|
635
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
|
|
636
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
|
|
637
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
|
|
638
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
|
|
563
|
+
"<%= config.bin %> <%= command.id %>"
|
|
639
564
|
],
|
|
640
565
|
"flags": {
|
|
641
566
|
"json": {
|
|
@@ -653,81 +578,55 @@
|
|
|
653
578
|
"multiple": false,
|
|
654
579
|
"type": "option"
|
|
655
580
|
},
|
|
656
|
-
"
|
|
657
|
-
"char": "
|
|
658
|
-
"name": "
|
|
659
|
-
"summary": "
|
|
581
|
+
"plugin": {
|
|
582
|
+
"char": "p",
|
|
583
|
+
"name": "plugin",
|
|
584
|
+
"summary": "List of plugins to check for breaking changes.",
|
|
660
585
|
"hasDynamicHelp": false,
|
|
661
586
|
"multiple": true,
|
|
662
587
|
"type": "option"
|
|
663
588
|
},
|
|
664
|
-
"
|
|
665
|
-
"char": "
|
|
666
|
-
"name": "
|
|
667
|
-
"summary": "
|
|
668
|
-
"allowNo": false,
|
|
669
|
-
"type": "boolean"
|
|
670
|
-
},
|
|
671
|
-
"channels": {
|
|
672
|
-
"char": "c",
|
|
673
|
-
"name": "channels",
|
|
674
|
-
"required": true,
|
|
675
|
-
"summary": "the channel you want to inspect (for achives, latest and latest-rc are translated to stable and stable-rc. And vice-versa for npm)",
|
|
589
|
+
"previous": {
|
|
590
|
+
"char": "r",
|
|
591
|
+
"name": "previous",
|
|
592
|
+
"summary": "Previous CLI version to compare against. Defaults to the last published version.",
|
|
676
593
|
"hasDynamicHelp": false,
|
|
677
|
-
"multiple":
|
|
678
|
-
"options": [
|
|
679
|
-
"stable",
|
|
680
|
-
"stable-rc",
|
|
681
|
-
"latest",
|
|
682
|
-
"latest-rc",
|
|
683
|
-
"nightly"
|
|
684
|
-
],
|
|
594
|
+
"multiple": false,
|
|
685
595
|
"type": "option"
|
|
686
596
|
},
|
|
687
|
-
"
|
|
688
|
-
"char": "
|
|
689
|
-
"name": "
|
|
690
|
-
"
|
|
691
|
-
"summary": "the location you want to inspect",
|
|
597
|
+
"current": {
|
|
598
|
+
"char": "c",
|
|
599
|
+
"name": "current",
|
|
600
|
+
"summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
|
|
692
601
|
"hasDynamicHelp": false,
|
|
693
|
-
"multiple":
|
|
694
|
-
"options": [
|
|
695
|
-
"archive",
|
|
696
|
-
"npm"
|
|
697
|
-
],
|
|
602
|
+
"multiple": false,
|
|
698
603
|
"type": "option"
|
|
699
|
-
},
|
|
700
|
-
"ignore-missing": {
|
|
701
|
-
"name": "ignore-missing",
|
|
702
|
-
"summary": "skip missing archives. Useful when supporting new architectures in oclif",
|
|
703
|
-
"allowNo": false,
|
|
704
|
-
"type": "boolean"
|
|
705
604
|
}
|
|
706
605
|
},
|
|
707
606
|
"hasDynamicHelp": false,
|
|
708
607
|
"hiddenAliases": [],
|
|
709
|
-
"id": "cli:
|
|
608
|
+
"id": "cli:artifacts:compare",
|
|
710
609
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
711
610
|
"pluginName": "@salesforce/plugin-release-management",
|
|
712
611
|
"pluginType": "core",
|
|
713
612
|
"strict": true,
|
|
714
|
-
"summary": "
|
|
613
|
+
"summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
|
|
715
614
|
"enableJsonFlag": true,
|
|
716
615
|
"isESM": true,
|
|
717
616
|
"relativePath": [
|
|
718
617
|
"lib",
|
|
719
618
|
"commands",
|
|
720
619
|
"cli",
|
|
721
|
-
"
|
|
722
|
-
"
|
|
620
|
+
"artifacts",
|
|
621
|
+
"compare.js"
|
|
723
622
|
]
|
|
724
623
|
},
|
|
725
|
-
"cli:
|
|
624
|
+
"cli:release:automerge": {
|
|
726
625
|
"aliases": [],
|
|
727
626
|
"args": {},
|
|
728
|
-
"description": "
|
|
627
|
+
"description": "Attempt to automerge nightly PR",
|
|
729
628
|
"examples": [
|
|
730
|
-
"<%= config.bin %> <%= command.id %>"
|
|
629
|
+
"<%= config.bin %> <%= command.id %> --owner salesforcecli --repo sfdx-cli --pul-number 1049"
|
|
731
630
|
],
|
|
732
631
|
"flags": {
|
|
733
632
|
"json": {
|
|
@@ -745,52 +644,87 @@
|
|
|
745
644
|
"multiple": false,
|
|
746
645
|
"type": "option"
|
|
747
646
|
},
|
|
748
|
-
"
|
|
749
|
-
"
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
"
|
|
753
|
-
|
|
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",
|
|
657
|
+
"hasDynamicHelp": false,
|
|
658
|
+
"multiple": false,
|
|
659
|
+
"type": "option"
|
|
754
660
|
},
|
|
755
|
-
"
|
|
756
|
-
"
|
|
757
|
-
|
|
758
|
-
|
|
661
|
+
"repo": {
|
|
662
|
+
"dependsOn": [
|
|
663
|
+
"owner"
|
|
664
|
+
],
|
|
665
|
+
"name": "repo",
|
|
666
|
+
"required": true,
|
|
667
|
+
"summary": "Github repo, example: sfdx-cli",
|
|
668
|
+
"hasDynamicHelp": false,
|
|
669
|
+
"multiple": false,
|
|
670
|
+
"type": "option"
|
|
671
|
+
},
|
|
672
|
+
"pull-number": {
|
|
673
|
+
"name": "pull-number",
|
|
674
|
+
"required": true,
|
|
675
|
+
"summary": "Github pull request number to merge",
|
|
676
|
+
"hasDynamicHelp": false,
|
|
677
|
+
"multiple": false,
|
|
678
|
+
"type": "option"
|
|
679
|
+
},
|
|
680
|
+
"dry-run": {
|
|
681
|
+
"char": "d",
|
|
682
|
+
"name": "dry-run",
|
|
683
|
+
"summary": "Run all checks, but do not merge PR",
|
|
759
684
|
"allowNo": false,
|
|
760
685
|
"type": "boolean"
|
|
761
686
|
},
|
|
762
687
|
"verbose": {
|
|
763
688
|
"name": "verbose",
|
|
764
|
-
"summary": "
|
|
689
|
+
"summary": "Show additional debug output",
|
|
765
690
|
"allowNo": false,
|
|
766
691
|
"type": "boolean"
|
|
767
692
|
}
|
|
768
693
|
},
|
|
769
694
|
"hasDynamicHelp": false,
|
|
770
695
|
"hiddenAliases": [],
|
|
771
|
-
"id": "cli:
|
|
696
|
+
"id": "cli:release:automerge",
|
|
772
697
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
773
698
|
"pluginName": "@salesforce/plugin-release-management",
|
|
774
699
|
"pluginType": "core",
|
|
775
700
|
"strict": true,
|
|
776
|
-
"summary": "
|
|
701
|
+
"summary": "Attempt to automerge nightly PR",
|
|
777
702
|
"enableJsonFlag": true,
|
|
778
703
|
"isESM": true,
|
|
779
704
|
"relativePath": [
|
|
780
705
|
"lib",
|
|
781
706
|
"commands",
|
|
782
707
|
"cli",
|
|
783
|
-
"
|
|
784
|
-
"
|
|
708
|
+
"release",
|
|
709
|
+
"automerge.js"
|
|
785
710
|
]
|
|
786
711
|
},
|
|
787
|
-
"cli:
|
|
788
|
-
"aliases": [
|
|
712
|
+
"cli:release:build": {
|
|
713
|
+
"aliases": [
|
|
714
|
+
"cli:latestrc:build"
|
|
715
|
+
],
|
|
789
716
|
"args": {},
|
|
790
|
-
"description": "
|
|
717
|
+
"description": "builds a new release from a designated starting point and optionally creates PR in Github",
|
|
791
718
|
"examples": [
|
|
792
719
|
"<%= config.bin %> <%= command.id %>",
|
|
793
|
-
"<%= 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"
|
|
794
728
|
],
|
|
795
729
|
"flags": {
|
|
796
730
|
"json": {
|
|
@@ -808,39 +742,118 @@
|
|
|
808
742
|
"multiple": false,
|
|
809
743
|
"type": "option"
|
|
810
744
|
},
|
|
811
|
-
"
|
|
812
|
-
"
|
|
813
|
-
|
|
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",
|
|
753
|
+
"hasDynamicHelp": false,
|
|
754
|
+
"multiple": false,
|
|
755
|
+
"type": "option"
|
|
756
|
+
},
|
|
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",
|
|
761
|
+
"hasDynamicHelp": false,
|
|
762
|
+
"multiple": false,
|
|
763
|
+
"type": "option"
|
|
764
|
+
},
|
|
765
|
+
"release-channel": {
|
|
766
|
+
"char": "c",
|
|
767
|
+
"name": "release-channel",
|
|
768
|
+
"required": true,
|
|
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",
|
|
814
777
|
"allowNo": false,
|
|
815
778
|
"type": "boolean"
|
|
816
|
-
}
|
|
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",
|
|
828
|
+
"hasDynamicHelp": false,
|
|
829
|
+
"multiple": false,
|
|
830
|
+
"type": "option"
|
|
831
|
+
}
|
|
817
832
|
},
|
|
818
833
|
"hasDynamicHelp": false,
|
|
819
834
|
"hiddenAliases": [],
|
|
820
|
-
"id": "cli:
|
|
835
|
+
"id": "cli:release:build",
|
|
821
836
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
822
837
|
"pluginName": "@salesforce/plugin-release-management",
|
|
823
838
|
"pluginType": "core",
|
|
824
839
|
"strict": true,
|
|
825
|
-
"summary": "
|
|
840
|
+
"summary": "builds a new release from a designated starting point and optionally creates PR in Github",
|
|
826
841
|
"enableJsonFlag": true,
|
|
827
842
|
"isESM": true,
|
|
828
843
|
"relativePath": [
|
|
829
844
|
"lib",
|
|
830
845
|
"commands",
|
|
831
846
|
"cli",
|
|
832
|
-
"
|
|
833
|
-
"
|
|
847
|
+
"release",
|
|
848
|
+
"build.js"
|
|
834
849
|
]
|
|
835
850
|
},
|
|
836
|
-
"cli:tarballs:
|
|
851
|
+
"cli:tarballs:prepare": {
|
|
837
852
|
"aliases": [],
|
|
838
853
|
"args": {},
|
|
839
|
-
"description": "
|
|
854
|
+
"description": "remove unnecessary files from node_modules",
|
|
840
855
|
"examples": [
|
|
841
|
-
"<%= config.bin %> <%= command.id %>"
|
|
842
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx",
|
|
843
|
-
"<%= config.bin %> <%= command.id %> --cli sf"
|
|
856
|
+
"<%= config.bin %> <%= command.id %>"
|
|
844
857
|
],
|
|
845
858
|
"flags": {
|
|
846
859
|
"json": {
|
|
@@ -858,37 +871,35 @@
|
|
|
858
871
|
"multiple": false,
|
|
859
872
|
"type": "option"
|
|
860
873
|
},
|
|
861
|
-
"
|
|
862
|
-
"char": "
|
|
863
|
-
"name": "
|
|
864
|
-
"summary": "
|
|
865
|
-
"
|
|
866
|
-
"
|
|
867
|
-
"multiple": false,
|
|
868
|
-
"options": [
|
|
869
|
-
"sf",
|
|
870
|
-
"sfdx"
|
|
871
|
-
],
|
|
872
|
-
"type": "option"
|
|
874
|
+
"dryrun": {
|
|
875
|
+
"char": "d",
|
|
876
|
+
"name": "dryrun",
|
|
877
|
+
"summary": "only show what would be removed from node_modules",
|
|
878
|
+
"allowNo": false,
|
|
879
|
+
"type": "boolean"
|
|
873
880
|
},
|
|
874
|
-
"
|
|
875
|
-
"char": "
|
|
876
|
-
"name": "
|
|
877
|
-
"summary": "
|
|
878
|
-
"
|
|
879
|
-
"
|
|
880
|
-
|
|
881
|
-
|
|
881
|
+
"types": {
|
|
882
|
+
"char": "t",
|
|
883
|
+
"name": "types",
|
|
884
|
+
"summary": "remove all types (.d.ts) files from node_modules",
|
|
885
|
+
"allowNo": false,
|
|
886
|
+
"type": "boolean"
|
|
887
|
+
},
|
|
888
|
+
"verbose": {
|
|
889
|
+
"name": "verbose",
|
|
890
|
+
"summary": "show all files paths being removed",
|
|
891
|
+
"allowNo": false,
|
|
892
|
+
"type": "boolean"
|
|
882
893
|
}
|
|
883
894
|
},
|
|
884
895
|
"hasDynamicHelp": false,
|
|
885
896
|
"hiddenAliases": [],
|
|
886
|
-
"id": "cli:tarballs:
|
|
897
|
+
"id": "cli:tarballs:prepare",
|
|
887
898
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
888
899
|
"pluginName": "@salesforce/plugin-release-management",
|
|
889
900
|
"pluginType": "core",
|
|
890
901
|
"strict": true,
|
|
891
|
-
"summary": "
|
|
902
|
+
"summary": "remove unnecessary files from node_modules",
|
|
892
903
|
"enableJsonFlag": true,
|
|
893
904
|
"isESM": true,
|
|
894
905
|
"relativePath": [
|
|
@@ -896,15 +907,16 @@
|
|
|
896
907
|
"commands",
|
|
897
908
|
"cli",
|
|
898
909
|
"tarballs",
|
|
899
|
-
"
|
|
910
|
+
"prepare.js"
|
|
900
911
|
]
|
|
901
912
|
},
|
|
902
|
-
"cli:
|
|
913
|
+
"cli:tarballs:smoke": {
|
|
903
914
|
"aliases": [],
|
|
904
915
|
"args": {},
|
|
905
|
-
"description": "
|
|
916
|
+
"description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
|
|
906
917
|
"examples": [
|
|
907
|
-
"<%= config.bin %> <%= command.id %>
|
|
918
|
+
"<%= config.bin %> <%= command.id %>",
|
|
919
|
+
"<%= config.bin %> <%= command.id %>"
|
|
908
920
|
],
|
|
909
921
|
"flags": {
|
|
910
922
|
"json": {
|
|
@@ -922,87 +934,39 @@
|
|
|
922
934
|
"multiple": false,
|
|
923
935
|
"type": "option"
|
|
924
936
|
},
|
|
925
|
-
"owner": {
|
|
926
|
-
"aliases": [
|
|
927
|
-
"org"
|
|
928
|
-
],
|
|
929
|
-
"dependsOn": [
|
|
930
|
-
"repo"
|
|
931
|
-
],
|
|
932
|
-
"name": "owner",
|
|
933
|
-
"required": true,
|
|
934
|
-
"summary": "Github owner (org), example: salesforcecli",
|
|
935
|
-
"hasDynamicHelp": false,
|
|
936
|
-
"multiple": false,
|
|
937
|
-
"type": "option"
|
|
938
|
-
},
|
|
939
|
-
"repo": {
|
|
940
|
-
"dependsOn": [
|
|
941
|
-
"owner"
|
|
942
|
-
],
|
|
943
|
-
"name": "repo",
|
|
944
|
-
"required": true,
|
|
945
|
-
"summary": "Github repo, example: sfdx-cli",
|
|
946
|
-
"hasDynamicHelp": false,
|
|
947
|
-
"multiple": false,
|
|
948
|
-
"type": "option"
|
|
949
|
-
},
|
|
950
|
-
"pull-number": {
|
|
951
|
-
"name": "pull-number",
|
|
952
|
-
"required": true,
|
|
953
|
-
"summary": "Github pull request number to merge",
|
|
954
|
-
"hasDynamicHelp": false,
|
|
955
|
-
"multiple": false,
|
|
956
|
-
"type": "option"
|
|
957
|
-
},
|
|
958
|
-
"dry-run": {
|
|
959
|
-
"char": "d",
|
|
960
|
-
"name": "dry-run",
|
|
961
|
-
"summary": "Run all checks, but do not merge PR",
|
|
962
|
-
"allowNo": false,
|
|
963
|
-
"type": "boolean"
|
|
964
|
-
},
|
|
965
937
|
"verbose": {
|
|
966
938
|
"name": "verbose",
|
|
967
|
-
"summary": "
|
|
939
|
+
"summary": "show the --help output for each command",
|
|
968
940
|
"allowNo": false,
|
|
969
941
|
"type": "boolean"
|
|
970
942
|
}
|
|
971
943
|
},
|
|
972
944
|
"hasDynamicHelp": false,
|
|
973
945
|
"hiddenAliases": [],
|
|
974
|
-
"id": "cli:
|
|
946
|
+
"id": "cli:tarballs:smoke",
|
|
975
947
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
976
948
|
"pluginName": "@salesforce/plugin-release-management",
|
|
977
949
|
"pluginType": "core",
|
|
978
950
|
"strict": true,
|
|
979
|
-
"summary": "
|
|
951
|
+
"summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
|
|
980
952
|
"enableJsonFlag": true,
|
|
981
953
|
"isESM": true,
|
|
982
954
|
"relativePath": [
|
|
983
955
|
"lib",
|
|
984
956
|
"commands",
|
|
985
957
|
"cli",
|
|
986
|
-
"
|
|
987
|
-
"
|
|
958
|
+
"tarballs",
|
|
959
|
+
"smoke.js"
|
|
988
960
|
]
|
|
989
961
|
},
|
|
990
|
-
"cli:
|
|
991
|
-
"aliases": [
|
|
992
|
-
"cli:latestrc:build"
|
|
993
|
-
],
|
|
962
|
+
"cli:tarballs:verify": {
|
|
963
|
+
"aliases": [],
|
|
994
964
|
"args": {},
|
|
995
|
-
"description": "
|
|
965
|
+
"description": "verify that tarballs are ready to be uploaded",
|
|
996
966
|
"examples": [
|
|
997
967
|
"<%= config.bin %> <%= command.id %>",
|
|
998
|
-
"<%= config.bin %> <%= command.id %> --
|
|
999
|
-
"<%= config.bin %> <%= command.id %> --
|
|
1000
|
-
"<%= config.bin %> <%= command.id %> --start-from-github-ref 7.144.0",
|
|
1001
|
-
"<%= config.bin %> <%= command.id %> --start-from-github-ref main",
|
|
1002
|
-
"<%= config.bin %> <%= command.id %> --start-from-github-ref f476e8e",
|
|
1003
|
-
"<%= config.bin %> <%= command.id %> --start-from-github-ref main --prerelease beta",
|
|
1004
|
-
"<%= config.bin %> <%= command.id %> --build-only",
|
|
1005
|
-
"<%= config.bin %> <%= command.id %> --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3"
|
|
968
|
+
"<%= config.bin %> <%= command.id %> --cli sfdx",
|
|
969
|
+
"<%= config.bin %> <%= command.id %> --cli sf"
|
|
1006
970
|
],
|
|
1007
971
|
"flags": {
|
|
1008
972
|
"json": {
|
|
@@ -1020,89 +984,24 @@
|
|
|
1020
984
|
"multiple": false,
|
|
1021
985
|
"type": "option"
|
|
1022
986
|
},
|
|
1023
|
-
"
|
|
1024
|
-
"aliases": [
|
|
1025
|
-
"rctag"
|
|
1026
|
-
],
|
|
1027
|
-
"char": "d",
|
|
1028
|
-
"deprecateAliases": true,
|
|
1029
|
-
"name": "start-from-npm-dist-tag",
|
|
1030
|
-
"summary": "the npm dist-tag to start the release from, examples: nightly, latest-rc",
|
|
1031
|
-
"hasDynamicHelp": false,
|
|
1032
|
-
"multiple": false,
|
|
1033
|
-
"type": "option"
|
|
1034
|
-
},
|
|
1035
|
-
"start-from-github-ref": {
|
|
1036
|
-
"char": "g",
|
|
1037
|
-
"name": "start-from-github-ref",
|
|
1038
|
-
"summary": "a Github ref to start the release from, examples: main, 7.144.0, f476e8e",
|
|
1039
|
-
"hasDynamicHelp": false,
|
|
1040
|
-
"multiple": false,
|
|
1041
|
-
"type": "option"
|
|
1042
|
-
},
|
|
1043
|
-
"release-channel": {
|
|
987
|
+
"cli": {
|
|
1044
988
|
"char": "c",
|
|
1045
|
-
"name": "
|
|
1046
|
-
"
|
|
1047
|
-
"
|
|
989
|
+
"name": "cli",
|
|
990
|
+
"summary": "the cli to verify",
|
|
991
|
+
"default": "sfdx",
|
|
1048
992
|
"hasDynamicHelp": false,
|
|
1049
993
|
"multiple": false,
|
|
994
|
+
"options": [
|
|
995
|
+
"sf",
|
|
996
|
+
"sfdx"
|
|
997
|
+
],
|
|
1050
998
|
"type": "option"
|
|
1051
999
|
},
|
|
1052
|
-
"
|
|
1053
|
-
"
|
|
1054
|
-
"
|
|
1055
|
-
"
|
|
1056
|
-
"
|
|
1057
|
-
},
|
|
1058
|
-
"resolutions": {
|
|
1059
|
-
"name": "resolutions",
|
|
1060
|
-
"summary": "bump the versions of packages listed in the resolutions section",
|
|
1061
|
-
"allowNo": true,
|
|
1062
|
-
"type": "boolean"
|
|
1063
|
-
},
|
|
1064
|
-
"only": {
|
|
1065
|
-
"name": "only",
|
|
1066
|
-
"summary": "only bump the version of the packages passed in, uses latest if version is not provided",
|
|
1067
|
-
"delimiter": ",",
|
|
1068
|
-
"hasDynamicHelp": false,
|
|
1069
|
-
"multiple": true,
|
|
1070
|
-
"type": "option"
|
|
1071
|
-
},
|
|
1072
|
-
"pinned-deps": {
|
|
1073
|
-
"name": "pinned-deps",
|
|
1074
|
-
"summary": "bump the versions of the packages listed in the pinnedDependencies section",
|
|
1075
|
-
"allowNo": true,
|
|
1076
|
-
"type": "boolean"
|
|
1077
|
-
},
|
|
1078
|
-
"jit": {
|
|
1079
|
-
"name": "jit",
|
|
1080
|
-
"summary": "bump the versions of the packages listed in the jitPlugins (just-in-time) section",
|
|
1081
|
-
"allowNo": true,
|
|
1082
|
-
"type": "boolean"
|
|
1083
|
-
},
|
|
1084
|
-
"label": {
|
|
1085
|
-
"name": "label",
|
|
1086
|
-
"summary": "add one or more labels to the Github PR",
|
|
1087
|
-
"hasDynamicHelp": false,
|
|
1088
|
-
"multiple": true,
|
|
1089
|
-
"type": "option"
|
|
1090
|
-
},
|
|
1091
|
-
"patch": {
|
|
1092
|
-
"name": "patch",
|
|
1093
|
-
"summary": "bump the release as a patch of an existing version, not a new minor version",
|
|
1094
|
-
"allowNo": false,
|
|
1095
|
-
"type": "boolean"
|
|
1096
|
-
},
|
|
1097
|
-
"empty": {
|
|
1098
|
-
"name": "empty",
|
|
1099
|
-
"summary": "create an empty release PR for pushing changes to later (version will still be bumped)",
|
|
1100
|
-
"allowNo": false,
|
|
1101
|
-
"type": "boolean"
|
|
1102
|
-
},
|
|
1103
|
-
"pr-base-branch": {
|
|
1104
|
-
"name": "pr-base-branch",
|
|
1105
|
-
"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,
|
|
1106
1005
|
"hasDynamicHelp": false,
|
|
1107
1006
|
"multiple": false,
|
|
1108
1007
|
"type": "option"
|
|
@@ -1110,26 +1009,38 @@
|
|
|
1110
1009
|
},
|
|
1111
1010
|
"hasDynamicHelp": false,
|
|
1112
1011
|
"hiddenAliases": [],
|
|
1113
|
-
"id": "cli:
|
|
1012
|
+
"id": "cli:tarballs:verify",
|
|
1114
1013
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1115
1014
|
"pluginName": "@salesforce/plugin-release-management",
|
|
1116
1015
|
"pluginType": "core",
|
|
1117
1016
|
"strict": true,
|
|
1118
|
-
"summary": "
|
|
1017
|
+
"summary": "verify that tarballs are ready to be uploaded",
|
|
1119
1018
|
"enableJsonFlag": true,
|
|
1120
1019
|
"isESM": true,
|
|
1121
1020
|
"relativePath": [
|
|
1122
1021
|
"lib",
|
|
1123
1022
|
"commands",
|
|
1124
1023
|
"cli",
|
|
1125
|
-
"
|
|
1126
|
-
"
|
|
1024
|
+
"tarballs",
|
|
1025
|
+
"verify.js"
|
|
1127
1026
|
]
|
|
1128
1027
|
},
|
|
1129
|
-
"
|
|
1028
|
+
"cli:versions:inspect": {
|
|
1130
1029
|
"aliases": [],
|
|
1131
1030
|
"args": {},
|
|
1132
|
-
"description": "
|
|
1031
|
+
"description": "inspect the CLI version across all install paths",
|
|
1032
|
+
"examples": [
|
|
1033
|
+
"<%= config.bin %> <%= command.id %> -l archive -c stable",
|
|
1034
|
+
"<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
|
|
1035
|
+
"<%= config.bin %> <%= command.id %> -l archive npm -c stable",
|
|
1036
|
+
"<%= config.bin %> <%= command.id %> -l archive npm -c latest",
|
|
1037
|
+
"<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
|
|
1038
|
+
"<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
|
|
1039
|
+
"<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
|
|
1040
|
+
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
|
|
1041
|
+
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
|
|
1042
|
+
"<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
|
|
1043
|
+
],
|
|
1133
1044
|
"flags": {
|
|
1134
1045
|
"json": {
|
|
1135
1046
|
"description": "Format output as json.",
|
|
@@ -1146,39 +1057,73 @@
|
|
|
1146
1057
|
"multiple": false,
|
|
1147
1058
|
"type": "option"
|
|
1148
1059
|
},
|
|
1149
|
-
"
|
|
1060
|
+
"dependencies": {
|
|
1150
1061
|
"char": "d",
|
|
1151
|
-
"name": "
|
|
1152
|
-
"summary": "
|
|
1062
|
+
"name": "dependencies",
|
|
1063
|
+
"summary": "glob pattern of dependencies you want to see the version of",
|
|
1064
|
+
"hasDynamicHelp": false,
|
|
1065
|
+
"multiple": true,
|
|
1066
|
+
"type": "option"
|
|
1067
|
+
},
|
|
1068
|
+
"salesforce": {
|
|
1069
|
+
"char": "s",
|
|
1070
|
+
"name": "salesforce",
|
|
1071
|
+
"summary": "show versions of salesforce owned dependencies",
|
|
1153
1072
|
"allowNo": false,
|
|
1154
1073
|
"type": "boolean"
|
|
1155
1074
|
},
|
|
1156
|
-
"
|
|
1157
|
-
"char": "
|
|
1158
|
-
"name": "
|
|
1159
|
-
"
|
|
1160
|
-
"
|
|
1075
|
+
"channels": {
|
|
1076
|
+
"char": "c",
|
|
1077
|
+
"name": "channels",
|
|
1078
|
+
"required": true,
|
|
1079
|
+
"summary": "the channel you want to inspect (for achives, latest and latest-rc are translated to stable and stable-rc. And vice-versa for npm)",
|
|
1161
1080
|
"hasDynamicHelp": false,
|
|
1162
|
-
"multiple":
|
|
1081
|
+
"multiple": true,
|
|
1082
|
+
"options": [
|
|
1083
|
+
"stable",
|
|
1084
|
+
"stable-rc",
|
|
1085
|
+
"latest",
|
|
1086
|
+
"latest-rc",
|
|
1087
|
+
"nightly"
|
|
1088
|
+
],
|
|
1163
1089
|
"type": "option"
|
|
1090
|
+
},
|
|
1091
|
+
"locations": {
|
|
1092
|
+
"char": "l",
|
|
1093
|
+
"name": "locations",
|
|
1094
|
+
"required": true,
|
|
1095
|
+
"summary": "the location you want to inspect",
|
|
1096
|
+
"hasDynamicHelp": false,
|
|
1097
|
+
"multiple": true,
|
|
1098
|
+
"options": [
|
|
1099
|
+
"archive",
|
|
1100
|
+
"npm"
|
|
1101
|
+
],
|
|
1102
|
+
"type": "option"
|
|
1103
|
+
},
|
|
1104
|
+
"ignore-missing": {
|
|
1105
|
+
"name": "ignore-missing",
|
|
1106
|
+
"summary": "skip missing archives. Useful when supporting new architectures in oclif",
|
|
1107
|
+
"allowNo": false,
|
|
1108
|
+
"type": "boolean"
|
|
1164
1109
|
}
|
|
1165
1110
|
},
|
|
1166
1111
|
"hasDynamicHelp": false,
|
|
1167
1112
|
"hiddenAliases": [],
|
|
1168
|
-
"id": "
|
|
1113
|
+
"id": "cli:versions:inspect",
|
|
1169
1114
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1170
1115
|
"pluginName": "@salesforce/plugin-release-management",
|
|
1171
1116
|
"pluginType": "core",
|
|
1172
1117
|
"strict": true,
|
|
1173
|
-
"summary": "
|
|
1118
|
+
"summary": "inspect the CLI version across all install paths",
|
|
1174
1119
|
"enableJsonFlag": true,
|
|
1175
1120
|
"isESM": true,
|
|
1176
1121
|
"relativePath": [
|
|
1177
1122
|
"lib",
|
|
1178
1123
|
"commands",
|
|
1179
|
-
"
|
|
1180
|
-
"
|
|
1181
|
-
"
|
|
1124
|
+
"cli",
|
|
1125
|
+
"versions",
|
|
1126
|
+
"inspect.js"
|
|
1182
1127
|
]
|
|
1183
1128
|
},
|
|
1184
1129
|
"github:check:closed": {
|
|
@@ -1242,6 +1187,61 @@
|
|
|
1242
1187
|
"closed.js"
|
|
1243
1188
|
]
|
|
1244
1189
|
},
|
|
1190
|
+
"npm:dependencies:pin": {
|
|
1191
|
+
"aliases": [],
|
|
1192
|
+
"args": {},
|
|
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",
|
|
1194
|
+
"flags": {
|
|
1195
|
+
"json": {
|
|
1196
|
+
"description": "Format output as json.",
|
|
1197
|
+
"helpGroup": "GLOBAL",
|
|
1198
|
+
"name": "json",
|
|
1199
|
+
"allowNo": false,
|
|
1200
|
+
"type": "boolean"
|
|
1201
|
+
},
|
|
1202
|
+
"flags-dir": {
|
|
1203
|
+
"helpGroup": "GLOBAL",
|
|
1204
|
+
"name": "flags-dir",
|
|
1205
|
+
"summary": "Import flag values from a directory.",
|
|
1206
|
+
"hasDynamicHelp": false,
|
|
1207
|
+
"multiple": false,
|
|
1208
|
+
"type": "option"
|
|
1209
|
+
},
|
|
1210
|
+
"dryrun": {
|
|
1211
|
+
"char": "d",
|
|
1212
|
+
"name": "dryrun",
|
|
1213
|
+
"summary": "If true, will not make any changes to the package.json",
|
|
1214
|
+
"allowNo": false,
|
|
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"
|
|
1225
|
+
}
|
|
1226
|
+
},
|
|
1227
|
+
"hasDynamicHelp": false,
|
|
1228
|
+
"hiddenAliases": [],
|
|
1229
|
+
"id": "npm:dependencies:pin",
|
|
1230
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1231
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
1232
|
+
"pluginType": "core",
|
|
1233
|
+
"strict": true,
|
|
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",
|
|
1235
|
+
"enableJsonFlag": true,
|
|
1236
|
+
"isESM": true,
|
|
1237
|
+
"relativePath": [
|
|
1238
|
+
"lib",
|
|
1239
|
+
"commands",
|
|
1240
|
+
"npm",
|
|
1241
|
+
"dependencies",
|
|
1242
|
+
"pin.js"
|
|
1243
|
+
]
|
|
1244
|
+
},
|
|
1245
1245
|
"npm:package:release": {
|
|
1246
1246
|
"aliases": [],
|
|
1247
1247
|
"args": {},
|
|
@@ -1390,5 +1390,5 @@
|
|
|
1390
1390
|
]
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
|
-
"version": "5.7.
|
|
1393
|
+
"version": "5.7.87"
|
|
1394
1394
|
}
|