@salesforce/plugin-release-management 5.7.73-jf1.0 → 5.7.73-jf2.0
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/lib/amazonS3.d.ts +6 -7
- package/lib/amazonS3.js +17 -17
- package/lib/amazonS3.js.map +1 -1
- package/lib/codeSigning/SimplifiedSigning.js +1 -1
- package/lib/codeSigning/SimplifiedSigning.js.map +1 -1
- package/lib/codeSigning/upload.d.ts +2 -2
- package/lib/codeSigning/upload.js +10 -15
- package/lib/codeSigning/upload.js.map +1 -1
- package/npm-shrinkwrap.json +1116 -603
- package/oclif.lock +472 -120
- package/oclif.manifest.json +274 -274
- package/package.json +5 -3
package/oclif.manifest.json
CHANGED
|
@@ -621,233 +621,6 @@
|
|
|
621
621
|
"test.js"
|
|
622
622
|
]
|
|
623
623
|
},
|
|
624
|
-
"cli:release:automerge": {
|
|
625
|
-
"aliases": [],
|
|
626
|
-
"args": {},
|
|
627
|
-
"description": "Attempt to automerge nightly PR",
|
|
628
|
-
"examples": [
|
|
629
|
-
"<%= config.bin %> <%= command.id %> --owner salesforcecli --repo sfdx-cli --pul-number 1049"
|
|
630
|
-
],
|
|
631
|
-
"flags": {
|
|
632
|
-
"json": {
|
|
633
|
-
"description": "Format output as json.",
|
|
634
|
-
"helpGroup": "GLOBAL",
|
|
635
|
-
"name": "json",
|
|
636
|
-
"allowNo": false,
|
|
637
|
-
"type": "boolean"
|
|
638
|
-
},
|
|
639
|
-
"flags-dir": {
|
|
640
|
-
"helpGroup": "GLOBAL",
|
|
641
|
-
"name": "flags-dir",
|
|
642
|
-
"summary": "Import flag values from a directory.",
|
|
643
|
-
"hasDynamicHelp": false,
|
|
644
|
-
"multiple": false,
|
|
645
|
-
"type": "option"
|
|
646
|
-
},
|
|
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"
|
|
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",
|
|
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",
|
|
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",
|
|
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": {
|
|
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",
|
|
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",
|
|
828
|
-
"hasDynamicHelp": false,
|
|
829
|
-
"multiple": false,
|
|
830
|
-
"type": "option"
|
|
831
|
-
}
|
|
832
|
-
},
|
|
833
|
-
"hasDynamicHelp": false,
|
|
834
|
-
"hiddenAliases": [],
|
|
835
|
-
"id": "cli:release:build",
|
|
836
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
837
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
838
|
-
"pluginType": "core",
|
|
839
|
-
"strict": true,
|
|
840
|
-
"summary": "builds a new release from a designated starting point and optionally creates PR in Github",
|
|
841
|
-
"enableJsonFlag": true,
|
|
842
|
-
"isESM": true,
|
|
843
|
-
"relativePath": [
|
|
844
|
-
"lib",
|
|
845
|
-
"commands",
|
|
846
|
-
"cli",
|
|
847
|
-
"release",
|
|
848
|
-
"build.js"
|
|
849
|
-
]
|
|
850
|
-
},
|
|
851
624
|
"cli:tarballs:prepare": {
|
|
852
625
|
"aliases": [],
|
|
853
626
|
"args": {},
|
|
@@ -1126,13 +899,10 @@
|
|
|
1126
899
|
"inspect.js"
|
|
1127
900
|
]
|
|
1128
901
|
},
|
|
1129
|
-
"
|
|
902
|
+
"npm:dependencies:pin": {
|
|
1130
903
|
"aliases": [],
|
|
1131
904
|
"args": {},
|
|
1132
|
-
"description": "
|
|
1133
|
-
"examples": [
|
|
1134
|
-
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
1135
|
-
],
|
|
905
|
+
"description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
|
|
1136
906
|
"flags": {
|
|
1137
907
|
"json": {
|
|
1138
908
|
"description": "Format output as json.",
|
|
@@ -1149,48 +919,48 @@
|
|
|
1149
919
|
"multiple": false,
|
|
1150
920
|
"type": "option"
|
|
1151
921
|
},
|
|
1152
|
-
"
|
|
1153
|
-
"char": "
|
|
1154
|
-
"name": "
|
|
1155
|
-
"
|
|
1156
|
-
"
|
|
1157
|
-
"
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
"
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
"
|
|
1164
|
-
"
|
|
1165
|
-
"required": true,
|
|
1166
|
-
"summary": "Github token--store this in the environment as GITHUB_TOKEN",
|
|
1167
|
-
"hasDynamicHelp": false,
|
|
922
|
+
"dryrun": {
|
|
923
|
+
"char": "d",
|
|
924
|
+
"name": "dryrun",
|
|
925
|
+
"summary": "If true, will not make any changes to the package.json",
|
|
926
|
+
"allowNo": false,
|
|
927
|
+
"type": "boolean"
|
|
928
|
+
},
|
|
929
|
+
"tag": {
|
|
930
|
+
"char": "t",
|
|
931
|
+
"name": "tag",
|
|
932
|
+
"summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
|
|
933
|
+
"default": "latest",
|
|
934
|
+
"hasDynamicHelp": false,
|
|
1168
935
|
"multiple": false,
|
|
1169
936
|
"type": "option"
|
|
1170
937
|
}
|
|
1171
938
|
},
|
|
1172
|
-
"hasDynamicHelp":
|
|
939
|
+
"hasDynamicHelp": false,
|
|
1173
940
|
"hiddenAliases": [],
|
|
1174
|
-
"id": "
|
|
941
|
+
"id": "npm:dependencies:pin",
|
|
1175
942
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1176
943
|
"pluginName": "@salesforce/plugin-release-management",
|
|
1177
944
|
"pluginType": "core",
|
|
1178
945
|
"strict": true,
|
|
1179
|
-
"summary": "
|
|
946
|
+
"summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
|
|
1180
947
|
"enableJsonFlag": true,
|
|
1181
948
|
"isESM": true,
|
|
1182
949
|
"relativePath": [
|
|
1183
950
|
"lib",
|
|
1184
951
|
"commands",
|
|
1185
|
-
"
|
|
1186
|
-
"
|
|
1187
|
-
"
|
|
952
|
+
"npm",
|
|
953
|
+
"dependencies",
|
|
954
|
+
"pin.js"
|
|
1188
955
|
]
|
|
1189
956
|
},
|
|
1190
|
-
"
|
|
957
|
+
"github:check:closed": {
|
|
1191
958
|
"aliases": [],
|
|
1192
959
|
"args": {},
|
|
1193
|
-
"description": "
|
|
960
|
+
"description": "Description of a command.",
|
|
961
|
+
"examples": [
|
|
962
|
+
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
963
|
+
],
|
|
1194
964
|
"flags": {
|
|
1195
965
|
"json": {
|
|
1196
966
|
"description": "Format output as json.",
|
|
@@ -1207,39 +977,42 @@
|
|
|
1207
977
|
"multiple": false,
|
|
1208
978
|
"type": "option"
|
|
1209
979
|
},
|
|
1210
|
-
"
|
|
1211
|
-
"char": "
|
|
1212
|
-
"name": "
|
|
1213
|
-
"
|
|
1214
|
-
"
|
|
1215
|
-
"
|
|
980
|
+
"gus": {
|
|
981
|
+
"char": "o",
|
|
982
|
+
"name": "gus",
|
|
983
|
+
"noCacheDefault": true,
|
|
984
|
+
"required": true,
|
|
985
|
+
"summary": "Username/alias of your GUS org connection",
|
|
986
|
+
"hasDynamicHelp": true,
|
|
987
|
+
"multiple": false,
|
|
988
|
+
"type": "option"
|
|
1216
989
|
},
|
|
1217
|
-
"
|
|
1218
|
-
"
|
|
1219
|
-
"name": "
|
|
1220
|
-
"
|
|
1221
|
-
"
|
|
990
|
+
"github-token": {
|
|
991
|
+
"env": "GITHUB_TOKEN",
|
|
992
|
+
"name": "github-token",
|
|
993
|
+
"required": true,
|
|
994
|
+
"summary": "Github token--store this in the environment as GITHUB_TOKEN",
|
|
1222
995
|
"hasDynamicHelp": false,
|
|
1223
996
|
"multiple": false,
|
|
1224
997
|
"type": "option"
|
|
1225
998
|
}
|
|
1226
999
|
},
|
|
1227
|
-
"hasDynamicHelp":
|
|
1000
|
+
"hasDynamicHelp": true,
|
|
1228
1001
|
"hiddenAliases": [],
|
|
1229
|
-
"id": "
|
|
1002
|
+
"id": "github:check:closed",
|
|
1230
1003
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1231
1004
|
"pluginName": "@salesforce/plugin-release-management",
|
|
1232
1005
|
"pluginType": "core",
|
|
1233
1006
|
"strict": true,
|
|
1234
|
-
"summary": "
|
|
1007
|
+
"summary": "Show open Github issues with GUS WI",
|
|
1235
1008
|
"enableJsonFlag": true,
|
|
1236
1009
|
"isESM": true,
|
|
1237
1010
|
"relativePath": [
|
|
1238
1011
|
"lib",
|
|
1239
1012
|
"commands",
|
|
1240
|
-
"
|
|
1241
|
-
"
|
|
1242
|
-
"
|
|
1013
|
+
"github",
|
|
1014
|
+
"check",
|
|
1015
|
+
"closed.js"
|
|
1243
1016
|
]
|
|
1244
1017
|
},
|
|
1245
1018
|
"npm:package:release": {
|
|
@@ -1339,6 +1112,233 @@
|
|
|
1339
1112
|
"release.js"
|
|
1340
1113
|
]
|
|
1341
1114
|
},
|
|
1115
|
+
"cli:release:automerge": {
|
|
1116
|
+
"aliases": [],
|
|
1117
|
+
"args": {},
|
|
1118
|
+
"description": "Attempt to automerge nightly PR",
|
|
1119
|
+
"examples": [
|
|
1120
|
+
"<%= config.bin %> <%= command.id %> --owner salesforcecli --repo sfdx-cli --pul-number 1049"
|
|
1121
|
+
],
|
|
1122
|
+
"flags": {
|
|
1123
|
+
"json": {
|
|
1124
|
+
"description": "Format output as json.",
|
|
1125
|
+
"helpGroup": "GLOBAL",
|
|
1126
|
+
"name": "json",
|
|
1127
|
+
"allowNo": false,
|
|
1128
|
+
"type": "boolean"
|
|
1129
|
+
},
|
|
1130
|
+
"flags-dir": {
|
|
1131
|
+
"helpGroup": "GLOBAL",
|
|
1132
|
+
"name": "flags-dir",
|
|
1133
|
+
"summary": "Import flag values from a directory.",
|
|
1134
|
+
"hasDynamicHelp": false,
|
|
1135
|
+
"multiple": false,
|
|
1136
|
+
"type": "option"
|
|
1137
|
+
},
|
|
1138
|
+
"owner": {
|
|
1139
|
+
"aliases": [
|
|
1140
|
+
"org"
|
|
1141
|
+
],
|
|
1142
|
+
"dependsOn": [
|
|
1143
|
+
"repo"
|
|
1144
|
+
],
|
|
1145
|
+
"name": "owner",
|
|
1146
|
+
"required": true,
|
|
1147
|
+
"summary": "Github owner (org), example: salesforcecli",
|
|
1148
|
+
"hasDynamicHelp": false,
|
|
1149
|
+
"multiple": false,
|
|
1150
|
+
"type": "option"
|
|
1151
|
+
},
|
|
1152
|
+
"repo": {
|
|
1153
|
+
"dependsOn": [
|
|
1154
|
+
"owner"
|
|
1155
|
+
],
|
|
1156
|
+
"name": "repo",
|
|
1157
|
+
"required": true,
|
|
1158
|
+
"summary": "Github repo, example: sfdx-cli",
|
|
1159
|
+
"hasDynamicHelp": false,
|
|
1160
|
+
"multiple": false,
|
|
1161
|
+
"type": "option"
|
|
1162
|
+
},
|
|
1163
|
+
"pull-number": {
|
|
1164
|
+
"name": "pull-number",
|
|
1165
|
+
"required": true,
|
|
1166
|
+
"summary": "Github pull request number to merge",
|
|
1167
|
+
"hasDynamicHelp": false,
|
|
1168
|
+
"multiple": false,
|
|
1169
|
+
"type": "option"
|
|
1170
|
+
},
|
|
1171
|
+
"dry-run": {
|
|
1172
|
+
"char": "d",
|
|
1173
|
+
"name": "dry-run",
|
|
1174
|
+
"summary": "Run all checks, but do not merge PR",
|
|
1175
|
+
"allowNo": false,
|
|
1176
|
+
"type": "boolean"
|
|
1177
|
+
},
|
|
1178
|
+
"verbose": {
|
|
1179
|
+
"name": "verbose",
|
|
1180
|
+
"summary": "Show additional debug output",
|
|
1181
|
+
"allowNo": false,
|
|
1182
|
+
"type": "boolean"
|
|
1183
|
+
}
|
|
1184
|
+
},
|
|
1185
|
+
"hasDynamicHelp": false,
|
|
1186
|
+
"hiddenAliases": [],
|
|
1187
|
+
"id": "cli:release:automerge",
|
|
1188
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1189
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
1190
|
+
"pluginType": "core",
|
|
1191
|
+
"strict": true,
|
|
1192
|
+
"summary": "Attempt to automerge nightly PR",
|
|
1193
|
+
"enableJsonFlag": true,
|
|
1194
|
+
"isESM": true,
|
|
1195
|
+
"relativePath": [
|
|
1196
|
+
"lib",
|
|
1197
|
+
"commands",
|
|
1198
|
+
"cli",
|
|
1199
|
+
"release",
|
|
1200
|
+
"automerge.js"
|
|
1201
|
+
]
|
|
1202
|
+
},
|
|
1203
|
+
"cli:release:build": {
|
|
1204
|
+
"aliases": [
|
|
1205
|
+
"cli:latestrc:build"
|
|
1206
|
+
],
|
|
1207
|
+
"args": {},
|
|
1208
|
+
"description": "builds a new release from a designated starting point and optionally creates PR in Github",
|
|
1209
|
+
"examples": [
|
|
1210
|
+
"<%= config.bin %> <%= command.id %>",
|
|
1211
|
+
"<%= config.bin %> <%= command.id %> --patch",
|
|
1212
|
+
"<%= config.bin %> <%= command.id %> --start-from-npm-dist-tag latest-rc --patch",
|
|
1213
|
+
"<%= config.bin %> <%= command.id %> --start-from-github-ref 7.144.0",
|
|
1214
|
+
"<%= config.bin %> <%= command.id %> --start-from-github-ref main",
|
|
1215
|
+
"<%= config.bin %> <%= command.id %> --start-from-github-ref f476e8e",
|
|
1216
|
+
"<%= config.bin %> <%= command.id %> --start-from-github-ref main --prerelease beta",
|
|
1217
|
+
"<%= config.bin %> <%= command.id %> --build-only",
|
|
1218
|
+
"<%= config.bin %> <%= command.id %> --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3"
|
|
1219
|
+
],
|
|
1220
|
+
"flags": {
|
|
1221
|
+
"json": {
|
|
1222
|
+
"description": "Format output as json.",
|
|
1223
|
+
"helpGroup": "GLOBAL",
|
|
1224
|
+
"name": "json",
|
|
1225
|
+
"allowNo": false,
|
|
1226
|
+
"type": "boolean"
|
|
1227
|
+
},
|
|
1228
|
+
"flags-dir": {
|
|
1229
|
+
"helpGroup": "GLOBAL",
|
|
1230
|
+
"name": "flags-dir",
|
|
1231
|
+
"summary": "Import flag values from a directory.",
|
|
1232
|
+
"hasDynamicHelp": false,
|
|
1233
|
+
"multiple": false,
|
|
1234
|
+
"type": "option"
|
|
1235
|
+
},
|
|
1236
|
+
"start-from-npm-dist-tag": {
|
|
1237
|
+
"aliases": [
|
|
1238
|
+
"rctag"
|
|
1239
|
+
],
|
|
1240
|
+
"char": "d",
|
|
1241
|
+
"deprecateAliases": true,
|
|
1242
|
+
"name": "start-from-npm-dist-tag",
|
|
1243
|
+
"summary": "the npm dist-tag to start the release from, examples: nightly, latest-rc",
|
|
1244
|
+
"hasDynamicHelp": false,
|
|
1245
|
+
"multiple": false,
|
|
1246
|
+
"type": "option"
|
|
1247
|
+
},
|
|
1248
|
+
"start-from-github-ref": {
|
|
1249
|
+
"char": "g",
|
|
1250
|
+
"name": "start-from-github-ref",
|
|
1251
|
+
"summary": "a Github ref to start the release from, examples: main, 7.144.0, f476e8e",
|
|
1252
|
+
"hasDynamicHelp": false,
|
|
1253
|
+
"multiple": false,
|
|
1254
|
+
"type": "option"
|
|
1255
|
+
},
|
|
1256
|
+
"release-channel": {
|
|
1257
|
+
"char": "c",
|
|
1258
|
+
"name": "release-channel",
|
|
1259
|
+
"required": true,
|
|
1260
|
+
"summary": "the channel intended for this release, examples: nightly, latest-rc, latest, dev, beta, etc...",
|
|
1261
|
+
"hasDynamicHelp": false,
|
|
1262
|
+
"multiple": false,
|
|
1263
|
+
"type": "option"
|
|
1264
|
+
},
|
|
1265
|
+
"build-only": {
|
|
1266
|
+
"name": "build-only",
|
|
1267
|
+
"summary": "only build the release, do not git add/commit/push",
|
|
1268
|
+
"allowNo": false,
|
|
1269
|
+
"type": "boolean"
|
|
1270
|
+
},
|
|
1271
|
+
"resolutions": {
|
|
1272
|
+
"name": "resolutions",
|
|
1273
|
+
"summary": "bump the versions of packages listed in the resolutions section",
|
|
1274
|
+
"allowNo": true,
|
|
1275
|
+
"type": "boolean"
|
|
1276
|
+
},
|
|
1277
|
+
"only": {
|
|
1278
|
+
"name": "only",
|
|
1279
|
+
"summary": "only bump the version of the packages passed in, uses latest if version is not provided",
|
|
1280
|
+
"delimiter": ",",
|
|
1281
|
+
"hasDynamicHelp": false,
|
|
1282
|
+
"multiple": true,
|
|
1283
|
+
"type": "option"
|
|
1284
|
+
},
|
|
1285
|
+
"pinned-deps": {
|
|
1286
|
+
"name": "pinned-deps",
|
|
1287
|
+
"summary": "bump the versions of the packages listed in the pinnedDependencies section",
|
|
1288
|
+
"allowNo": true,
|
|
1289
|
+
"type": "boolean"
|
|
1290
|
+
},
|
|
1291
|
+
"jit": {
|
|
1292
|
+
"name": "jit",
|
|
1293
|
+
"summary": "bump the versions of the packages listed in the jitPlugins (just-in-time) section",
|
|
1294
|
+
"allowNo": true,
|
|
1295
|
+
"type": "boolean"
|
|
1296
|
+
},
|
|
1297
|
+
"label": {
|
|
1298
|
+
"name": "label",
|
|
1299
|
+
"summary": "add one or more labels to the Github PR",
|
|
1300
|
+
"hasDynamicHelp": false,
|
|
1301
|
+
"multiple": true,
|
|
1302
|
+
"type": "option"
|
|
1303
|
+
},
|
|
1304
|
+
"patch": {
|
|
1305
|
+
"name": "patch",
|
|
1306
|
+
"summary": "bump the release as a patch of an existing version, not a new minor version",
|
|
1307
|
+
"allowNo": false,
|
|
1308
|
+
"type": "boolean"
|
|
1309
|
+
},
|
|
1310
|
+
"empty": {
|
|
1311
|
+
"name": "empty",
|
|
1312
|
+
"summary": "create an empty release PR for pushing changes to later (version will still be bumped)",
|
|
1313
|
+
"allowNo": false,
|
|
1314
|
+
"type": "boolean"
|
|
1315
|
+
},
|
|
1316
|
+
"pr-base-branch": {
|
|
1317
|
+
"name": "pr-base-branch",
|
|
1318
|
+
"summary": "base branch to create the PR against; if not specified, the build determines the branch for you",
|
|
1319
|
+
"hasDynamicHelp": false,
|
|
1320
|
+
"multiple": false,
|
|
1321
|
+
"type": "option"
|
|
1322
|
+
}
|
|
1323
|
+
},
|
|
1324
|
+
"hasDynamicHelp": false,
|
|
1325
|
+
"hiddenAliases": [],
|
|
1326
|
+
"id": "cli:release:build",
|
|
1327
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1328
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
1329
|
+
"pluginType": "core",
|
|
1330
|
+
"strict": true,
|
|
1331
|
+
"summary": "builds a new release from a designated starting point and optionally creates PR in Github",
|
|
1332
|
+
"enableJsonFlag": true,
|
|
1333
|
+
"isESM": true,
|
|
1334
|
+
"relativePath": [
|
|
1335
|
+
"lib",
|
|
1336
|
+
"commands",
|
|
1337
|
+
"cli",
|
|
1338
|
+
"release",
|
|
1339
|
+
"build.js"
|
|
1340
|
+
]
|
|
1341
|
+
},
|
|
1342
1342
|
"cli:install:jit:test": {
|
|
1343
1343
|
"aliases": [],
|
|
1344
1344
|
"args": {},
|
|
@@ -1390,5 +1390,5 @@
|
|
|
1390
1390
|
]
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
|
-
"version": "5.7.73-
|
|
1393
|
+
"version": "5.7.73-jf2.0"
|
|
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.7.73-
|
|
4
|
+
"version": "5.7.73-jf2.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"sf-release": "bin/run.js"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
+
"@aws-sdk/client-s3": "^3.929.0",
|
|
12
13
|
"@oclif/core": "^4.8.0",
|
|
13
14
|
"@octokit/core": "^6.1.6",
|
|
14
15
|
"@octokit/plugin-paginate-rest": "^11.6.0",
|
|
@@ -20,7 +21,8 @@
|
|
|
20
21
|
"@salesforce/plugin-trust": "^3.7.89",
|
|
21
22
|
"@salesforce/sf-plugins-core": "^12.2.5",
|
|
22
23
|
"@salesforce/ts-types": "^2.0.10",
|
|
23
|
-
"
|
|
24
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
25
|
+
"@smithy/types": "^4.8.1",
|
|
24
26
|
"chalk": "^5.6.0",
|
|
25
27
|
"fast-glob": "^3.3.3",
|
|
26
28
|
"got": "^13",
|
|
@@ -38,7 +40,7 @@
|
|
|
38
40
|
"@salesforce/ts-sinon": "^1.4.31",
|
|
39
41
|
"@types/semver": "^7.7.0",
|
|
40
42
|
"@types/shelljs": "^0.8.17",
|
|
41
|
-
"aws-sdk-mock": "^
|
|
43
|
+
"aws-sdk-client-mock": "^4.1.0",
|
|
42
44
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
43
45
|
"oclif": "^4.22.41",
|
|
44
46
|
"ts-node": "^10.9.2",
|