@salesforce/plugin-release-management 5.6.33 → 5.6.35
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 +1489 -843
- package/oclif.lock +1161 -849
- package/oclif.manifest.json +244 -244
- package/package.json +5 -5
package/oclif.manifest.json
CHANGED
|
@@ -621,21 +621,12 @@
|
|
|
621
621
|
"test.js"
|
|
622
622
|
]
|
|
623
623
|
},
|
|
624
|
-
"cli:
|
|
624
|
+
"cli:release:automerge": {
|
|
625
625
|
"aliases": [],
|
|
626
626
|
"args": {},
|
|
627
|
-
"description": "
|
|
627
|
+
"description": "Attempt to automerge nightly PR",
|
|
628
628
|
"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"
|
|
629
|
+
"<%= config.bin %> <%= command.id %> --owner salesforcecli --repo sfdx-cli --pul-number 1049"
|
|
639
630
|
],
|
|
640
631
|
"flags": {
|
|
641
632
|
"json": {
|
|
@@ -653,73 +644,208 @@
|
|
|
653
644
|
"multiple": false,
|
|
654
645
|
"type": "option"
|
|
655
646
|
},
|
|
656
|
-
"
|
|
657
|
-
"
|
|
658
|
-
|
|
659
|
-
|
|
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",
|
|
660
657
|
"hasDynamicHelp": false,
|
|
661
|
-
"multiple":
|
|
658
|
+
"multiple": false,
|
|
662
659
|
"type": "option"
|
|
663
660
|
},
|
|
664
|
-
"
|
|
665
|
-
"
|
|
666
|
-
|
|
667
|
-
|
|
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",
|
|
668
684
|
"allowNo": false,
|
|
669
685
|
"type": "boolean"
|
|
670
686
|
},
|
|
671
|
-
"
|
|
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",
|
|
734
|
+
"allowNo": false,
|
|
735
|
+
"type": "boolean"
|
|
736
|
+
},
|
|
737
|
+
"flags-dir": {
|
|
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": {
|
|
672
766
|
"char": "c",
|
|
673
|
-
"name": "
|
|
767
|
+
"name": "release-channel",
|
|
674
768
|
"required": true,
|
|
675
|
-
"summary": "the channel
|
|
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": ",",
|
|
676
790
|
"hasDynamicHelp": false,
|
|
677
791
|
"multiple": true,
|
|
678
|
-
"options": [
|
|
679
|
-
"stable",
|
|
680
|
-
"stable-rc",
|
|
681
|
-
"latest",
|
|
682
|
-
"latest-rc",
|
|
683
|
-
"nightly"
|
|
684
|
-
],
|
|
685
792
|
"type": "option"
|
|
686
793
|
},
|
|
687
|
-
"
|
|
688
|
-
"
|
|
689
|
-
"
|
|
690
|
-
"
|
|
691
|
-
"
|
|
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",
|
|
692
809
|
"hasDynamicHelp": false,
|
|
693
810
|
"multiple": true,
|
|
694
|
-
"options": [
|
|
695
|
-
"archive",
|
|
696
|
-
"npm"
|
|
697
|
-
],
|
|
698
811
|
"type": "option"
|
|
699
812
|
},
|
|
700
|
-
"
|
|
701
|
-
"name": "
|
|
702
|
-
"summary": "
|
|
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)",
|
|
703
822
|
"allowNo": false,
|
|
704
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"
|
|
705
831
|
}
|
|
706
832
|
},
|
|
707
833
|
"hasDynamicHelp": false,
|
|
708
834
|
"hiddenAliases": [],
|
|
709
|
-
"id": "cli:
|
|
835
|
+
"id": "cli:release:build",
|
|
710
836
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
711
837
|
"pluginName": "@salesforce/plugin-release-management",
|
|
712
838
|
"pluginType": "core",
|
|
713
839
|
"strict": true,
|
|
714
|
-
"summary": "
|
|
840
|
+
"summary": "builds a new release from a designated starting point and optionally creates PR in Github",
|
|
715
841
|
"enableJsonFlag": true,
|
|
716
842
|
"isESM": true,
|
|
717
843
|
"relativePath": [
|
|
718
844
|
"lib",
|
|
719
845
|
"commands",
|
|
720
846
|
"cli",
|
|
721
|
-
"
|
|
722
|
-
"
|
|
847
|
+
"release",
|
|
848
|
+
"build.js"
|
|
723
849
|
]
|
|
724
850
|
},
|
|
725
851
|
"cli:tarballs:prepare": {
|
|
@@ -899,12 +1025,21 @@
|
|
|
899
1025
|
"verify.js"
|
|
900
1026
|
]
|
|
901
1027
|
},
|
|
902
|
-
"
|
|
1028
|
+
"cli:versions:inspect": {
|
|
903
1029
|
"aliases": [],
|
|
904
1030
|
"args": {},
|
|
905
|
-
"description": "
|
|
1031
|
+
"description": "inspect the CLI version across all install paths",
|
|
906
1032
|
"examples": [
|
|
907
|
-
"<%= config.bin %> <%= command.id %> -
|
|
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"
|
|
908
1043
|
],
|
|
909
1044
|
"flags": {
|
|
910
1045
|
"json": {
|
|
@@ -922,148 +1057,81 @@
|
|
|
922
1057
|
"multiple": false,
|
|
923
1058
|
"type": "option"
|
|
924
1059
|
},
|
|
925
|
-
"
|
|
926
|
-
"char": "
|
|
927
|
-
"name": "
|
|
928
|
-
"
|
|
929
|
-
"required": true,
|
|
930
|
-
"summary": "Username/alias of your GUS org connection",
|
|
931
|
-
"hasDynamicHelp": true,
|
|
932
|
-
"multiple": false,
|
|
933
|
-
"type": "option"
|
|
934
|
-
},
|
|
935
|
-
"github-token": {
|
|
936
|
-
"env": "GITHUB_TOKEN",
|
|
937
|
-
"name": "github-token",
|
|
938
|
-
"required": true,
|
|
939
|
-
"summary": "Github token--store this in the environment as GITHUB_TOKEN",
|
|
1060
|
+
"dependencies": {
|
|
1061
|
+
"char": "d",
|
|
1062
|
+
"name": "dependencies",
|
|
1063
|
+
"summary": "glob pattern of dependencies you want to see the version of",
|
|
940
1064
|
"hasDynamicHelp": false,
|
|
941
|
-
"multiple":
|
|
1065
|
+
"multiple": true,
|
|
942
1066
|
"type": "option"
|
|
943
|
-
}
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
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",
|
|
1067
|
+
},
|
|
1068
|
+
"salesforce": {
|
|
1069
|
+
"char": "s",
|
|
1070
|
+
"name": "salesforce",
|
|
1071
|
+
"summary": "show versions of salesforce owned dependencies",
|
|
975
1072
|
"allowNo": false,
|
|
976
1073
|
"type": "boolean"
|
|
977
1074
|
},
|
|
978
|
-
"
|
|
979
|
-
"
|
|
980
|
-
"name": "
|
|
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",
|
|
1075
|
+
"channels": {
|
|
1076
|
+
"char": "c",
|
|
1077
|
+
"name": "channels",
|
|
994
1078
|
"required": true,
|
|
995
|
-
"summary": "
|
|
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)",
|
|
996
1080
|
"hasDynamicHelp": false,
|
|
997
|
-
"multiple":
|
|
998
|
-
"
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
"
|
|
1081
|
+
"multiple": true,
|
|
1082
|
+
"options": [
|
|
1083
|
+
"stable",
|
|
1084
|
+
"stable-rc",
|
|
1085
|
+
"latest",
|
|
1086
|
+
"latest-rc",
|
|
1087
|
+
"nightly"
|
|
1003
1088
|
],
|
|
1004
|
-
"name": "repo",
|
|
1005
|
-
"required": true,
|
|
1006
|
-
"summary": "Github repo, example: sfdx-cli",
|
|
1007
|
-
"hasDynamicHelp": false,
|
|
1008
|
-
"multiple": false,
|
|
1009
1089
|
"type": "option"
|
|
1010
1090
|
},
|
|
1011
|
-
"
|
|
1012
|
-
"
|
|
1091
|
+
"locations": {
|
|
1092
|
+
"char": "l",
|
|
1093
|
+
"name": "locations",
|
|
1013
1094
|
"required": true,
|
|
1014
|
-
"summary": "
|
|
1095
|
+
"summary": "the location you want to inspect",
|
|
1015
1096
|
"hasDynamicHelp": false,
|
|
1016
|
-
"multiple":
|
|
1097
|
+
"multiple": true,
|
|
1098
|
+
"options": [
|
|
1099
|
+
"archive",
|
|
1100
|
+
"npm"
|
|
1101
|
+
],
|
|
1017
1102
|
"type": "option"
|
|
1018
1103
|
},
|
|
1019
|
-
"
|
|
1020
|
-
"
|
|
1021
|
-
"
|
|
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",
|
|
1104
|
+
"ignore-missing": {
|
|
1105
|
+
"name": "ignore-missing",
|
|
1106
|
+
"summary": "skip missing archives. Useful when supporting new architectures in oclif",
|
|
1029
1107
|
"allowNo": false,
|
|
1030
1108
|
"type": "boolean"
|
|
1031
1109
|
}
|
|
1032
1110
|
},
|
|
1033
1111
|
"hasDynamicHelp": false,
|
|
1034
1112
|
"hiddenAliases": [],
|
|
1035
|
-
"id": "cli:
|
|
1113
|
+
"id": "cli:versions:inspect",
|
|
1036
1114
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1037
1115
|
"pluginName": "@salesforce/plugin-release-management",
|
|
1038
1116
|
"pluginType": "core",
|
|
1039
1117
|
"strict": true,
|
|
1040
|
-
"summary": "
|
|
1118
|
+
"summary": "inspect the CLI version across all install paths",
|
|
1041
1119
|
"enableJsonFlag": true,
|
|
1042
1120
|
"isESM": true,
|
|
1043
1121
|
"relativePath": [
|
|
1044
1122
|
"lib",
|
|
1045
1123
|
"commands",
|
|
1046
1124
|
"cli",
|
|
1047
|
-
"
|
|
1048
|
-
"
|
|
1125
|
+
"versions",
|
|
1126
|
+
"inspect.js"
|
|
1049
1127
|
]
|
|
1050
1128
|
},
|
|
1051
|
-
"
|
|
1052
|
-
"aliases": [
|
|
1053
|
-
"cli:latestrc:build"
|
|
1054
|
-
],
|
|
1129
|
+
"github:check:closed": {
|
|
1130
|
+
"aliases": [],
|
|
1055
1131
|
"args": {},
|
|
1056
|
-
"description": "
|
|
1132
|
+
"description": "Description of a command.",
|
|
1057
1133
|
"examples": [
|
|
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"
|
|
1134
|
+
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
1067
1135
|
],
|
|
1068
1136
|
"flags": {
|
|
1069
1137
|
"json": {
|
|
@@ -1081,110 +1149,42 @@
|
|
|
1081
1149
|
"multiple": false,
|
|
1082
1150
|
"type": "option"
|
|
1083
1151
|
},
|
|
1084
|
-
"
|
|
1085
|
-
"
|
|
1086
|
-
|
|
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,
|
|
1093
|
-
"multiple": false,
|
|
1094
|
-
"type": "option"
|
|
1095
|
-
},
|
|
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",
|
|
1152
|
+
"gus": {
|
|
1153
|
+
"char": "o",
|
|
1154
|
+
"name": "gus",
|
|
1155
|
+
"noCacheDefault": true,
|
|
1107
1156
|
"required": true,
|
|
1108
|
-
"summary": "
|
|
1109
|
-
"hasDynamicHelp":
|
|
1157
|
+
"summary": "Username/alias of your GUS org connection",
|
|
1158
|
+
"hasDynamicHelp": true,
|
|
1110
1159
|
"multiple": false,
|
|
1111
1160
|
"type": "option"
|
|
1112
1161
|
},
|
|
1113
|
-
"
|
|
1114
|
-
"
|
|
1115
|
-
"
|
|
1116
|
-
"
|
|
1117
|
-
"
|
|
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",
|
|
1162
|
+
"github-token": {
|
|
1163
|
+
"env": "GITHUB_TOKEN",
|
|
1164
|
+
"name": "github-token",
|
|
1165
|
+
"required": true,
|
|
1166
|
+
"summary": "Github token--store this in the environment as GITHUB_TOKEN",
|
|
1167
1167
|
"hasDynamicHelp": false,
|
|
1168
1168
|
"multiple": false,
|
|
1169
1169
|
"type": "option"
|
|
1170
1170
|
}
|
|
1171
1171
|
},
|
|
1172
|
-
"hasDynamicHelp":
|
|
1172
|
+
"hasDynamicHelp": true,
|
|
1173
1173
|
"hiddenAliases": [],
|
|
1174
|
-
"id": "
|
|
1174
|
+
"id": "github:check:closed",
|
|
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": "Show open Github issues with GUS WI",
|
|
1180
1180
|
"enableJsonFlag": true,
|
|
1181
1181
|
"isESM": true,
|
|
1182
1182
|
"relativePath": [
|
|
1183
1183
|
"lib",
|
|
1184
1184
|
"commands",
|
|
1185
|
-
"
|
|
1186
|
-
"
|
|
1187
|
-
"
|
|
1185
|
+
"github",
|
|
1186
|
+
"check",
|
|
1187
|
+
"closed.js"
|
|
1188
1188
|
]
|
|
1189
1189
|
},
|
|
1190
1190
|
"npm:dependencies:pin": {
|
|
@@ -1390,5 +1390,5 @@
|
|
|
1390
1390
|
]
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
|
-
"version": "5.6.
|
|
1393
|
+
"version": "5.6.35"
|
|
1394
1394
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
3
|
"description": "A plugin for preparing and publishing npm packages",
|
|
4
|
-
"version": "5.6.
|
|
4
|
+
"version": "5.6.35",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
17
17
|
"@salesforce/core": "^8.8.0",
|
|
18
18
|
"@salesforce/kit": "^3.2.0",
|
|
19
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
19
|
+
"@salesforce/plugin-command-reference": "^3.1.39",
|
|
20
20
|
"@salesforce/plugin-trust": "^3.7.53",
|
|
21
21
|
"@salesforce/sf-plugins-core": "^12.1.2",
|
|
22
22
|
"@salesforce/ts-types": "^2.0.10",
|
|
23
23
|
"aws-sdk": "^2.1692.0",
|
|
24
24
|
"chalk": "^5.4.0",
|
|
25
|
-
"fast-glob": "^3.3.
|
|
25
|
+
"fast-glob": "^3.3.3",
|
|
26
26
|
"got": "^13",
|
|
27
27
|
"just-diff": "^5.2.0",
|
|
28
28
|
"proxy-agent": "^6.4.0",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"@types/shelljs": "^0.8.15",
|
|
41
41
|
"aws-sdk-mock": "^5.9.0",
|
|
42
42
|
"eslint-plugin-sf-plugin": "^1.20.13",
|
|
43
|
-
"oclif": "^4.17.
|
|
43
|
+
"oclif": "^4.17.13",
|
|
44
44
|
"ts-node": "^10.9.2",
|
|
45
|
-
"typescript": "^5.7.
|
|
45
|
+
"typescript": "^5.7.3"
|
|
46
46
|
},
|
|
47
47
|
"config": {},
|
|
48
48
|
"engines": {
|