@salesforce/plugin-release-management 5.6.31 → 5.6.33
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 +120 -110
- package/oclif.lock +130 -125
- package/oclif.manifest.json +302 -302
- package/package.json +4 -4
package/oclif.manifest.json
CHANGED
|
@@ -621,12 +621,21 @@
|
|
|
621
621
|
"test.js"
|
|
622
622
|
]
|
|
623
623
|
},
|
|
624
|
-
"cli:
|
|
624
|
+
"cli:versions:inspect": {
|
|
625
625
|
"aliases": [],
|
|
626
626
|
"args": {},
|
|
627
|
-
"description": "
|
|
627
|
+
"description": "inspect the CLI version across all install paths",
|
|
628
628
|
"examples": [
|
|
629
|
-
"<%= config.bin %> <%= command.id %>
|
|
629
|
+
"<%= config.bin %> <%= command.id %> -l archive -c stable",
|
|
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"
|
|
630
639
|
],
|
|
631
640
|
"flags": {
|
|
632
641
|
"json": {
|
|
@@ -644,208 +653,73 @@
|
|
|
644
653
|
"multiple": false,
|
|
645
654
|
"type": "option"
|
|
646
655
|
},
|
|
647
|
-
"
|
|
648
|
-
"
|
|
649
|
-
|
|
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"
|
|
660
|
-
},
|
|
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",
|
|
656
|
+
"dependencies": {
|
|
657
|
+
"char": "d",
|
|
658
|
+
"name": "dependencies",
|
|
659
|
+
"summary": "glob pattern of dependencies you want to see the version of",
|
|
676
660
|
"hasDynamicHelp": false,
|
|
677
|
-
"multiple":
|
|
661
|
+
"multiple": true,
|
|
678
662
|
"type": "option"
|
|
679
663
|
},
|
|
680
|
-
"
|
|
681
|
-
"char": "
|
|
682
|
-
"name": "
|
|
683
|
-
"summary": "
|
|
684
|
-
"allowNo": false,
|
|
685
|
-
"type": "boolean"
|
|
686
|
-
},
|
|
687
|
-
"verbose": {
|
|
688
|
-
"name": "verbose",
|
|
689
|
-
"summary": "Show additional debug output",
|
|
690
|
-
"allowNo": false,
|
|
691
|
-
"type": "boolean"
|
|
692
|
-
}
|
|
693
|
-
},
|
|
694
|
-
"hasDynamicHelp": false,
|
|
695
|
-
"hiddenAliases": [],
|
|
696
|
-
"id": "cli:release:automerge",
|
|
697
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
698
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
699
|
-
"pluginType": "core",
|
|
700
|
-
"strict": true,
|
|
701
|
-
"summary": "Attempt to automerge nightly PR",
|
|
702
|
-
"enableJsonFlag": true,
|
|
703
|
-
"isESM": true,
|
|
704
|
-
"relativePath": [
|
|
705
|
-
"lib",
|
|
706
|
-
"commands",
|
|
707
|
-
"cli",
|
|
708
|
-
"release",
|
|
709
|
-
"automerge.js"
|
|
710
|
-
]
|
|
711
|
-
},
|
|
712
|
-
"cli:release:build": {
|
|
713
|
-
"aliases": [
|
|
714
|
-
"cli:latestrc:build"
|
|
715
|
-
],
|
|
716
|
-
"args": {},
|
|
717
|
-
"description": "builds a new release from a designated starting point and optionally creates PR in Github",
|
|
718
|
-
"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"
|
|
728
|
-
],
|
|
729
|
-
"flags": {
|
|
730
|
-
"json": {
|
|
731
|
-
"description": "Format output as json.",
|
|
732
|
-
"helpGroup": "GLOBAL",
|
|
733
|
-
"name": "json",
|
|
664
|
+
"salesforce": {
|
|
665
|
+
"char": "s",
|
|
666
|
+
"name": "salesforce",
|
|
667
|
+
"summary": "show versions of salesforce owned dependencies",
|
|
734
668
|
"allowNo": false,
|
|
735
669
|
"type": "boolean"
|
|
736
670
|
},
|
|
737
|
-
"
|
|
738
|
-
"helpGroup": "GLOBAL",
|
|
739
|
-
"name": "flags-dir",
|
|
740
|
-
"summary": "Import flag values from a directory.",
|
|
741
|
-
"hasDynamicHelp": false,
|
|
742
|
-
"multiple": false,
|
|
743
|
-
"type": "option"
|
|
744
|
-
},
|
|
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": {
|
|
671
|
+
"channels": {
|
|
766
672
|
"char": "c",
|
|
767
|
-
"name": "
|
|
673
|
+
"name": "channels",
|
|
768
674
|
"required": true,
|
|
769
|
-
"summary": "the channel
|
|
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": ",",
|
|
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)",
|
|
790
676
|
"hasDynamicHelp": false,
|
|
791
677
|
"multiple": true,
|
|
678
|
+
"options": [
|
|
679
|
+
"stable",
|
|
680
|
+
"stable-rc",
|
|
681
|
+
"latest",
|
|
682
|
+
"latest-rc",
|
|
683
|
+
"nightly"
|
|
684
|
+
],
|
|
792
685
|
"type": "option"
|
|
793
686
|
},
|
|
794
|
-
"
|
|
795
|
-
"
|
|
796
|
-
"
|
|
797
|
-
"
|
|
798
|
-
"
|
|
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",
|
|
687
|
+
"locations": {
|
|
688
|
+
"char": "l",
|
|
689
|
+
"name": "locations",
|
|
690
|
+
"required": true,
|
|
691
|
+
"summary": "the location you want to inspect",
|
|
809
692
|
"hasDynamicHelp": false,
|
|
810
693
|
"multiple": true,
|
|
694
|
+
"options": [
|
|
695
|
+
"archive",
|
|
696
|
+
"npm"
|
|
697
|
+
],
|
|
811
698
|
"type": "option"
|
|
812
699
|
},
|
|
813
|
-
"
|
|
814
|
-
"name": "
|
|
815
|
-
"summary": "
|
|
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)",
|
|
700
|
+
"ignore-missing": {
|
|
701
|
+
"name": "ignore-missing",
|
|
702
|
+
"summary": "skip missing archives. Useful when supporting new architectures in oclif",
|
|
822
703
|
"allowNo": false,
|
|
823
704
|
"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
705
|
}
|
|
832
706
|
},
|
|
833
707
|
"hasDynamicHelp": false,
|
|
834
708
|
"hiddenAliases": [],
|
|
835
|
-
"id": "cli:
|
|
709
|
+
"id": "cli:versions:inspect",
|
|
836
710
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
837
711
|
"pluginName": "@salesforce/plugin-release-management",
|
|
838
712
|
"pluginType": "core",
|
|
839
713
|
"strict": true,
|
|
840
|
-
"summary": "
|
|
714
|
+
"summary": "inspect the CLI version across all install paths",
|
|
841
715
|
"enableJsonFlag": true,
|
|
842
716
|
"isESM": true,
|
|
843
717
|
"relativePath": [
|
|
844
718
|
"lib",
|
|
845
719
|
"commands",
|
|
846
720
|
"cli",
|
|
847
|
-
"
|
|
848
|
-
"
|
|
721
|
+
"versions",
|
|
722
|
+
"inspect.js"
|
|
849
723
|
]
|
|
850
724
|
},
|
|
851
725
|
"cli:tarballs:prepare": {
|
|
@@ -1025,21 +899,12 @@
|
|
|
1025
899
|
"verify.js"
|
|
1026
900
|
]
|
|
1027
901
|
},
|
|
1028
|
-
"
|
|
902
|
+
"github:check:closed": {
|
|
1029
903
|
"aliases": [],
|
|
1030
904
|
"args": {},
|
|
1031
|
-
"description": "
|
|
905
|
+
"description": "Description of a command.",
|
|
1032
906
|
"examples": [
|
|
1033
|
-
"<%= config.bin %> <%= command.id %> -
|
|
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"
|
|
907
|
+
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
1043
908
|
],
|
|
1044
909
|
"flags": {
|
|
1045
910
|
"json": {
|
|
@@ -1057,81 +922,148 @@
|
|
|
1057
922
|
"multiple": false,
|
|
1058
923
|
"type": "option"
|
|
1059
924
|
},
|
|
1060
|
-
"
|
|
1061
|
-
"char": "
|
|
1062
|
-
"name": "
|
|
1063
|
-
"
|
|
1064
|
-
"
|
|
1065
|
-
"
|
|
925
|
+
"gus": {
|
|
926
|
+
"char": "o",
|
|
927
|
+
"name": "gus",
|
|
928
|
+
"noCacheDefault": true,
|
|
929
|
+
"required": true,
|
|
930
|
+
"summary": "Username/alias of your GUS org connection",
|
|
931
|
+
"hasDynamicHelp": true,
|
|
932
|
+
"multiple": false,
|
|
1066
933
|
"type": "option"
|
|
1067
934
|
},
|
|
1068
|
-
"
|
|
1069
|
-
"
|
|
1070
|
-
"name": "
|
|
1071
|
-
"summary": "show versions of salesforce owned dependencies",
|
|
1072
|
-
"allowNo": false,
|
|
1073
|
-
"type": "boolean"
|
|
1074
|
-
},
|
|
1075
|
-
"channels": {
|
|
1076
|
-
"char": "c",
|
|
1077
|
-
"name": "channels",
|
|
935
|
+
"github-token": {
|
|
936
|
+
"env": "GITHUB_TOKEN",
|
|
937
|
+
"name": "github-token",
|
|
1078
938
|
"required": true,
|
|
1079
|
-
"summary": "
|
|
939
|
+
"summary": "Github token--store this in the environment as GITHUB_TOKEN",
|
|
1080
940
|
"hasDynamicHelp": false,
|
|
1081
|
-
"multiple":
|
|
1082
|
-
"options": [
|
|
1083
|
-
"stable",
|
|
1084
|
-
"stable-rc",
|
|
1085
|
-
"latest",
|
|
1086
|
-
"latest-rc",
|
|
1087
|
-
"nightly"
|
|
1088
|
-
],
|
|
941
|
+
"multiple": false,
|
|
1089
942
|
"type": "option"
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
"hasDynamicHelp": true,
|
|
946
|
+
"hiddenAliases": [],
|
|
947
|
+
"id": "github:check:closed",
|
|
948
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
949
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
950
|
+
"pluginType": "core",
|
|
951
|
+
"strict": true,
|
|
952
|
+
"summary": "Show open Github issues with GUS WI",
|
|
953
|
+
"enableJsonFlag": true,
|
|
954
|
+
"isESM": true,
|
|
955
|
+
"relativePath": [
|
|
956
|
+
"lib",
|
|
957
|
+
"commands",
|
|
958
|
+
"github",
|
|
959
|
+
"check",
|
|
960
|
+
"closed.js"
|
|
961
|
+
]
|
|
962
|
+
},
|
|
963
|
+
"cli:release:automerge": {
|
|
964
|
+
"aliases": [],
|
|
965
|
+
"args": {},
|
|
966
|
+
"description": "Attempt to automerge nightly PR",
|
|
967
|
+
"examples": [
|
|
968
|
+
"<%= config.bin %> <%= command.id %> --owner salesforcecli --repo sfdx-cli --pul-number 1049"
|
|
969
|
+
],
|
|
970
|
+
"flags": {
|
|
971
|
+
"json": {
|
|
972
|
+
"description": "Format output as json.",
|
|
973
|
+
"helpGroup": "GLOBAL",
|
|
974
|
+
"name": "json",
|
|
975
|
+
"allowNo": false,
|
|
976
|
+
"type": "boolean"
|
|
1090
977
|
},
|
|
1091
|
-
"
|
|
1092
|
-
"
|
|
1093
|
-
"name": "
|
|
978
|
+
"flags-dir": {
|
|
979
|
+
"helpGroup": "GLOBAL",
|
|
980
|
+
"name": "flags-dir",
|
|
981
|
+
"summary": "Import flag values from a directory.",
|
|
982
|
+
"hasDynamicHelp": false,
|
|
983
|
+
"multiple": false,
|
|
984
|
+
"type": "option"
|
|
985
|
+
},
|
|
986
|
+
"owner": {
|
|
987
|
+
"aliases": [
|
|
988
|
+
"org"
|
|
989
|
+
],
|
|
990
|
+
"dependsOn": [
|
|
991
|
+
"repo"
|
|
992
|
+
],
|
|
993
|
+
"name": "owner",
|
|
1094
994
|
"required": true,
|
|
1095
|
-
"summary": "
|
|
995
|
+
"summary": "Github owner (org), example: salesforcecli",
|
|
1096
996
|
"hasDynamicHelp": false,
|
|
1097
|
-
"multiple":
|
|
1098
|
-
"
|
|
1099
|
-
|
|
1100
|
-
|
|
997
|
+
"multiple": false,
|
|
998
|
+
"type": "option"
|
|
999
|
+
},
|
|
1000
|
+
"repo": {
|
|
1001
|
+
"dependsOn": [
|
|
1002
|
+
"owner"
|
|
1101
1003
|
],
|
|
1004
|
+
"name": "repo",
|
|
1005
|
+
"required": true,
|
|
1006
|
+
"summary": "Github repo, example: sfdx-cli",
|
|
1007
|
+
"hasDynamicHelp": false,
|
|
1008
|
+
"multiple": false,
|
|
1102
1009
|
"type": "option"
|
|
1103
1010
|
},
|
|
1104
|
-
"
|
|
1105
|
-
"name": "
|
|
1106
|
-
"
|
|
1011
|
+
"pull-number": {
|
|
1012
|
+
"name": "pull-number",
|
|
1013
|
+
"required": true,
|
|
1014
|
+
"summary": "Github pull request number to merge",
|
|
1015
|
+
"hasDynamicHelp": false,
|
|
1016
|
+
"multiple": false,
|
|
1017
|
+
"type": "option"
|
|
1018
|
+
},
|
|
1019
|
+
"dry-run": {
|
|
1020
|
+
"char": "d",
|
|
1021
|
+
"name": "dry-run",
|
|
1022
|
+
"summary": "Run all checks, but do not merge PR",
|
|
1023
|
+
"allowNo": false,
|
|
1024
|
+
"type": "boolean"
|
|
1025
|
+
},
|
|
1026
|
+
"verbose": {
|
|
1027
|
+
"name": "verbose",
|
|
1028
|
+
"summary": "Show additional debug output",
|
|
1107
1029
|
"allowNo": false,
|
|
1108
1030
|
"type": "boolean"
|
|
1109
1031
|
}
|
|
1110
1032
|
},
|
|
1111
1033
|
"hasDynamicHelp": false,
|
|
1112
1034
|
"hiddenAliases": [],
|
|
1113
|
-
"id": "cli:
|
|
1035
|
+
"id": "cli:release:automerge",
|
|
1114
1036
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1115
1037
|
"pluginName": "@salesforce/plugin-release-management",
|
|
1116
1038
|
"pluginType": "core",
|
|
1117
1039
|
"strict": true,
|
|
1118
|
-
"summary": "
|
|
1040
|
+
"summary": "Attempt to automerge nightly PR",
|
|
1119
1041
|
"enableJsonFlag": true,
|
|
1120
1042
|
"isESM": true,
|
|
1121
1043
|
"relativePath": [
|
|
1122
1044
|
"lib",
|
|
1123
1045
|
"commands",
|
|
1124
1046
|
"cli",
|
|
1125
|
-
"
|
|
1126
|
-
"
|
|
1047
|
+
"release",
|
|
1048
|
+
"automerge.js"
|
|
1127
1049
|
]
|
|
1128
1050
|
},
|
|
1129
|
-
"
|
|
1130
|
-
"aliases": [
|
|
1051
|
+
"cli:release:build": {
|
|
1052
|
+
"aliases": [
|
|
1053
|
+
"cli:latestrc:build"
|
|
1054
|
+
],
|
|
1131
1055
|
"args": {},
|
|
1132
|
-
"description": "
|
|
1056
|
+
"description": "builds a new release from a designated starting point and optionally creates PR in Github",
|
|
1133
1057
|
"examples": [
|
|
1134
|
-
"<%= config.bin %> <%= command.id %>
|
|
1058
|
+
"<%= config.bin %> <%= command.id %>",
|
|
1059
|
+
"<%= config.bin %> <%= command.id %> --patch",
|
|
1060
|
+
"<%= config.bin %> <%= command.id %> --start-from-npm-dist-tag latest-rc --patch",
|
|
1061
|
+
"<%= config.bin %> <%= command.id %> --start-from-github-ref 7.144.0",
|
|
1062
|
+
"<%= config.bin %> <%= command.id %> --start-from-github-ref main",
|
|
1063
|
+
"<%= config.bin %> <%= command.id %> --start-from-github-ref f476e8e",
|
|
1064
|
+
"<%= config.bin %> <%= command.id %> --start-from-github-ref main --prerelease beta",
|
|
1065
|
+
"<%= config.bin %> <%= command.id %> --build-only",
|
|
1066
|
+
"<%= config.bin %> <%= command.id %> --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3"
|
|
1135
1067
|
],
|
|
1136
1068
|
"flags": {
|
|
1137
1069
|
"json": {
|
|
@@ -1149,42 +1081,165 @@
|
|
|
1149
1081
|
"multiple": false,
|
|
1150
1082
|
"type": "option"
|
|
1151
1083
|
},
|
|
1152
|
-
"
|
|
1153
|
-
"
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
"
|
|
1157
|
-
"
|
|
1158
|
-
"
|
|
1084
|
+
"start-from-npm-dist-tag": {
|
|
1085
|
+
"aliases": [
|
|
1086
|
+
"rctag"
|
|
1087
|
+
],
|
|
1088
|
+
"char": "d",
|
|
1089
|
+
"deprecateAliases": true,
|
|
1090
|
+
"name": "start-from-npm-dist-tag",
|
|
1091
|
+
"summary": "the npm dist-tag to start the release from, examples: nightly, latest-rc",
|
|
1092
|
+
"hasDynamicHelp": false,
|
|
1159
1093
|
"multiple": false,
|
|
1160
1094
|
"type": "option"
|
|
1161
1095
|
},
|
|
1162
|
-
"github-
|
|
1163
|
-
"
|
|
1164
|
-
"name": "github-
|
|
1096
|
+
"start-from-github-ref": {
|
|
1097
|
+
"char": "g",
|
|
1098
|
+
"name": "start-from-github-ref",
|
|
1099
|
+
"summary": "a Github ref to start the release from, examples: main, 7.144.0, f476e8e",
|
|
1100
|
+
"hasDynamicHelp": false,
|
|
1101
|
+
"multiple": false,
|
|
1102
|
+
"type": "option"
|
|
1103
|
+
},
|
|
1104
|
+
"release-channel": {
|
|
1105
|
+
"char": "c",
|
|
1106
|
+
"name": "release-channel",
|
|
1165
1107
|
"required": true,
|
|
1166
|
-
"summary": "
|
|
1108
|
+
"summary": "the channel intended for this release, examples: nightly, latest-rc, latest, dev, beta, etc...",
|
|
1109
|
+
"hasDynamicHelp": false,
|
|
1110
|
+
"multiple": false,
|
|
1111
|
+
"type": "option"
|
|
1112
|
+
},
|
|
1113
|
+
"build-only": {
|
|
1114
|
+
"name": "build-only",
|
|
1115
|
+
"summary": "only build the release, do not git add/commit/push",
|
|
1116
|
+
"allowNo": false,
|
|
1117
|
+
"type": "boolean"
|
|
1118
|
+
},
|
|
1119
|
+
"resolutions": {
|
|
1120
|
+
"name": "resolutions",
|
|
1121
|
+
"summary": "bump the versions of packages listed in the resolutions section",
|
|
1122
|
+
"allowNo": true,
|
|
1123
|
+
"type": "boolean"
|
|
1124
|
+
},
|
|
1125
|
+
"only": {
|
|
1126
|
+
"name": "only",
|
|
1127
|
+
"summary": "only bump the version of the packages passed in, uses latest if version is not provided",
|
|
1128
|
+
"delimiter": ",",
|
|
1129
|
+
"hasDynamicHelp": false,
|
|
1130
|
+
"multiple": true,
|
|
1131
|
+
"type": "option"
|
|
1132
|
+
},
|
|
1133
|
+
"pinned-deps": {
|
|
1134
|
+
"name": "pinned-deps",
|
|
1135
|
+
"summary": "bump the versions of the packages listed in the pinnedDependencies section",
|
|
1136
|
+
"allowNo": true,
|
|
1137
|
+
"type": "boolean"
|
|
1138
|
+
},
|
|
1139
|
+
"jit": {
|
|
1140
|
+
"name": "jit",
|
|
1141
|
+
"summary": "bump the versions of the packages listed in the jitPlugins (just-in-time) section",
|
|
1142
|
+
"allowNo": true,
|
|
1143
|
+
"type": "boolean"
|
|
1144
|
+
},
|
|
1145
|
+
"label": {
|
|
1146
|
+
"name": "label",
|
|
1147
|
+
"summary": "add one or more labels to the Github PR",
|
|
1148
|
+
"hasDynamicHelp": false,
|
|
1149
|
+
"multiple": true,
|
|
1150
|
+
"type": "option"
|
|
1151
|
+
},
|
|
1152
|
+
"patch": {
|
|
1153
|
+
"name": "patch",
|
|
1154
|
+
"summary": "bump the release as a patch of an existing version, not a new minor version",
|
|
1155
|
+
"allowNo": false,
|
|
1156
|
+
"type": "boolean"
|
|
1157
|
+
},
|
|
1158
|
+
"empty": {
|
|
1159
|
+
"name": "empty",
|
|
1160
|
+
"summary": "create an empty release PR for pushing changes to later (version will still be bumped)",
|
|
1161
|
+
"allowNo": false,
|
|
1162
|
+
"type": "boolean"
|
|
1163
|
+
},
|
|
1164
|
+
"pr-base-branch": {
|
|
1165
|
+
"name": "pr-base-branch",
|
|
1166
|
+
"summary": "base branch to create the PR against; if not specified, the build determines the branch for you",
|
|
1167
1167
|
"hasDynamicHelp": false,
|
|
1168
1168
|
"multiple": false,
|
|
1169
1169
|
"type": "option"
|
|
1170
1170
|
}
|
|
1171
1171
|
},
|
|
1172
|
-
"hasDynamicHelp":
|
|
1172
|
+
"hasDynamicHelp": false,
|
|
1173
1173
|
"hiddenAliases": [],
|
|
1174
|
-
"id": "
|
|
1174
|
+
"id": "cli:release:build",
|
|
1175
1175
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1176
1176
|
"pluginName": "@salesforce/plugin-release-management",
|
|
1177
1177
|
"pluginType": "core",
|
|
1178
1178
|
"strict": true,
|
|
1179
|
-
"summary": "
|
|
1179
|
+
"summary": "builds a new release from a designated starting point and optionally creates PR in Github",
|
|
1180
1180
|
"enableJsonFlag": true,
|
|
1181
1181
|
"isESM": true,
|
|
1182
1182
|
"relativePath": [
|
|
1183
1183
|
"lib",
|
|
1184
1184
|
"commands",
|
|
1185
|
-
"
|
|
1186
|
-
"
|
|
1187
|
-
"
|
|
1185
|
+
"cli",
|
|
1186
|
+
"release",
|
|
1187
|
+
"build.js"
|
|
1188
|
+
]
|
|
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"
|
|
1188
1243
|
]
|
|
1189
1244
|
},
|
|
1190
1245
|
"npm:package:release": {
|
|
@@ -1333,62 +1388,7 @@
|
|
|
1333
1388
|
"jit",
|
|
1334
1389
|
"test.js"
|
|
1335
1390
|
]
|
|
1336
|
-
},
|
|
1337
|
-
"npm:dependencies:pin": {
|
|
1338
|
-
"aliases": [],
|
|
1339
|
-
"args": {},
|
|
1340
|
-
"description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
|
|
1341
|
-
"flags": {
|
|
1342
|
-
"json": {
|
|
1343
|
-
"description": "Format output as json.",
|
|
1344
|
-
"helpGroup": "GLOBAL",
|
|
1345
|
-
"name": "json",
|
|
1346
|
-
"allowNo": false,
|
|
1347
|
-
"type": "boolean"
|
|
1348
|
-
},
|
|
1349
|
-
"flags-dir": {
|
|
1350
|
-
"helpGroup": "GLOBAL",
|
|
1351
|
-
"name": "flags-dir",
|
|
1352
|
-
"summary": "Import flag values from a directory.",
|
|
1353
|
-
"hasDynamicHelp": false,
|
|
1354
|
-
"multiple": false,
|
|
1355
|
-
"type": "option"
|
|
1356
|
-
},
|
|
1357
|
-
"dryrun": {
|
|
1358
|
-
"char": "d",
|
|
1359
|
-
"name": "dryrun",
|
|
1360
|
-
"summary": "If true, will not make any changes to the package.json",
|
|
1361
|
-
"allowNo": false,
|
|
1362
|
-
"type": "boolean"
|
|
1363
|
-
},
|
|
1364
|
-
"tag": {
|
|
1365
|
-
"char": "t",
|
|
1366
|
-
"name": "tag",
|
|
1367
|
-
"summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
|
|
1368
|
-
"default": "latest",
|
|
1369
|
-
"hasDynamicHelp": false,
|
|
1370
|
-
"multiple": false,
|
|
1371
|
-
"type": "option"
|
|
1372
|
-
}
|
|
1373
|
-
},
|
|
1374
|
-
"hasDynamicHelp": false,
|
|
1375
|
-
"hiddenAliases": [],
|
|
1376
|
-
"id": "npm:dependencies:pin",
|
|
1377
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1378
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
1379
|
-
"pluginType": "core",
|
|
1380
|
-
"strict": true,
|
|
1381
|
-
"summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
|
|
1382
|
-
"enableJsonFlag": true,
|
|
1383
|
-
"isESM": true,
|
|
1384
|
-
"relativePath": [
|
|
1385
|
-
"lib",
|
|
1386
|
-
"commands",
|
|
1387
|
-
"npm",
|
|
1388
|
-
"dependencies",
|
|
1389
|
-
"pin.js"
|
|
1390
|
-
]
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
|
-
"version": "5.6.
|
|
1393
|
+
"version": "5.6.33"
|
|
1394
1394
|
}
|