@salesforce/plugin-release-management 5.6.45 → 5.6.47

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.
@@ -341,6 +341,125 @@
341
341
  "automerge.js"
342
342
  ]
343
343
  },
344
+ "repositories": {
345
+ "aliases": [],
346
+ "args": {},
347
+ "description": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
348
+ "examples": [
349
+ "<%= config.bin %> <%= command.id %> --columns=url --filter='Name=sfdx-core' --no-header | xargs open",
350
+ "<%= config.bin %> <%= command.id %> --json | jq -r '.result[] | select(.name==\"sfdx-core\") | .packages[] | .url"
351
+ ],
352
+ "flags": {
353
+ "json": {
354
+ "description": "Format output as json.",
355
+ "helpGroup": "GLOBAL",
356
+ "name": "json",
357
+ "allowNo": false,
358
+ "type": "boolean"
359
+ },
360
+ "flags-dir": {
361
+ "helpGroup": "GLOBAL",
362
+ "name": "flags-dir",
363
+ "summary": "Import flag values from a directory.",
364
+ "hasDynamicHelp": false,
365
+ "multiple": false,
366
+ "type": "option"
367
+ },
368
+ "columns": {
369
+ "exclusive": [
370
+ "extended"
371
+ ],
372
+ "name": "columns",
373
+ "summary": "Only show provided columns (comma-separated).",
374
+ "hasDynamicHelp": false,
375
+ "multiple": false,
376
+ "type": "option"
377
+ },
378
+ "csv": {
379
+ "exclusive": [
380
+ "no-truncate"
381
+ ],
382
+ "name": "csv",
383
+ "summary": "Output is csv format.",
384
+ "allowNo": false,
385
+ "type": "boolean"
386
+ },
387
+ "extended": {
388
+ "char": "x",
389
+ "exclusive": [
390
+ "columns"
391
+ ],
392
+ "name": "extended",
393
+ "summary": "Show extra columns.",
394
+ "allowNo": false,
395
+ "type": "boolean"
396
+ },
397
+ "filter": {
398
+ "name": "filter",
399
+ "summary": "Filter property by partial string matching, ex: name=foo.",
400
+ "hasDynamicHelp": false,
401
+ "multiple": false,
402
+ "type": "option"
403
+ },
404
+ "no-header": {
405
+ "exclusive": [
406
+ "csv"
407
+ ],
408
+ "name": "no-header",
409
+ "summary": "Hide table header from output.",
410
+ "allowNo": false,
411
+ "type": "boolean"
412
+ },
413
+ "no-truncate": {
414
+ "exclusive": [
415
+ "csv"
416
+ ],
417
+ "name": "no-truncate",
418
+ "summary": "Do not truncate output to fit screen.",
419
+ "allowNo": false,
420
+ "type": "boolean"
421
+ },
422
+ "output": {
423
+ "exclusive": [
424
+ "no-truncate",
425
+ "csv"
426
+ ],
427
+ "name": "output",
428
+ "summary": "Output in a more machine friendly format.",
429
+ "hasDynamicHelp": false,
430
+ "multiple": false,
431
+ "options": [
432
+ "csv",
433
+ "json",
434
+ "yaml"
435
+ ],
436
+ "type": "option"
437
+ },
438
+ "sort": {
439
+ "name": "sort",
440
+ "summary": "Property to sort by (prepend '-' for descending).",
441
+ "hasDynamicHelp": false,
442
+ "multiple": false,
443
+ "type": "option"
444
+ }
445
+ },
446
+ "hasDynamicHelp": false,
447
+ "hiddenAliases": [],
448
+ "id": "repositories",
449
+ "pluginAlias": "@salesforce/plugin-release-management",
450
+ "pluginName": "@salesforce/plugin-release-management",
451
+ "pluginType": "core",
452
+ "strict": true,
453
+ "summary": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
454
+ "enableJsonFlag": true,
455
+ "isESM": true,
456
+ "relativePath": [
457
+ "lib",
458
+ "commands",
459
+ "repositories",
460
+ "index.js"
461
+ ]
462
+ },
344
463
  "cli:artifacts:compare": {
345
464
  "aliases": [],
346
465
  "args": {},
@@ -502,125 +621,6 @@
502
621
  "test.js"
503
622
  ]
504
623
  },
505
- "repositories": {
506
- "aliases": [],
507
- "args": {},
508
- "description": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
509
- "examples": [
510
- "<%= config.bin %> <%= command.id %> --columns=url --filter='Name=sfdx-core' --no-header | xargs open",
511
- "<%= config.bin %> <%= command.id %> --json | jq -r '.result[] | select(.name==\"sfdx-core\") | .packages[] | .url"
512
- ],
513
- "flags": {
514
- "json": {
515
- "description": "Format output as json.",
516
- "helpGroup": "GLOBAL",
517
- "name": "json",
518
- "allowNo": false,
519
- "type": "boolean"
520
- },
521
- "flags-dir": {
522
- "helpGroup": "GLOBAL",
523
- "name": "flags-dir",
524
- "summary": "Import flag values from a directory.",
525
- "hasDynamicHelp": false,
526
- "multiple": false,
527
- "type": "option"
528
- },
529
- "columns": {
530
- "exclusive": [
531
- "extended"
532
- ],
533
- "name": "columns",
534
- "summary": "Only show provided columns (comma-separated).",
535
- "hasDynamicHelp": false,
536
- "multiple": false,
537
- "type": "option"
538
- },
539
- "csv": {
540
- "exclusive": [
541
- "no-truncate"
542
- ],
543
- "name": "csv",
544
- "summary": "Output is csv format.",
545
- "allowNo": false,
546
- "type": "boolean"
547
- },
548
- "extended": {
549
- "char": "x",
550
- "exclusive": [
551
- "columns"
552
- ],
553
- "name": "extended",
554
- "summary": "Show extra columns.",
555
- "allowNo": false,
556
- "type": "boolean"
557
- },
558
- "filter": {
559
- "name": "filter",
560
- "summary": "Filter property by partial string matching, ex: name=foo.",
561
- "hasDynamicHelp": false,
562
- "multiple": false,
563
- "type": "option"
564
- },
565
- "no-header": {
566
- "exclusive": [
567
- "csv"
568
- ],
569
- "name": "no-header",
570
- "summary": "Hide table header from output.",
571
- "allowNo": false,
572
- "type": "boolean"
573
- },
574
- "no-truncate": {
575
- "exclusive": [
576
- "csv"
577
- ],
578
- "name": "no-truncate",
579
- "summary": "Do not truncate output to fit screen.",
580
- "allowNo": false,
581
- "type": "boolean"
582
- },
583
- "output": {
584
- "exclusive": [
585
- "no-truncate",
586
- "csv"
587
- ],
588
- "name": "output",
589
- "summary": "Output in a more machine friendly format.",
590
- "hasDynamicHelp": false,
591
- "multiple": false,
592
- "options": [
593
- "csv",
594
- "json",
595
- "yaml"
596
- ],
597
- "type": "option"
598
- },
599
- "sort": {
600
- "name": "sort",
601
- "summary": "Property to sort by (prepend '-' for descending).",
602
- "hasDynamicHelp": false,
603
- "multiple": false,
604
- "type": "option"
605
- }
606
- },
607
- "hasDynamicHelp": false,
608
- "hiddenAliases": [],
609
- "id": "repositories",
610
- "pluginAlias": "@salesforce/plugin-release-management",
611
- "pluginName": "@salesforce/plugin-release-management",
612
- "pluginType": "core",
613
- "strict": true,
614
- "summary": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
615
- "enableJsonFlag": true,
616
- "isESM": true,
617
- "relativePath": [
618
- "lib",
619
- "commands",
620
- "repositories",
621
- "index.js"
622
- ]
623
- },
624
624
  "cli:release:automerge": {
625
625
  "aliases": [],
626
626
  "args": {},
@@ -1025,6 +1025,67 @@
1025
1025
  "verify.js"
1026
1026
  ]
1027
1027
  },
1028
+ "github:check:closed": {
1029
+ "aliases": [],
1030
+ "args": {},
1031
+ "description": "Description of a command.",
1032
+ "examples": [
1033
+ "<%= config.bin %> <%= command.id %> -o me@gus.com"
1034
+ ],
1035
+ "flags": {
1036
+ "json": {
1037
+ "description": "Format output as json.",
1038
+ "helpGroup": "GLOBAL",
1039
+ "name": "json",
1040
+ "allowNo": false,
1041
+ "type": "boolean"
1042
+ },
1043
+ "flags-dir": {
1044
+ "helpGroup": "GLOBAL",
1045
+ "name": "flags-dir",
1046
+ "summary": "Import flag values from a directory.",
1047
+ "hasDynamicHelp": false,
1048
+ "multiple": false,
1049
+ "type": "option"
1050
+ },
1051
+ "gus": {
1052
+ "char": "o",
1053
+ "name": "gus",
1054
+ "noCacheDefault": true,
1055
+ "required": true,
1056
+ "summary": "Username/alias of your GUS org connection",
1057
+ "hasDynamicHelp": true,
1058
+ "multiple": false,
1059
+ "type": "option"
1060
+ },
1061
+ "github-token": {
1062
+ "env": "GITHUB_TOKEN",
1063
+ "name": "github-token",
1064
+ "required": true,
1065
+ "summary": "Github token--store this in the environment as GITHUB_TOKEN",
1066
+ "hasDynamicHelp": false,
1067
+ "multiple": false,
1068
+ "type": "option"
1069
+ }
1070
+ },
1071
+ "hasDynamicHelp": true,
1072
+ "hiddenAliases": [],
1073
+ "id": "github:check:closed",
1074
+ "pluginAlias": "@salesforce/plugin-release-management",
1075
+ "pluginName": "@salesforce/plugin-release-management",
1076
+ "pluginType": "core",
1077
+ "strict": true,
1078
+ "summary": "Show open Github issues with GUS WI",
1079
+ "enableJsonFlag": true,
1080
+ "isESM": true,
1081
+ "relativePath": [
1082
+ "lib",
1083
+ "commands",
1084
+ "github",
1085
+ "check",
1086
+ "closed.js"
1087
+ ]
1088
+ },
1028
1089
  "cli:versions:inspect": {
1029
1090
  "aliases": [],
1030
1091
  "args": {},
@@ -1126,117 +1187,6 @@
1126
1187
  "inspect.js"
1127
1188
  ]
1128
1189
  },
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
- "cli:install:jit:test": {
1191
- "aliases": [],
1192
- "args": {},
1193
- "examples": [
1194
- "<%= config.bin %> <%= command.id %>"
1195
- ],
1196
- "flags": {
1197
- "json": {
1198
- "description": "Format output as json.",
1199
- "helpGroup": "GLOBAL",
1200
- "name": "json",
1201
- "allowNo": false,
1202
- "type": "boolean"
1203
- },
1204
- "flags-dir": {
1205
- "helpGroup": "GLOBAL",
1206
- "name": "flags-dir",
1207
- "summary": "Import flag values from a directory.",
1208
- "hasDynamicHelp": false,
1209
- "multiple": false,
1210
- "type": "option"
1211
- },
1212
- "jit-plugin": {
1213
- "char": "j",
1214
- "name": "jit-plugin",
1215
- "summary": "JIT plugin(s) to test, example: @salesforce/plugin-community",
1216
- "hasDynamicHelp": false,
1217
- "multiple": true,
1218
- "type": "option"
1219
- }
1220
- },
1221
- "hasDynamicHelp": false,
1222
- "hiddenAliases": [],
1223
- "id": "cli:install:jit:test",
1224
- "pluginAlias": "@salesforce/plugin-release-management",
1225
- "pluginName": "@salesforce/plugin-release-management",
1226
- "pluginType": "core",
1227
- "strict": true,
1228
- "summary": "Test that all JIT plugins can be successfully installed.",
1229
- "enableJsonFlag": true,
1230
- "isESM": true,
1231
- "relativePath": [
1232
- "lib",
1233
- "commands",
1234
- "cli",
1235
- "install",
1236
- "jit",
1237
- "test.js"
1238
- ]
1239
- },
1240
1190
  "npm:dependencies:pin": {
1241
1191
  "aliases": [],
1242
1192
  "args": {},
@@ -1388,7 +1338,57 @@
1388
1338
  "package",
1389
1339
  "release.js"
1390
1340
  ]
1341
+ },
1342
+ "cli:install:jit:test": {
1343
+ "aliases": [],
1344
+ "args": {},
1345
+ "examples": [
1346
+ "<%= config.bin %> <%= command.id %>"
1347
+ ],
1348
+ "flags": {
1349
+ "json": {
1350
+ "description": "Format output as json.",
1351
+ "helpGroup": "GLOBAL",
1352
+ "name": "json",
1353
+ "allowNo": false,
1354
+ "type": "boolean"
1355
+ },
1356
+ "flags-dir": {
1357
+ "helpGroup": "GLOBAL",
1358
+ "name": "flags-dir",
1359
+ "summary": "Import flag values from a directory.",
1360
+ "hasDynamicHelp": false,
1361
+ "multiple": false,
1362
+ "type": "option"
1363
+ },
1364
+ "jit-plugin": {
1365
+ "char": "j",
1366
+ "name": "jit-plugin",
1367
+ "summary": "JIT plugin(s) to test, example: @salesforce/plugin-community",
1368
+ "hasDynamicHelp": false,
1369
+ "multiple": true,
1370
+ "type": "option"
1371
+ }
1372
+ },
1373
+ "hasDynamicHelp": false,
1374
+ "hiddenAliases": [],
1375
+ "id": "cli:install:jit:test",
1376
+ "pluginAlias": "@salesforce/plugin-release-management",
1377
+ "pluginName": "@salesforce/plugin-release-management",
1378
+ "pluginType": "core",
1379
+ "strict": true,
1380
+ "summary": "Test that all JIT plugins can be successfully installed.",
1381
+ "enableJsonFlag": true,
1382
+ "isESM": true,
1383
+ "relativePath": [
1384
+ "lib",
1385
+ "commands",
1386
+ "cli",
1387
+ "install",
1388
+ "jit",
1389
+ "test.js"
1390
+ ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.6.45"
1393
+ "version": "5.6.47"
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.45",
4
+ "version": "5.6.47",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -9,14 +9,14 @@
9
9
  "sf-release": "bin/run.js"
10
10
  },
11
11
  "dependencies": {
12
- "@oclif/core": "^4.2.5",
12
+ "@oclif/core": "^4.2.6",
13
13
  "@octokit/core": "^4.2.4",
14
14
  "@octokit/plugin-paginate-rest": "^6.1.2",
15
15
  "@octokit/plugin-throttling": "^5.2.3",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/core": "^8.8.2",
18
18
  "@salesforce/kit": "^3.2.0",
19
- "@salesforce/plugin-command-reference": "^3.1.42",
19
+ "@salesforce/plugin-command-reference": "^3.1.43",
20
20
  "@salesforce/plugin-trust": "^3.7.59",
21
21
  "@salesforce/sf-plugins-core": "^12.1.4",
22
22
  "@salesforce/ts-types": "^2.0.10",
@@ -40,7 +40,7 @@
40
40
  "@types/shelljs": "^0.8.15",
41
41
  "aws-sdk-mock": "^5.9.0",
42
42
  "eslint-plugin-sf-plugin": "^1.20.14",
43
- "oclif": "^4.17.21",
43
+ "oclif": "^4.17.25",
44
44
  "ts-node": "^10.9.2",
45
45
  "typescript": "^5.7.3"
46
46
  },