@salesforce/plugin-release-management 5.9.1 → 5.9.2

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,6 +525,102 @@
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
+ },
528
624
  "cli:release:automerge": {
529
625
  "aliases": [],
530
626
  "args": {},
@@ -1030,67 +1126,6 @@
1030
1126
  "inspect.js"
1031
1127
  ]
1032
1128
  },
1033
- "github:check:closed": {
1034
- "aliases": [],
1035
- "args": {},
1036
- "description": "Description of a command.",
1037
- "examples": [
1038
- "<%= config.bin %> <%= command.id %> -o me@gus.com"
1039
- ],
1040
- "flags": {
1041
- "json": {
1042
- "description": "Format output as json.",
1043
- "helpGroup": "GLOBAL",
1044
- "name": "json",
1045
- "allowNo": false,
1046
- "type": "boolean"
1047
- },
1048
- "flags-dir": {
1049
- "helpGroup": "GLOBAL",
1050
- "name": "flags-dir",
1051
- "summary": "Import flag values from a directory.",
1052
- "hasDynamicHelp": false,
1053
- "multiple": false,
1054
- "type": "option"
1055
- },
1056
- "gus": {
1057
- "char": "o",
1058
- "name": "gus",
1059
- "noCacheDefault": true,
1060
- "required": true,
1061
- "summary": "Username/alias of your GUS org connection",
1062
- "hasDynamicHelp": true,
1063
- "multiple": false,
1064
- "type": "option"
1065
- },
1066
- "github-token": {
1067
- "env": "GITHUB_TOKEN",
1068
- "name": "github-token",
1069
- "required": true,
1070
- "summary": "Github token--store this in the environment as GITHUB_TOKEN",
1071
- "hasDynamicHelp": false,
1072
- "multiple": false,
1073
- "type": "option"
1074
- }
1075
- },
1076
- "hasDynamicHelp": true,
1077
- "hiddenAliases": [],
1078
- "id": "github:check:closed",
1079
- "pluginAlias": "@salesforce/plugin-release-management",
1080
- "pluginName": "@salesforce/plugin-release-management",
1081
- "pluginType": "core",
1082
- "strict": true,
1083
- "summary": "Show open Github issues with GUS WI",
1084
- "enableJsonFlag": true,
1085
- "isESM": true,
1086
- "relativePath": [
1087
- "lib",
1088
- "commands",
1089
- "github",
1090
- "check",
1091
- "closed.js"
1092
- ]
1093
- },
1094
1129
  "npm:dependencies:pin": {
1095
1130
  "aliases": [],
1096
1131
  "args": {},
@@ -1146,102 +1181,6 @@
1146
1181
  "pin.js"
1147
1182
  ]
1148
1183
  },
1149
- "cli:install:test": {
1150
- "aliases": [],
1151
- "args": {},
1152
- "description": "install sf or sfdx",
1153
- "examples": [
1154
- "<%= config.bin %> <%= command.id %> --cli sfdx --method installer",
1155
- "<%= config.bin %> <%= command.id %> --cli sfdx --method npm",
1156
- "<%= config.bin %> <%= command.id %> --cli sfdx --method tarball",
1157
- "<%= config.bin %> <%= command.id %> --cli sf --method tarball",
1158
- "<%= config.bin %> <%= command.id %> --cli sf --method tarball --channel stable-rc"
1159
- ],
1160
- "flags": {
1161
- "json": {
1162
- "description": "Format output as json.",
1163
- "helpGroup": "GLOBAL",
1164
- "name": "json",
1165
- "allowNo": false,
1166
- "type": "boolean"
1167
- },
1168
- "flags-dir": {
1169
- "helpGroup": "GLOBAL",
1170
- "name": "flags-dir",
1171
- "summary": "Import flag values from a directory.",
1172
- "hasDynamicHelp": false,
1173
- "multiple": false,
1174
- "type": "option"
1175
- },
1176
- "cli": {
1177
- "char": "c",
1178
- "name": "cli",
1179
- "required": true,
1180
- "summary": "the cli to install",
1181
- "hasDynamicHelp": false,
1182
- "multiple": false,
1183
- "options": [
1184
- "sf",
1185
- "sfdx"
1186
- ],
1187
- "type": "option"
1188
- },
1189
- "method": {
1190
- "char": "m",
1191
- "name": "method",
1192
- "required": true,
1193
- "summary": "the installation method to use",
1194
- "hasDynamicHelp": false,
1195
- "multiple": false,
1196
- "options": [
1197
- "installer",
1198
- "npm",
1199
- "tarball"
1200
- ],
1201
- "type": "option"
1202
- },
1203
- "channel": {
1204
- "name": "channel",
1205
- "summary": "the channel to install from",
1206
- "default": "stable",
1207
- "hasDynamicHelp": false,
1208
- "multiple": false,
1209
- "options": [
1210
- "legacy",
1211
- "stable",
1212
- "stable-rc",
1213
- "latest",
1214
- "latest-rc"
1215
- ],
1216
- "type": "option"
1217
- },
1218
- "output-file": {
1219
- "name": "output-file",
1220
- "summary": "the file to write the JSON results to (must be .json)",
1221
- "default": "test-results.json",
1222
- "hasDynamicHelp": false,
1223
- "multiple": false,
1224
- "type": "option"
1225
- }
1226
- },
1227
- "hasDynamicHelp": false,
1228
- "hiddenAliases": [],
1229
- "id": "cli:install:test",
1230
- "pluginAlias": "@salesforce/plugin-release-management",
1231
- "pluginName": "@salesforce/plugin-release-management",
1232
- "pluginType": "core",
1233
- "strict": true,
1234
- "summary": "install sf or sfdx",
1235
- "enableJsonFlag": true,
1236
- "isESM": true,
1237
- "relativePath": [
1238
- "lib",
1239
- "commands",
1240
- "cli",
1241
- "install",
1242
- "test.js"
1243
- ]
1244
- },
1245
1184
  "npm:package:release": {
1246
1185
  "aliases": [],
1247
1186
  "args": {},
@@ -1339,6 +1278,67 @@
1339
1278
  "release.js"
1340
1279
  ]
1341
1280
  },
1281
+ "github:check:closed": {
1282
+ "aliases": [],
1283
+ "args": {},
1284
+ "description": "Description of a command.",
1285
+ "examples": [
1286
+ "<%= config.bin %> <%= command.id %> -o me@gus.com"
1287
+ ],
1288
+ "flags": {
1289
+ "json": {
1290
+ "description": "Format output as json.",
1291
+ "helpGroup": "GLOBAL",
1292
+ "name": "json",
1293
+ "allowNo": false,
1294
+ "type": "boolean"
1295
+ },
1296
+ "flags-dir": {
1297
+ "helpGroup": "GLOBAL",
1298
+ "name": "flags-dir",
1299
+ "summary": "Import flag values from a directory.",
1300
+ "hasDynamicHelp": false,
1301
+ "multiple": false,
1302
+ "type": "option"
1303
+ },
1304
+ "gus": {
1305
+ "char": "o",
1306
+ "name": "gus",
1307
+ "noCacheDefault": true,
1308
+ "required": true,
1309
+ "summary": "Username/alias of your GUS org connection",
1310
+ "hasDynamicHelp": true,
1311
+ "multiple": false,
1312
+ "type": "option"
1313
+ },
1314
+ "github-token": {
1315
+ "env": "GITHUB_TOKEN",
1316
+ "name": "github-token",
1317
+ "required": true,
1318
+ "summary": "Github token--store this in the environment as GITHUB_TOKEN",
1319
+ "hasDynamicHelp": false,
1320
+ "multiple": false,
1321
+ "type": "option"
1322
+ }
1323
+ },
1324
+ "hasDynamicHelp": true,
1325
+ "hiddenAliases": [],
1326
+ "id": "github:check:closed",
1327
+ "pluginAlias": "@salesforce/plugin-release-management",
1328
+ "pluginName": "@salesforce/plugin-release-management",
1329
+ "pluginType": "core",
1330
+ "strict": true,
1331
+ "summary": "Show open Github issues with GUS WI",
1332
+ "enableJsonFlag": true,
1333
+ "isESM": true,
1334
+ "relativePath": [
1335
+ "lib",
1336
+ "commands",
1337
+ "github",
1338
+ "check",
1339
+ "closed.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.9.1"
1393
+ "version": "5.9.2"
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.9.1",
4
+ "version": "5.9.2",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -21,7 +21,7 @@
21
21
  "@salesforce/plugin-trust": "^3.7.89",
22
22
  "@salesforce/sf-plugins-core": "^12.2.10",
23
23
  "@salesforce/ts-types": "^2.0.10",
24
- "@smithy/node-http-handler": "^4.7.5",
24
+ "@smithy/node-http-handler": "^4.7.7",
25
25
  "@smithy/types": "^4.11.0",
26
26
  "chalk": "^5.6.0",
27
27
  "commit-and-tag-version": "^12.7.3",
@@ -42,7 +42,7 @@
42
42
  "@types/shelljs": "^0.10.0",
43
43
  "aws-sdk-client-mock": "^4.1.0",
44
44
  "eslint-plugin-sf-plugin": "^1.20.33",
45
- "oclif": "^4.23.0",
45
+ "oclif": "^4.23.10",
46
46
  "ts-node": "^10.9.2",
47
47
  "typescript": "^5.9.3"
48
48
  },