@salesforce/plugin-release-management 5.7.37 → 5.7.39

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.
@@ -160,80 +160,6 @@
160
160
  "promote.js"
161
161
  ]
162
162
  },
163
- "cli:releasenotes": {
164
- "aliases": [],
165
- "args": {},
166
- "description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
167
- "examples": [
168
- "<%= config.bin %> <%= command.id %> --cli sf",
169
- "<%= config.bin %> <%= command.id %> --cli sfdx",
170
- "<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
171
- "<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
172
- "<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
173
- "<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
174
- ],
175
- "flags": {
176
- "json": {
177
- "description": "Format output as json.",
178
- "helpGroup": "GLOBAL",
179
- "name": "json",
180
- "allowNo": false,
181
- "type": "boolean"
182
- },
183
- "flags-dir": {
184
- "helpGroup": "GLOBAL",
185
- "name": "flags-dir",
186
- "summary": "Import flag values from a directory.",
187
- "hasDynamicHelp": false,
188
- "multiple": false,
189
- "type": "option"
190
- },
191
- "cli": {
192
- "char": "c",
193
- "name": "cli",
194
- "required": true,
195
- "summary": "the cli to pull information for",
196
- "hasDynamicHelp": false,
197
- "multiple": false,
198
- "options": [
199
- "sf",
200
- "sfdx"
201
- ],
202
- "type": "option"
203
- },
204
- "since": {
205
- "char": "s",
206
- "name": "since",
207
- "summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
208
- "hasDynamicHelp": false,
209
- "multiple": false,
210
- "type": "option"
211
- },
212
- "markdown": {
213
- "char": "m",
214
- "name": "markdown",
215
- "summary": "format the output in markdown",
216
- "allowNo": false,
217
- "type": "boolean"
218
- }
219
- },
220
- "hasDynamicHelp": false,
221
- "hiddenAliases": [],
222
- "id": "cli:releasenotes",
223
- "pluginAlias": "@salesforce/plugin-release-management",
224
- "pluginName": "@salesforce/plugin-release-management",
225
- "pluginType": "core",
226
- "strict": true,
227
- "summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
228
- "enableJsonFlag": true,
229
- "isESM": true,
230
- "relativePath": [
231
- "lib",
232
- "commands",
233
- "cli",
234
- "releasenotes.js"
235
- ]
236
- },
237
163
  "dependabot:automerge": {
238
164
  "aliases": [],
239
165
  "args": {},
@@ -341,6 +267,80 @@
341
267
  "automerge.js"
342
268
  ]
343
269
  },
270
+ "cli:releasenotes": {
271
+ "aliases": [],
272
+ "args": {},
273
+ "description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
274
+ "examples": [
275
+ "<%= config.bin %> <%= command.id %> --cli sf",
276
+ "<%= config.bin %> <%= command.id %> --cli sfdx",
277
+ "<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
278
+ "<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
279
+ "<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
280
+ "<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
281
+ ],
282
+ "flags": {
283
+ "json": {
284
+ "description": "Format output as json.",
285
+ "helpGroup": "GLOBAL",
286
+ "name": "json",
287
+ "allowNo": false,
288
+ "type": "boolean"
289
+ },
290
+ "flags-dir": {
291
+ "helpGroup": "GLOBAL",
292
+ "name": "flags-dir",
293
+ "summary": "Import flag values from a directory.",
294
+ "hasDynamicHelp": false,
295
+ "multiple": false,
296
+ "type": "option"
297
+ },
298
+ "cli": {
299
+ "char": "c",
300
+ "name": "cli",
301
+ "required": true,
302
+ "summary": "the cli to pull information for",
303
+ "hasDynamicHelp": false,
304
+ "multiple": false,
305
+ "options": [
306
+ "sf",
307
+ "sfdx"
308
+ ],
309
+ "type": "option"
310
+ },
311
+ "since": {
312
+ "char": "s",
313
+ "name": "since",
314
+ "summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
315
+ "hasDynamicHelp": false,
316
+ "multiple": false,
317
+ "type": "option"
318
+ },
319
+ "markdown": {
320
+ "char": "m",
321
+ "name": "markdown",
322
+ "summary": "format the output in markdown",
323
+ "allowNo": false,
324
+ "type": "boolean"
325
+ }
326
+ },
327
+ "hasDynamicHelp": false,
328
+ "hiddenAliases": [],
329
+ "id": "cli:releasenotes",
330
+ "pluginAlias": "@salesforce/plugin-release-management",
331
+ "pluginName": "@salesforce/plugin-release-management",
332
+ "pluginType": "core",
333
+ "strict": true,
334
+ "summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
335
+ "enableJsonFlag": true,
336
+ "isESM": true,
337
+ "relativePath": [
338
+ "lib",
339
+ "commands",
340
+ "cli",
341
+ "releasenotes.js"
342
+ ]
343
+ },
344
344
  "repositories": {
345
345
  "aliases": [],
346
346
  "args": {},
@@ -419,25 +419,237 @@
419
419
  "allowNo": false,
420
420
  "type": "boolean"
421
421
  },
422
- "output": {
423
- "exclusive": [
424
- "no-truncate",
425
- "csv"
426
- ],
427
- "name": "output",
428
- "summary": "Output in a more machine friendly format.",
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
+ },
463
+ "github:check:closed": {
464
+ "aliases": [],
465
+ "args": {},
466
+ "description": "Description of a command.",
467
+ "examples": [
468
+ "<%= config.bin %> <%= command.id %> -o me@gus.com"
469
+ ],
470
+ "flags": {
471
+ "json": {
472
+ "description": "Format output as json.",
473
+ "helpGroup": "GLOBAL",
474
+ "name": "json",
475
+ "allowNo": false,
476
+ "type": "boolean"
477
+ },
478
+ "flags-dir": {
479
+ "helpGroup": "GLOBAL",
480
+ "name": "flags-dir",
481
+ "summary": "Import flag values from a directory.",
482
+ "hasDynamicHelp": false,
483
+ "multiple": false,
484
+ "type": "option"
485
+ },
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.",
540
+ "hasDynamicHelp": false,
541
+ "multiple": false,
542
+ "type": "option"
543
+ },
544
+ "dryrun": {
545
+ "char": "d",
546
+ "name": "dryrun",
547
+ "summary": "If true, will not make any changes to the package.json",
548
+ "allowNo": false,
549
+ "type": "boolean"
550
+ },
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",
588
+ "allowNo": false,
589
+ "type": "boolean"
590
+ },
591
+ "flags-dir": {
592
+ "helpGroup": "GLOBAL",
593
+ "name": "flags-dir",
594
+ "summary": "Import flag values from a directory.",
595
+ "hasDynamicHelp": false,
596
+ "multiple": false,
597
+ "type": "option"
598
+ },
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",
610
+ "allowNo": false,
611
+ "type": "boolean"
612
+ },
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,
635
+ "type": "boolean"
636
+ },
637
+ "prerelease": {
638
+ "name": "prerelease",
639
+ "summary": "determine the next version as <version>-<prerelease>.0 if version is not manually set",
429
640
  "hasDynamicHelp": false,
430
641
  "multiple": false,
431
- "options": [
432
- "csv",
433
- "json",
434
- "yaml"
435
- ],
436
642
  "type": "option"
437
643
  },
438
- "sort": {
439
- "name": "sort",
440
- "summary": "Property to sort by (prepend '-' for descending).",
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",
441
653
  "hasDynamicHelp": false,
442
654
  "multiple": false,
443
655
  "type": "option"
@@ -445,19 +657,20 @@
445
657
  },
446
658
  "hasDynamicHelp": false,
447
659
  "hiddenAliases": [],
448
- "id": "repositories",
660
+ "id": "npm:package:release",
449
661
  "pluginAlias": "@salesforce/plugin-release-management",
450
662
  "pluginName": "@salesforce/plugin-release-management",
451
663
  "pluginType": "core",
452
664
  "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.",
665
+ "summary": "publish npm package",
454
666
  "enableJsonFlag": true,
455
667
  "isESM": true,
456
668
  "relativePath": [
457
669
  "lib",
458
670
  "commands",
459
- "repositories",
460
- "index.js"
671
+ "npm",
672
+ "package",
673
+ "release.js"
461
674
  ]
462
675
  },
463
676
  "cli:artifacts:compare": {
@@ -1126,219 +1339,6 @@
1126
1339
  "inspect.js"
1127
1340
  ]
1128
1341
  },
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.37"
1393
+ "version": "5.7.39"
1394
1394
  }