@salesforce/plugin-release-management 5.7.103 → 5.7.105

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.
@@ -1,124 +1,5 @@
1
1
  {
2
2
  "commands": {
3
- "repositories": {
4
- "aliases": [],
5
- "args": {},
6
- "description": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
7
- "examples": [
8
- "<%= config.bin %> <%= command.id %> --columns=url --filter='Name=sfdx-core' --no-header | xargs open",
9
- "<%= config.bin %> <%= command.id %> --json | jq -r '.result[] | select(.name==\"sfdx-core\") | .packages[] | .url"
10
- ],
11
- "flags": {
12
- "json": {
13
- "description": "Format output as json.",
14
- "helpGroup": "GLOBAL",
15
- "name": "json",
16
- "allowNo": false,
17
- "type": "boolean"
18
- },
19
- "flags-dir": {
20
- "helpGroup": "GLOBAL",
21
- "name": "flags-dir",
22
- "summary": "Import flag values from a directory.",
23
- "hasDynamicHelp": false,
24
- "multiple": false,
25
- "type": "option"
26
- },
27
- "columns": {
28
- "exclusive": [
29
- "extended"
30
- ],
31
- "name": "columns",
32
- "summary": "Only show provided columns (comma-separated).",
33
- "hasDynamicHelp": false,
34
- "multiple": false,
35
- "type": "option"
36
- },
37
- "csv": {
38
- "exclusive": [
39
- "no-truncate"
40
- ],
41
- "name": "csv",
42
- "summary": "Output is csv format.",
43
- "allowNo": false,
44
- "type": "boolean"
45
- },
46
- "extended": {
47
- "char": "x",
48
- "exclusive": [
49
- "columns"
50
- ],
51
- "name": "extended",
52
- "summary": "Show extra columns.",
53
- "allowNo": false,
54
- "type": "boolean"
55
- },
56
- "filter": {
57
- "name": "filter",
58
- "summary": "Filter property by partial string matching, ex: name=foo.",
59
- "hasDynamicHelp": false,
60
- "multiple": false,
61
- "type": "option"
62
- },
63
- "no-header": {
64
- "exclusive": [
65
- "csv"
66
- ],
67
- "name": "no-header",
68
- "summary": "Hide table header from output.",
69
- "allowNo": false,
70
- "type": "boolean"
71
- },
72
- "no-truncate": {
73
- "exclusive": [
74
- "csv"
75
- ],
76
- "name": "no-truncate",
77
- "summary": "Do not truncate output to fit screen.",
78
- "allowNo": false,
79
- "type": "boolean"
80
- },
81
- "output": {
82
- "exclusive": [
83
- "no-truncate",
84
- "csv"
85
- ],
86
- "name": "output",
87
- "summary": "Output in a more machine friendly format.",
88
- "hasDynamicHelp": false,
89
- "multiple": false,
90
- "options": [
91
- "csv",
92
- "json",
93
- "yaml"
94
- ],
95
- "type": "option"
96
- },
97
- "sort": {
98
- "name": "sort",
99
- "summary": "Property to sort by (prepend '-' for descending).",
100
- "hasDynamicHelp": false,
101
- "multiple": false,
102
- "type": "option"
103
- }
104
- },
105
- "hasDynamicHelp": false,
106
- "hiddenAliases": [],
107
- "id": "repositories",
108
- "pluginAlias": "@salesforce/plugin-release-management",
109
- "pluginName": "@salesforce/plugin-release-management",
110
- "pluginType": "core",
111
- "strict": true,
112
- "summary": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
113
- "enableJsonFlag": true,
114
- "isESM": true,
115
- "relativePath": [
116
- "lib",
117
- "commands",
118
- "repositories",
119
- "index.js"
120
- ]
121
- },
122
3
  "channel:promote": {
123
4
  "aliases": [],
124
5
  "args": {},
@@ -460,12 +341,13 @@
460
341
  "automerge.js"
461
342
  ]
462
343
  },
463
- "github:check:closed": {
344
+ "repositories": {
464
345
  "aliases": [],
465
346
  "args": {},
466
- "description": "Description of a command.",
347
+ "description": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
467
348
  "examples": [
468
- "<%= config.bin %> <%= command.id %> -o me@gus.com"
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"
469
351
  ],
470
352
  "flags": {
471
353
  "json": {
@@ -483,173 +365,79 @@
483
365
  "multiple": false,
484
366
  "type": "option"
485
367
  },
486
- "gus": {
487
- "char": "o",
488
- "name": "gus",
489
- "noCacheDefault": true,
490
- "required": true,
491
- "summary": "Username/alias of your GUS org connection",
492
- "hasDynamicHelp": true,
493
- "multiple": false,
494
- "type": "option"
495
- },
496
- "github-token": {
497
- "env": "GITHUB_TOKEN",
498
- "name": "github-token",
499
- "required": true,
500
- "summary": "Github token--store this in the environment as GITHUB_TOKEN",
501
- "hasDynamicHelp": false,
502
- "multiple": false,
503
- "type": "option"
504
- }
505
- },
506
- "hasDynamicHelp": true,
507
- "hiddenAliases": [],
508
- "id": "github:check:closed",
509
- "pluginAlias": "@salesforce/plugin-release-management",
510
- "pluginName": "@salesforce/plugin-release-management",
511
- "pluginType": "core",
512
- "strict": true,
513
- "summary": "Show open Github issues with GUS WI",
514
- "enableJsonFlag": true,
515
- "isESM": true,
516
- "relativePath": [
517
- "lib",
518
- "commands",
519
- "github",
520
- "check",
521
- "closed.js"
522
- ]
523
- },
524
- "npm:dependencies:pin": {
525
- "aliases": [],
526
- "args": {},
527
- "description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
528
- "flags": {
529
- "json": {
530
- "description": "Format output as json.",
531
- "helpGroup": "GLOBAL",
532
- "name": "json",
533
- "allowNo": false,
534
- "type": "boolean"
535
- },
536
- "flags-dir": {
537
- "helpGroup": "GLOBAL",
538
- "name": "flags-dir",
539
- "summary": "Import flag values from a directory.",
368
+ "columns": {
369
+ "exclusive": [
370
+ "extended"
371
+ ],
372
+ "name": "columns",
373
+ "summary": "Only show provided columns (comma-separated).",
540
374
  "hasDynamicHelp": false,
541
375
  "multiple": false,
542
376
  "type": "option"
543
377
  },
544
- "dryrun": {
545
- "char": "d",
546
- "name": "dryrun",
547
- "summary": "If true, will not make any changes to the package.json",
378
+ "csv": {
379
+ "exclusive": [
380
+ "no-truncate"
381
+ ],
382
+ "name": "csv",
383
+ "summary": "Output is csv format.",
548
384
  "allowNo": false,
549
385
  "type": "boolean"
550
386
  },
551
- "tag": {
552
- "char": "t",
553
- "name": "tag",
554
- "summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
555
- "default": "latest",
556
- "hasDynamicHelp": false,
557
- "multiple": false,
558
- "type": "option"
559
- }
560
- },
561
- "hasDynamicHelp": false,
562
- "hiddenAliases": [],
563
- "id": "npm:dependencies:pin",
564
- "pluginAlias": "@salesforce/plugin-release-management",
565
- "pluginName": "@salesforce/plugin-release-management",
566
- "pluginType": "core",
567
- "strict": true,
568
- "summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
569
- "enableJsonFlag": true,
570
- "isESM": true,
571
- "relativePath": [
572
- "lib",
573
- "commands",
574
- "npm",
575
- "dependencies",
576
- "pin.js"
577
- ]
578
- },
579
- "npm:package:release": {
580
- "aliases": [],
581
- "args": {},
582
- "description": "publish npm package",
583
- "flags": {
584
- "json": {
585
- "description": "Format output as json.",
586
- "helpGroup": "GLOBAL",
587
- "name": "json",
387
+ "extended": {
388
+ "char": "x",
389
+ "exclusive": [
390
+ "columns"
391
+ ],
392
+ "name": "extended",
393
+ "summary": "Show extra columns.",
588
394
  "allowNo": false,
589
395
  "type": "boolean"
590
396
  },
591
- "flags-dir": {
592
- "helpGroup": "GLOBAL",
593
- "name": "flags-dir",
594
- "summary": "Import flag values from a directory.",
397
+ "filter": {
398
+ "name": "filter",
399
+ "summary": "Filter property by partial string matching, ex: name=foo.",
595
400
  "hasDynamicHelp": false,
596
401
  "multiple": false,
597
402
  "type": "option"
598
403
  },
599
- "dryrun": {
600
- "char": "d",
601
- "name": "dryrun",
602
- "summary": "If true, will not commit changes to repo or push any tags",
603
- "allowNo": false,
604
- "type": "boolean"
605
- },
606
- "sign": {
607
- "char": "s",
608
- "name": "sign",
609
- "summary": "If true, then the package will be signed and the signature will be uploaded to S3",
404
+ "no-header": {
405
+ "exclusive": [
406
+ "csv"
407
+ ],
408
+ "name": "no-header",
409
+ "summary": "Hide table header from output.",
610
410
  "allowNo": false,
611
411
  "type": "boolean"
612
412
  },
613
- "npmtag": {
614
- "char": "t",
615
- "name": "npmtag",
616
- "summary": "tag to use when publishing to npm",
617
- "default": "latest",
618
- "hasDynamicHelp": false,
619
- "multiple": false,
620
- "type": "option"
621
- },
622
- "npmaccess": {
623
- "char": "a",
624
- "name": "npmaccess",
625
- "summary": "access level to use when publishing to npm",
626
- "default": "public",
627
- "hasDynamicHelp": false,
628
- "multiple": false,
629
- "type": "option"
630
- },
631
- "install": {
632
- "name": "install",
633
- "summary": "run yarn install and build on repository",
634
- "allowNo": true,
413
+ "no-truncate": {
414
+ "exclusive": [
415
+ "csv"
416
+ ],
417
+ "name": "no-truncate",
418
+ "summary": "Do not truncate output to fit screen.",
419
+ "allowNo": false,
635
420
  "type": "boolean"
636
421
  },
637
- "prerelease": {
638
- "name": "prerelease",
639
- "summary": "determine the next version as <version>-<prerelease>.0 if version is not manually set",
422
+ "output": {
423
+ "exclusive": [
424
+ "no-truncate",
425
+ "csv"
426
+ ],
427
+ "name": "output",
428
+ "summary": "Output in a more machine friendly format.",
640
429
  "hasDynamicHelp": false,
641
430
  "multiple": false,
431
+ "options": [
432
+ "csv",
433
+ "json",
434
+ "yaml"
435
+ ],
642
436
  "type": "option"
643
437
  },
644
- "verify": {
645
- "name": "verify",
646
- "summary": "verify npm registry has new version after publish and digital signature",
647
- "allowNo": true,
648
- "type": "boolean"
649
- },
650
- "githubtag": {
651
- "name": "githubtag",
652
- "summary": "given a github tag, release the version specified in the package.json as is. Useful when you've already done a release and only need npm publish features",
438
+ "sort": {
439
+ "name": "sort",
440
+ "summary": "Property to sort by (prepend '-' for descending).",
653
441
  "hasDynamicHelp": false,
654
442
  "multiple": false,
655
443
  "type": "option"
@@ -657,20 +445,19 @@
657
445
  },
658
446
  "hasDynamicHelp": false,
659
447
  "hiddenAliases": [],
660
- "id": "npm:package:release",
448
+ "id": "repositories",
661
449
  "pluginAlias": "@salesforce/plugin-release-management",
662
450
  "pluginName": "@salesforce/plugin-release-management",
663
451
  "pluginType": "core",
664
452
  "strict": true,
665
- "summary": "publish npm package",
453
+ "summary": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
666
454
  "enableJsonFlag": true,
667
455
  "isESM": true,
668
456
  "relativePath": [
669
457
  "lib",
670
458
  "commands",
671
- "npm",
672
- "package",
673
- "release.js"
459
+ "repositories",
460
+ "index.js"
674
461
  ]
675
462
  },
676
463
  "cli:artifacts:compare": {
@@ -1339,6 +1126,219 @@
1339
1126
  "inspect.js"
1340
1127
  ]
1341
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
+ "npm:dependencies:pin": {
1191
+ "aliases": [],
1192
+ "args": {},
1193
+ "description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1194
+ "flags": {
1195
+ "json": {
1196
+ "description": "Format output as json.",
1197
+ "helpGroup": "GLOBAL",
1198
+ "name": "json",
1199
+ "allowNo": false,
1200
+ "type": "boolean"
1201
+ },
1202
+ "flags-dir": {
1203
+ "helpGroup": "GLOBAL",
1204
+ "name": "flags-dir",
1205
+ "summary": "Import flag values from a directory.",
1206
+ "hasDynamicHelp": false,
1207
+ "multiple": false,
1208
+ "type": "option"
1209
+ },
1210
+ "dryrun": {
1211
+ "char": "d",
1212
+ "name": "dryrun",
1213
+ "summary": "If true, will not make any changes to the package.json",
1214
+ "allowNo": false,
1215
+ "type": "boolean"
1216
+ },
1217
+ "tag": {
1218
+ "char": "t",
1219
+ "name": "tag",
1220
+ "summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
1221
+ "default": "latest",
1222
+ "hasDynamicHelp": false,
1223
+ "multiple": false,
1224
+ "type": "option"
1225
+ }
1226
+ },
1227
+ "hasDynamicHelp": false,
1228
+ "hiddenAliases": [],
1229
+ "id": "npm:dependencies:pin",
1230
+ "pluginAlias": "@salesforce/plugin-release-management",
1231
+ "pluginName": "@salesforce/plugin-release-management",
1232
+ "pluginType": "core",
1233
+ "strict": true,
1234
+ "summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1235
+ "enableJsonFlag": true,
1236
+ "isESM": true,
1237
+ "relativePath": [
1238
+ "lib",
1239
+ "commands",
1240
+ "npm",
1241
+ "dependencies",
1242
+ "pin.js"
1243
+ ]
1244
+ },
1245
+ "npm:package:release": {
1246
+ "aliases": [],
1247
+ "args": {},
1248
+ "description": "publish npm package",
1249
+ "flags": {
1250
+ "json": {
1251
+ "description": "Format output as json.",
1252
+ "helpGroup": "GLOBAL",
1253
+ "name": "json",
1254
+ "allowNo": false,
1255
+ "type": "boolean"
1256
+ },
1257
+ "flags-dir": {
1258
+ "helpGroup": "GLOBAL",
1259
+ "name": "flags-dir",
1260
+ "summary": "Import flag values from a directory.",
1261
+ "hasDynamicHelp": false,
1262
+ "multiple": false,
1263
+ "type": "option"
1264
+ },
1265
+ "dryrun": {
1266
+ "char": "d",
1267
+ "name": "dryrun",
1268
+ "summary": "If true, will not commit changes to repo or push any tags",
1269
+ "allowNo": false,
1270
+ "type": "boolean"
1271
+ },
1272
+ "sign": {
1273
+ "char": "s",
1274
+ "name": "sign",
1275
+ "summary": "If true, then the package will be signed and the signature will be uploaded to S3",
1276
+ "allowNo": false,
1277
+ "type": "boolean"
1278
+ },
1279
+ "npmtag": {
1280
+ "char": "t",
1281
+ "name": "npmtag",
1282
+ "summary": "tag to use when publishing to npm",
1283
+ "default": "latest",
1284
+ "hasDynamicHelp": false,
1285
+ "multiple": false,
1286
+ "type": "option"
1287
+ },
1288
+ "npmaccess": {
1289
+ "char": "a",
1290
+ "name": "npmaccess",
1291
+ "summary": "access level to use when publishing to npm",
1292
+ "default": "public",
1293
+ "hasDynamicHelp": false,
1294
+ "multiple": false,
1295
+ "type": "option"
1296
+ },
1297
+ "install": {
1298
+ "name": "install",
1299
+ "summary": "run yarn install and build on repository",
1300
+ "allowNo": true,
1301
+ "type": "boolean"
1302
+ },
1303
+ "prerelease": {
1304
+ "name": "prerelease",
1305
+ "summary": "determine the next version as <version>-<prerelease>.0 if version is not manually set",
1306
+ "hasDynamicHelp": false,
1307
+ "multiple": false,
1308
+ "type": "option"
1309
+ },
1310
+ "verify": {
1311
+ "name": "verify",
1312
+ "summary": "verify npm registry has new version after publish and digital signature",
1313
+ "allowNo": true,
1314
+ "type": "boolean"
1315
+ },
1316
+ "githubtag": {
1317
+ "name": "githubtag",
1318
+ "summary": "given a github tag, release the version specified in the package.json as is. Useful when you've already done a release and only need npm publish features",
1319
+ "hasDynamicHelp": false,
1320
+ "multiple": false,
1321
+ "type": "option"
1322
+ }
1323
+ },
1324
+ "hasDynamicHelp": false,
1325
+ "hiddenAliases": [],
1326
+ "id": "npm:package:release",
1327
+ "pluginAlias": "@salesforce/plugin-release-management",
1328
+ "pluginName": "@salesforce/plugin-release-management",
1329
+ "pluginType": "core",
1330
+ "strict": true,
1331
+ "summary": "publish npm package",
1332
+ "enableJsonFlag": true,
1333
+ "isESM": true,
1334
+ "relativePath": [
1335
+ "lib",
1336
+ "commands",
1337
+ "npm",
1338
+ "package",
1339
+ "release.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.103"
1393
+ "version": "5.7.105"
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.103",
4
+ "version": "5.7.105",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -9,8 +9,8 @@
9
9
  "sf-release": "bin/run.js"
10
10
  },
11
11
  "dependencies": {
12
- "@aws-sdk/client-s3": "^3.995.0",
13
- "@oclif/core": "^4.8.0",
12
+ "@aws-sdk/client-s3": "^3.1000.0",
13
+ "@oclif/core": "^4.8.3",
14
14
  "@octokit/core": "^6.1.6",
15
15
  "@octokit/plugin-paginate-rest": "^11.6.0",
16
16
  "@octokit/plugin-throttling": "^9.6.1",
@@ -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.22.79",
45
+ "oclif": "^4.22.81",
46
46
  "ts-node": "^10.9.2",
47
47
  "typescript": "^5.9.3"
48
48
  },