@salesforce/plugin-release-management 5.6.30 → 5.6.32

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.
@@ -525,102 +525,6 @@
525
525
  "compare.js"
526
526
  ]
527
527
  },
528
- "cli:install:test": {
529
- "aliases": [],
530
- "args": {},
531
- "description": "install sf or sfdx",
532
- "examples": [
533
- "<%= config.bin %> <%= command.id %> --cli sfdx --method installer",
534
- "<%= config.bin %> <%= command.id %> --cli sfdx --method npm",
535
- "<%= config.bin %> <%= command.id %> --cli sfdx --method tarball",
536
- "<%= config.bin %> <%= command.id %> --cli sf --method tarball",
537
- "<%= config.bin %> <%= command.id %> --cli sf --method tarball --channel stable-rc"
538
- ],
539
- "flags": {
540
- "json": {
541
- "description": "Format output as json.",
542
- "helpGroup": "GLOBAL",
543
- "name": "json",
544
- "allowNo": false,
545
- "type": "boolean"
546
- },
547
- "flags-dir": {
548
- "helpGroup": "GLOBAL",
549
- "name": "flags-dir",
550
- "summary": "Import flag values from a directory.",
551
- "hasDynamicHelp": false,
552
- "multiple": false,
553
- "type": "option"
554
- },
555
- "cli": {
556
- "char": "c",
557
- "name": "cli",
558
- "required": true,
559
- "summary": "the cli to install",
560
- "hasDynamicHelp": false,
561
- "multiple": false,
562
- "options": [
563
- "sf",
564
- "sfdx"
565
- ],
566
- "type": "option"
567
- },
568
- "method": {
569
- "char": "m",
570
- "name": "method",
571
- "required": true,
572
- "summary": "the installation method to use",
573
- "hasDynamicHelp": false,
574
- "multiple": false,
575
- "options": [
576
- "installer",
577
- "npm",
578
- "tarball"
579
- ],
580
- "type": "option"
581
- },
582
- "channel": {
583
- "name": "channel",
584
- "summary": "the channel to install from",
585
- "default": "stable",
586
- "hasDynamicHelp": false,
587
- "multiple": false,
588
- "options": [
589
- "legacy",
590
- "stable",
591
- "stable-rc",
592
- "latest",
593
- "latest-rc"
594
- ],
595
- "type": "option"
596
- },
597
- "output-file": {
598
- "name": "output-file",
599
- "summary": "the file to write the JSON results to (must be .json)",
600
- "default": "test-results.json",
601
- "hasDynamicHelp": false,
602
- "multiple": false,
603
- "type": "option"
604
- }
605
- },
606
- "hasDynamicHelp": false,
607
- "hiddenAliases": [],
608
- "id": "cli:install:test",
609
- "pluginAlias": "@salesforce/plugin-release-management",
610
- "pluginName": "@salesforce/plugin-release-management",
611
- "pluginType": "core",
612
- "strict": true,
613
- "summary": "install sf or sfdx",
614
- "enableJsonFlag": true,
615
- "isESM": true,
616
- "relativePath": [
617
- "lib",
618
- "commands",
619
- "cli",
620
- "install",
621
- "test.js"
622
- ]
623
- },
624
528
  "cli:release:automerge": {
625
529
  "aliases": [],
626
530
  "args": {},
@@ -848,21 +752,16 @@
848
752
  "build.js"
849
753
  ]
850
754
  },
851
- "cli:versions:inspect": {
755
+ "cli:install:test": {
852
756
  "aliases": [],
853
757
  "args": {},
854
- "description": "inspect the CLI version across all install paths",
758
+ "description": "install sf or sfdx",
855
759
  "examples": [
856
- "<%= config.bin %> <%= command.id %> -l archive -c stable",
857
- "<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
858
- "<%= config.bin %> <%= command.id %> -l archive npm -c stable",
859
- "<%= config.bin %> <%= command.id %> -l archive npm -c latest",
860
- "<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
861
- "<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
862
- "<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
863
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
864
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
865
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
760
+ "<%= config.bin %> <%= command.id %> --cli sfdx --method installer",
761
+ "<%= config.bin %> <%= command.id %> --cli sfdx --method npm",
762
+ "<%= config.bin %> <%= command.id %> --cli sfdx --method tarball",
763
+ "<%= config.bin %> <%= command.id %> --cli sf --method tarball",
764
+ "<%= config.bin %> <%= command.id %> --cli sf --method tarball --channel stable-rc"
866
765
  ],
867
766
  "flags": {
868
767
  "json": {
@@ -880,134 +779,73 @@
880
779
  "multiple": false,
881
780
  "type": "option"
882
781
  },
883
- "dependencies": {
884
- "char": "d",
885
- "name": "dependencies",
886
- "summary": "glob pattern of dependencies you want to see the version of",
887
- "hasDynamicHelp": false,
888
- "multiple": true,
889
- "type": "option"
890
- },
891
- "salesforce": {
892
- "char": "s",
893
- "name": "salesforce",
894
- "summary": "show versions of salesforce owned dependencies",
895
- "allowNo": false,
896
- "type": "boolean"
897
- },
898
- "channels": {
782
+ "cli": {
899
783
  "char": "c",
900
- "name": "channels",
784
+ "name": "cli",
901
785
  "required": true,
902
- "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)",
786
+ "summary": "the cli to install",
903
787
  "hasDynamicHelp": false,
904
- "multiple": true,
788
+ "multiple": false,
905
789
  "options": [
906
- "stable",
907
- "stable-rc",
908
- "latest",
909
- "latest-rc",
910
- "nightly"
790
+ "sf",
791
+ "sfdx"
911
792
  ],
912
793
  "type": "option"
913
794
  },
914
- "locations": {
915
- "char": "l",
916
- "name": "locations",
795
+ "method": {
796
+ "char": "m",
797
+ "name": "method",
917
798
  "required": true,
918
- "summary": "the location you want to inspect",
799
+ "summary": "the installation method to use",
919
800
  "hasDynamicHelp": false,
920
- "multiple": true,
801
+ "multiple": false,
921
802
  "options": [
922
- "archive",
923
- "npm"
803
+ "installer",
804
+ "npm",
805
+ "tarball"
924
806
  ],
925
807
  "type": "option"
926
808
  },
927
- "ignore-missing": {
928
- "name": "ignore-missing",
929
- "summary": "skip missing archives. Useful when supporting new architectures in oclif",
930
- "allowNo": false,
931
- "type": "boolean"
932
- }
933
- },
934
- "hasDynamicHelp": false,
935
- "hiddenAliases": [],
936
- "id": "cli:versions:inspect",
937
- "pluginAlias": "@salesforce/plugin-release-management",
938
- "pluginName": "@salesforce/plugin-release-management",
939
- "pluginType": "core",
940
- "strict": true,
941
- "summary": "inspect the CLI version across all install paths",
942
- "enableJsonFlag": true,
943
- "isESM": true,
944
- "relativePath": [
945
- "lib",
946
- "commands",
947
- "cli",
948
- "versions",
949
- "inspect.js"
950
- ]
951
- },
952
- "github:check:closed": {
953
- "aliases": [],
954
- "args": {},
955
- "description": "Description of a command.",
956
- "examples": [
957
- "<%= config.bin %> <%= command.id %> -o me@gus.com"
958
- ],
959
- "flags": {
960
- "json": {
961
- "description": "Format output as json.",
962
- "helpGroup": "GLOBAL",
963
- "name": "json",
964
- "allowNo": false,
965
- "type": "boolean"
966
- },
967
- "flags-dir": {
968
- "helpGroup": "GLOBAL",
969
- "name": "flags-dir",
970
- "summary": "Import flag values from a directory.",
809
+ "channel": {
810
+ "name": "channel",
811
+ "summary": "the channel to install from",
812
+ "default": "stable",
971
813
  "hasDynamicHelp": false,
972
814
  "multiple": false,
815
+ "options": [
816
+ "legacy",
817
+ "stable",
818
+ "stable-rc",
819
+ "latest",
820
+ "latest-rc"
821
+ ],
973
822
  "type": "option"
974
823
  },
975
- "gus": {
976
- "char": "o",
977
- "name": "gus",
978
- "noCacheDefault": true,
979
- "required": true,
980
- "summary": "Username/alias of your GUS org connection",
981
- "hasDynamicHelp": true,
982
- "multiple": false,
983
- "type": "option"
984
- },
985
- "github-token": {
986
- "env": "GITHUB_TOKEN",
987
- "name": "github-token",
988
- "required": true,
989
- "summary": "Github token--store this in the environment as GITHUB_TOKEN",
824
+ "output-file": {
825
+ "name": "output-file",
826
+ "summary": "the file to write the JSON results to (must be .json)",
827
+ "default": "test-results.json",
990
828
  "hasDynamicHelp": false,
991
829
  "multiple": false,
992
830
  "type": "option"
993
831
  }
994
832
  },
995
- "hasDynamicHelp": true,
833
+ "hasDynamicHelp": false,
996
834
  "hiddenAliases": [],
997
- "id": "github:check:closed",
835
+ "id": "cli:install:test",
998
836
  "pluginAlias": "@salesforce/plugin-release-management",
999
837
  "pluginName": "@salesforce/plugin-release-management",
1000
838
  "pluginType": "core",
1001
839
  "strict": true,
1002
- "summary": "Show open Github issues with GUS WI",
840
+ "summary": "install sf or sfdx",
1003
841
  "enableJsonFlag": true,
1004
842
  "isESM": true,
1005
843
  "relativePath": [
1006
844
  "lib",
1007
845
  "commands",
1008
- "github",
1009
- "check",
1010
- "closed.js"
846
+ "cli",
847
+ "install",
848
+ "test.js"
1011
849
  ]
1012
850
  },
1013
851
  "cli:tarballs:prepare": {
@@ -1187,6 +1025,168 @@
1187
1025
  "verify.js"
1188
1026
  ]
1189
1027
  },
1028
+ "cli:versions:inspect": {
1029
+ "aliases": [],
1030
+ "args": {},
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
+ ],
1044
+ "flags": {
1045
+ "json": {
1046
+ "description": "Format output as json.",
1047
+ "helpGroup": "GLOBAL",
1048
+ "name": "json",
1049
+ "allowNo": false,
1050
+ "type": "boolean"
1051
+ },
1052
+ "flags-dir": {
1053
+ "helpGroup": "GLOBAL",
1054
+ "name": "flags-dir",
1055
+ "summary": "Import flag values from a directory.",
1056
+ "hasDynamicHelp": false,
1057
+ "multiple": false,
1058
+ "type": "option"
1059
+ },
1060
+ "dependencies": {
1061
+ "char": "d",
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",
1072
+ "allowNo": false,
1073
+ "type": "boolean"
1074
+ },
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)",
1080
+ "hasDynamicHelp": false,
1081
+ "multiple": true,
1082
+ "options": [
1083
+ "stable",
1084
+ "stable-rc",
1085
+ "latest",
1086
+ "latest-rc",
1087
+ "nightly"
1088
+ ],
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"
1109
+ }
1110
+ },
1111
+ "hasDynamicHelp": false,
1112
+ "hiddenAliases": [],
1113
+ "id": "cli:versions:inspect",
1114
+ "pluginAlias": "@salesforce/plugin-release-management",
1115
+ "pluginName": "@salesforce/plugin-release-management",
1116
+ "pluginType": "core",
1117
+ "strict": true,
1118
+ "summary": "inspect the CLI version across all install paths",
1119
+ "enableJsonFlag": true,
1120
+ "isESM": true,
1121
+ "relativePath": [
1122
+ "lib",
1123
+ "commands",
1124
+ "cli",
1125
+ "versions",
1126
+ "inspect.js"
1127
+ ]
1128
+ },
1129
+ "github:check:closed": {
1130
+ "aliases": [],
1131
+ "args": {},
1132
+ "description": "Description of a command.",
1133
+ "examples": [
1134
+ "<%= config.bin %> <%= command.id %> -o me@gus.com"
1135
+ ],
1136
+ "flags": {
1137
+ "json": {
1138
+ "description": "Format output as json.",
1139
+ "helpGroup": "GLOBAL",
1140
+ "name": "json",
1141
+ "allowNo": false,
1142
+ "type": "boolean"
1143
+ },
1144
+ "flags-dir": {
1145
+ "helpGroup": "GLOBAL",
1146
+ "name": "flags-dir",
1147
+ "summary": "Import flag values from a directory.",
1148
+ "hasDynamicHelp": false,
1149
+ "multiple": false,
1150
+ "type": "option"
1151
+ },
1152
+ "gus": {
1153
+ "char": "o",
1154
+ "name": "gus",
1155
+ "noCacheDefault": true,
1156
+ "required": true,
1157
+ "summary": "Username/alias of your GUS org connection",
1158
+ "hasDynamicHelp": true,
1159
+ "multiple": false,
1160
+ "type": "option"
1161
+ },
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
+ "hasDynamicHelp": false,
1168
+ "multiple": false,
1169
+ "type": "option"
1170
+ }
1171
+ },
1172
+ "hasDynamicHelp": true,
1173
+ "hiddenAliases": [],
1174
+ "id": "github:check:closed",
1175
+ "pluginAlias": "@salesforce/plugin-release-management",
1176
+ "pluginName": "@salesforce/plugin-release-management",
1177
+ "pluginType": "core",
1178
+ "strict": true,
1179
+ "summary": "Show open Github issues with GUS WI",
1180
+ "enableJsonFlag": true,
1181
+ "isESM": true,
1182
+ "relativePath": [
1183
+ "lib",
1184
+ "commands",
1185
+ "github",
1186
+ "check",
1187
+ "closed.js"
1188
+ ]
1189
+ },
1190
1190
  "npm:dependencies:pin": {
1191
1191
  "aliases": [],
1192
1192
  "args": {},
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.6.30"
1393
+ "version": "5.6.32"
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.30",
4
+ "version": "5.6.32",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -9,7 +9,7 @@
9
9
  "sf-release": "bin/run.js"
10
10
  },
11
11
  "dependencies": {
12
- "@oclif/core": "^4.0.37",
12
+ "@oclif/core": "^4.2.2",
13
13
  "@octokit/core": "^4.2.4",
14
14
  "@octokit/plugin-paginate-rest": "^6.1.2",
15
15
  "@octokit/plugin-throttling": "^5.2.3",
@@ -17,7 +17,7 @@
17
17
  "@salesforce/core": "^8.8.0",
18
18
  "@salesforce/kit": "^3.2.0",
19
19
  "@salesforce/plugin-command-reference": "^3.1.38",
20
- "@salesforce/plugin-trust": "^3.7.52",
20
+ "@salesforce/plugin-trust": "^3.7.53",
21
21
  "@salesforce/sf-plugins-core": "^12.1.1",
22
22
  "@salesforce/ts-types": "^2.0.10",
23
23
  "aws-sdk": "^2.1692.0",
@@ -33,14 +33,14 @@
33
33
  "yarn-deduplicate": "^6.0.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@oclif/plugin-command-snapshot": "^5.2.23",
36
+ "@oclif/plugin-command-snapshot": "^5.2.24",
37
37
  "@salesforce/dev-scripts": "^10.2.4",
38
38
  "@salesforce/ts-sinon": "^1.4.30",
39
39
  "@types/semver": "^7.5.8",
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.4",
43
+ "oclif": "^4.17.7",
44
44
  "ts-node": "^10.9.2",
45
45
  "typescript": "^5.7.2"
46
46
  },