@salesforce/plugin-release-management 5.6.44 → 5.6.46
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.
- package/README.md +16 -16
- package/npm-shrinkwrap.json +451 -1138
- package/oclif.lock +524 -888
- package/oclif.manifest.json +228 -228
- package/package.json +4 -4
package/oclif.manifest.json
CHANGED
|
@@ -160,6 +160,80 @@
|
|
|
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
|
+
},
|
|
163
237
|
"dependabot:automerge": {
|
|
164
238
|
"aliases": [],
|
|
165
239
|
"args": {},
|
|
@@ -267,17 +341,16 @@
|
|
|
267
341
|
"automerge.js"
|
|
268
342
|
]
|
|
269
343
|
},
|
|
270
|
-
"cli:
|
|
344
|
+
"cli:install:test": {
|
|
271
345
|
"aliases": [],
|
|
272
346
|
"args": {},
|
|
273
|
-
"description": "
|
|
347
|
+
"description": "install sf or sfdx",
|
|
274
348
|
"examples": [
|
|
275
|
-
"<%= config.bin %> <%= command.id %> --cli
|
|
276
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx",
|
|
277
|
-
"<%= config.bin %> <%= command.id %> --cli
|
|
278
|
-
"<%= config.bin %> <%= command.id %> --cli
|
|
279
|
-
"<%= config.bin %> <%= command.id %> --cli sf
|
|
280
|
-
"<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
|
|
349
|
+
"<%= config.bin %> <%= command.id %> --cli sfdx --method installer",
|
|
350
|
+
"<%= config.bin %> <%= command.id %> --cli sfdx --method npm",
|
|
351
|
+
"<%= config.bin %> <%= command.id %> --cli sfdx --method tarball",
|
|
352
|
+
"<%= config.bin %> <%= command.id %> --cli sf --method tarball",
|
|
353
|
+
"<%= config.bin %> <%= command.id %> --cli sf --method tarball --channel stable-rc"
|
|
281
354
|
],
|
|
282
355
|
"flags": {
|
|
283
356
|
"json": {
|
|
@@ -299,7 +372,7 @@
|
|
|
299
372
|
"char": "c",
|
|
300
373
|
"name": "cli",
|
|
301
374
|
"required": true,
|
|
302
|
-
"summary": "the cli to
|
|
375
|
+
"summary": "the cli to install",
|
|
303
376
|
"hasDynamicHelp": false,
|
|
304
377
|
"multiple": false,
|
|
305
378
|
"options": [
|
|
@@ -308,136 +381,39 @@
|
|
|
308
381
|
],
|
|
309
382
|
"type": "option"
|
|
310
383
|
},
|
|
311
|
-
"
|
|
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": {
|
|
384
|
+
"method": {
|
|
320
385
|
"char": "m",
|
|
321
|
-
"name": "
|
|
322
|
-
"
|
|
323
|
-
"
|
|
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
|
-
"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).",
|
|
386
|
+
"name": "method",
|
|
387
|
+
"required": true,
|
|
388
|
+
"summary": "the installation method to use",
|
|
374
389
|
"hasDynamicHelp": false,
|
|
375
390
|
"multiple": false,
|
|
376
|
-
"
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
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
|
+
"options": [
|
|
392
|
+
"installer",
|
|
393
|
+
"npm",
|
|
394
|
+
"tarball"
|
|
391
395
|
],
|
|
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
396
|
"type": "option"
|
|
403
397
|
},
|
|
404
|
-
"
|
|
405
|
-
"
|
|
406
|
-
|
|
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.",
|
|
398
|
+
"channel": {
|
|
399
|
+
"name": "channel",
|
|
400
|
+
"summary": "the channel to install from",
|
|
401
|
+
"default": "stable",
|
|
429
402
|
"hasDynamicHelp": false,
|
|
430
403
|
"multiple": false,
|
|
431
404
|
"options": [
|
|
432
|
-
"
|
|
433
|
-
"
|
|
434
|
-
"
|
|
405
|
+
"legacy",
|
|
406
|
+
"stable",
|
|
407
|
+
"stable-rc",
|
|
408
|
+
"latest",
|
|
409
|
+
"latest-rc"
|
|
435
410
|
],
|
|
436
411
|
"type": "option"
|
|
437
412
|
},
|
|
438
|
-
"
|
|
439
|
-
"name": "
|
|
440
|
-
"summary": "
|
|
413
|
+
"output-file": {
|
|
414
|
+
"name": "output-file",
|
|
415
|
+
"summary": "the file to write the JSON results to (must be .json)",
|
|
416
|
+
"default": "test-results.json",
|
|
441
417
|
"hasDynamicHelp": false,
|
|
442
418
|
"multiple": false,
|
|
443
419
|
"type": "option"
|
|
@@ -445,19 +421,20 @@
|
|
|
445
421
|
},
|
|
446
422
|
"hasDynamicHelp": false,
|
|
447
423
|
"hiddenAliases": [],
|
|
448
|
-
"id": "
|
|
424
|
+
"id": "cli:install:test",
|
|
449
425
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
450
426
|
"pluginName": "@salesforce/plugin-release-management",
|
|
451
427
|
"pluginType": "core",
|
|
452
428
|
"strict": true,
|
|
453
|
-
"summary": "
|
|
429
|
+
"summary": "install sf or sfdx",
|
|
454
430
|
"enableJsonFlag": true,
|
|
455
431
|
"isESM": true,
|
|
456
432
|
"relativePath": [
|
|
457
433
|
"lib",
|
|
458
434
|
"commands",
|
|
459
|
-
"
|
|
460
|
-
"
|
|
435
|
+
"cli",
|
|
436
|
+
"install",
|
|
437
|
+
"test.js"
|
|
461
438
|
]
|
|
462
439
|
},
|
|
463
440
|
"cli:artifacts:compare": {
|
|
@@ -525,102 +502,6 @@
|
|
|
525
502
|
"compare.js"
|
|
526
503
|
]
|
|
527
504
|
},
|
|
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
505
|
"cli:release:automerge": {
|
|
625
506
|
"aliases": [],
|
|
626
507
|
"args": {},
|
|
@@ -848,6 +729,125 @@
|
|
|
848
729
|
"build.js"
|
|
849
730
|
]
|
|
850
731
|
},
|
|
732
|
+
"repositories": {
|
|
733
|
+
"aliases": [],
|
|
734
|
+
"args": {},
|
|
735
|
+
"description": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
|
|
736
|
+
"examples": [
|
|
737
|
+
"<%= config.bin %> <%= command.id %> --columns=url --filter='Name=sfdx-core' --no-header | xargs open",
|
|
738
|
+
"<%= config.bin %> <%= command.id %> --json | jq -r '.result[] | select(.name==\"sfdx-core\") | .packages[] | .url"
|
|
739
|
+
],
|
|
740
|
+
"flags": {
|
|
741
|
+
"json": {
|
|
742
|
+
"description": "Format output as json.",
|
|
743
|
+
"helpGroup": "GLOBAL",
|
|
744
|
+
"name": "json",
|
|
745
|
+
"allowNo": false,
|
|
746
|
+
"type": "boolean"
|
|
747
|
+
},
|
|
748
|
+
"flags-dir": {
|
|
749
|
+
"helpGroup": "GLOBAL",
|
|
750
|
+
"name": "flags-dir",
|
|
751
|
+
"summary": "Import flag values from a directory.",
|
|
752
|
+
"hasDynamicHelp": false,
|
|
753
|
+
"multiple": false,
|
|
754
|
+
"type": "option"
|
|
755
|
+
},
|
|
756
|
+
"columns": {
|
|
757
|
+
"exclusive": [
|
|
758
|
+
"extended"
|
|
759
|
+
],
|
|
760
|
+
"name": "columns",
|
|
761
|
+
"summary": "Only show provided columns (comma-separated).",
|
|
762
|
+
"hasDynamicHelp": false,
|
|
763
|
+
"multiple": false,
|
|
764
|
+
"type": "option"
|
|
765
|
+
},
|
|
766
|
+
"csv": {
|
|
767
|
+
"exclusive": [
|
|
768
|
+
"no-truncate"
|
|
769
|
+
],
|
|
770
|
+
"name": "csv",
|
|
771
|
+
"summary": "Output is csv format.",
|
|
772
|
+
"allowNo": false,
|
|
773
|
+
"type": "boolean"
|
|
774
|
+
},
|
|
775
|
+
"extended": {
|
|
776
|
+
"char": "x",
|
|
777
|
+
"exclusive": [
|
|
778
|
+
"columns"
|
|
779
|
+
],
|
|
780
|
+
"name": "extended",
|
|
781
|
+
"summary": "Show extra columns.",
|
|
782
|
+
"allowNo": false,
|
|
783
|
+
"type": "boolean"
|
|
784
|
+
},
|
|
785
|
+
"filter": {
|
|
786
|
+
"name": "filter",
|
|
787
|
+
"summary": "Filter property by partial string matching, ex: name=foo.",
|
|
788
|
+
"hasDynamicHelp": false,
|
|
789
|
+
"multiple": false,
|
|
790
|
+
"type": "option"
|
|
791
|
+
},
|
|
792
|
+
"no-header": {
|
|
793
|
+
"exclusive": [
|
|
794
|
+
"csv"
|
|
795
|
+
],
|
|
796
|
+
"name": "no-header",
|
|
797
|
+
"summary": "Hide table header from output.",
|
|
798
|
+
"allowNo": false,
|
|
799
|
+
"type": "boolean"
|
|
800
|
+
},
|
|
801
|
+
"no-truncate": {
|
|
802
|
+
"exclusive": [
|
|
803
|
+
"csv"
|
|
804
|
+
],
|
|
805
|
+
"name": "no-truncate",
|
|
806
|
+
"summary": "Do not truncate output to fit screen.",
|
|
807
|
+
"allowNo": false,
|
|
808
|
+
"type": "boolean"
|
|
809
|
+
},
|
|
810
|
+
"output": {
|
|
811
|
+
"exclusive": [
|
|
812
|
+
"no-truncate",
|
|
813
|
+
"csv"
|
|
814
|
+
],
|
|
815
|
+
"name": "output",
|
|
816
|
+
"summary": "Output in a more machine friendly format.",
|
|
817
|
+
"hasDynamicHelp": false,
|
|
818
|
+
"multiple": false,
|
|
819
|
+
"options": [
|
|
820
|
+
"csv",
|
|
821
|
+
"json",
|
|
822
|
+
"yaml"
|
|
823
|
+
],
|
|
824
|
+
"type": "option"
|
|
825
|
+
},
|
|
826
|
+
"sort": {
|
|
827
|
+
"name": "sort",
|
|
828
|
+
"summary": "Property to sort by (prepend '-' for descending).",
|
|
829
|
+
"hasDynamicHelp": false,
|
|
830
|
+
"multiple": false,
|
|
831
|
+
"type": "option"
|
|
832
|
+
}
|
|
833
|
+
},
|
|
834
|
+
"hasDynamicHelp": false,
|
|
835
|
+
"hiddenAliases": [],
|
|
836
|
+
"id": "repositories",
|
|
837
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
838
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
839
|
+
"pluginType": "core",
|
|
840
|
+
"strict": true,
|
|
841
|
+
"summary": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
|
|
842
|
+
"enableJsonFlag": true,
|
|
843
|
+
"isESM": true,
|
|
844
|
+
"relativePath": [
|
|
845
|
+
"lib",
|
|
846
|
+
"commands",
|
|
847
|
+
"repositories",
|
|
848
|
+
"index.js"
|
|
849
|
+
]
|
|
850
|
+
},
|
|
851
851
|
"cli:tarballs:prepare": {
|
|
852
852
|
"aliases": [],
|
|
853
853
|
"args": {},
|
|
@@ -1390,5 +1390,5 @@
|
|
|
1390
1390
|
]
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
|
-
"version": "5.6.
|
|
1393
|
+
"version": "5.6.46"
|
|
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.
|
|
4
|
+
"version": "5.6.46",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -16,9 +16,9 @@
|
|
|
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.
|
|
19
|
+
"@salesforce/plugin-command-reference": "^3.1.43",
|
|
20
20
|
"@salesforce/plugin-trust": "^3.7.59",
|
|
21
|
-
"@salesforce/sf-plugins-core": "^12.1.
|
|
21
|
+
"@salesforce/sf-plugins-core": "^12.1.4",
|
|
22
22
|
"@salesforce/ts-types": "^2.0.10",
|
|
23
23
|
"aws-sdk": "^2.1692.0",
|
|
24
24
|
"chalk": "^5.4.0",
|
|
@@ -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.
|
|
43
|
+
"oclif": "^4.17.25",
|
|
44
44
|
"ts-node": "^10.9.2",
|
|
45
45
|
"typescript": "^5.7.3"
|
|
46
46
|
},
|