@salesforce/plugin-release-management 5.7.5 → 5.7.7
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 +159 -189
- package/oclif.lock +156 -167
- package/oclif.manifest.json +216 -216
- package/package.json +4 -4
package/oclif.manifest.json
CHANGED
|
@@ -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": {},
|
|
@@ -406,6 +525,102 @@
|
|
|
406
525
|
"compare.js"
|
|
407
526
|
]
|
|
408
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
|
+
},
|
|
409
624
|
"cli:release:automerge": {
|
|
410
625
|
"aliases": [],
|
|
411
626
|
"args": {},
|
|
@@ -633,221 +848,6 @@
|
|
|
633
848
|
"build.js"
|
|
634
849
|
]
|
|
635
850
|
},
|
|
636
|
-
"repositories": {
|
|
637
|
-
"aliases": [],
|
|
638
|
-
"args": {},
|
|
639
|
-
"description": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
|
|
640
|
-
"examples": [
|
|
641
|
-
"<%= config.bin %> <%= command.id %> --columns=url --filter='Name=sfdx-core' --no-header | xargs open",
|
|
642
|
-
"<%= config.bin %> <%= command.id %> --json | jq -r '.result[] | select(.name==\"sfdx-core\") | .packages[] | .url"
|
|
643
|
-
],
|
|
644
|
-
"flags": {
|
|
645
|
-
"json": {
|
|
646
|
-
"description": "Format output as json.",
|
|
647
|
-
"helpGroup": "GLOBAL",
|
|
648
|
-
"name": "json",
|
|
649
|
-
"allowNo": false,
|
|
650
|
-
"type": "boolean"
|
|
651
|
-
},
|
|
652
|
-
"flags-dir": {
|
|
653
|
-
"helpGroup": "GLOBAL",
|
|
654
|
-
"name": "flags-dir",
|
|
655
|
-
"summary": "Import flag values from a directory.",
|
|
656
|
-
"hasDynamicHelp": false,
|
|
657
|
-
"multiple": false,
|
|
658
|
-
"type": "option"
|
|
659
|
-
},
|
|
660
|
-
"columns": {
|
|
661
|
-
"exclusive": [
|
|
662
|
-
"extended"
|
|
663
|
-
],
|
|
664
|
-
"name": "columns",
|
|
665
|
-
"summary": "Only show provided columns (comma-separated).",
|
|
666
|
-
"hasDynamicHelp": false,
|
|
667
|
-
"multiple": false,
|
|
668
|
-
"type": "option"
|
|
669
|
-
},
|
|
670
|
-
"csv": {
|
|
671
|
-
"exclusive": [
|
|
672
|
-
"no-truncate"
|
|
673
|
-
],
|
|
674
|
-
"name": "csv",
|
|
675
|
-
"summary": "Output is csv format.",
|
|
676
|
-
"allowNo": false,
|
|
677
|
-
"type": "boolean"
|
|
678
|
-
},
|
|
679
|
-
"extended": {
|
|
680
|
-
"char": "x",
|
|
681
|
-
"exclusive": [
|
|
682
|
-
"columns"
|
|
683
|
-
],
|
|
684
|
-
"name": "extended",
|
|
685
|
-
"summary": "Show extra columns.",
|
|
686
|
-
"allowNo": false,
|
|
687
|
-
"type": "boolean"
|
|
688
|
-
},
|
|
689
|
-
"filter": {
|
|
690
|
-
"name": "filter",
|
|
691
|
-
"summary": "Filter property by partial string matching, ex: name=foo.",
|
|
692
|
-
"hasDynamicHelp": false,
|
|
693
|
-
"multiple": false,
|
|
694
|
-
"type": "option"
|
|
695
|
-
},
|
|
696
|
-
"no-header": {
|
|
697
|
-
"exclusive": [
|
|
698
|
-
"csv"
|
|
699
|
-
],
|
|
700
|
-
"name": "no-header",
|
|
701
|
-
"summary": "Hide table header from output.",
|
|
702
|
-
"allowNo": false,
|
|
703
|
-
"type": "boolean"
|
|
704
|
-
},
|
|
705
|
-
"no-truncate": {
|
|
706
|
-
"exclusive": [
|
|
707
|
-
"csv"
|
|
708
|
-
],
|
|
709
|
-
"name": "no-truncate",
|
|
710
|
-
"summary": "Do not truncate output to fit screen.",
|
|
711
|
-
"allowNo": false,
|
|
712
|
-
"type": "boolean"
|
|
713
|
-
},
|
|
714
|
-
"output": {
|
|
715
|
-
"exclusive": [
|
|
716
|
-
"no-truncate",
|
|
717
|
-
"csv"
|
|
718
|
-
],
|
|
719
|
-
"name": "output",
|
|
720
|
-
"summary": "Output in a more machine friendly format.",
|
|
721
|
-
"hasDynamicHelp": false,
|
|
722
|
-
"multiple": false,
|
|
723
|
-
"options": [
|
|
724
|
-
"csv",
|
|
725
|
-
"json",
|
|
726
|
-
"yaml"
|
|
727
|
-
],
|
|
728
|
-
"type": "option"
|
|
729
|
-
},
|
|
730
|
-
"sort": {
|
|
731
|
-
"name": "sort",
|
|
732
|
-
"summary": "Property to sort by (prepend '-' for descending).",
|
|
733
|
-
"hasDynamicHelp": false,
|
|
734
|
-
"multiple": false,
|
|
735
|
-
"type": "option"
|
|
736
|
-
}
|
|
737
|
-
},
|
|
738
|
-
"hasDynamicHelp": false,
|
|
739
|
-
"hiddenAliases": [],
|
|
740
|
-
"id": "repositories",
|
|
741
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
742
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
743
|
-
"pluginType": "core",
|
|
744
|
-
"strict": true,
|
|
745
|
-
"summary": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
|
|
746
|
-
"enableJsonFlag": true,
|
|
747
|
-
"isESM": true,
|
|
748
|
-
"relativePath": [
|
|
749
|
-
"lib",
|
|
750
|
-
"commands",
|
|
751
|
-
"repositories",
|
|
752
|
-
"index.js"
|
|
753
|
-
]
|
|
754
|
-
},
|
|
755
|
-
"cli:install:test": {
|
|
756
|
-
"aliases": [],
|
|
757
|
-
"args": {},
|
|
758
|
-
"description": "install sf or sfdx",
|
|
759
|
-
"examples": [
|
|
760
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx --method installer",
|
|
761
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx --method npm",
|
|
762
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx --method tarball",
|
|
763
|
-
"<%= config.bin %> <%= command.id %> --cli sf --method tarball",
|
|
764
|
-
"<%= config.bin %> <%= command.id %> --cli sf --method tarball --channel stable-rc"
|
|
765
|
-
],
|
|
766
|
-
"flags": {
|
|
767
|
-
"json": {
|
|
768
|
-
"description": "Format output as json.",
|
|
769
|
-
"helpGroup": "GLOBAL",
|
|
770
|
-
"name": "json",
|
|
771
|
-
"allowNo": false,
|
|
772
|
-
"type": "boolean"
|
|
773
|
-
},
|
|
774
|
-
"flags-dir": {
|
|
775
|
-
"helpGroup": "GLOBAL",
|
|
776
|
-
"name": "flags-dir",
|
|
777
|
-
"summary": "Import flag values from a directory.",
|
|
778
|
-
"hasDynamicHelp": false,
|
|
779
|
-
"multiple": false,
|
|
780
|
-
"type": "option"
|
|
781
|
-
},
|
|
782
|
-
"cli": {
|
|
783
|
-
"char": "c",
|
|
784
|
-
"name": "cli",
|
|
785
|
-
"required": true,
|
|
786
|
-
"summary": "the cli to install",
|
|
787
|
-
"hasDynamicHelp": false,
|
|
788
|
-
"multiple": false,
|
|
789
|
-
"options": [
|
|
790
|
-
"sf",
|
|
791
|
-
"sfdx"
|
|
792
|
-
],
|
|
793
|
-
"type": "option"
|
|
794
|
-
},
|
|
795
|
-
"method": {
|
|
796
|
-
"char": "m",
|
|
797
|
-
"name": "method",
|
|
798
|
-
"required": true,
|
|
799
|
-
"summary": "the installation method to use",
|
|
800
|
-
"hasDynamicHelp": false,
|
|
801
|
-
"multiple": false,
|
|
802
|
-
"options": [
|
|
803
|
-
"installer",
|
|
804
|
-
"npm",
|
|
805
|
-
"tarball"
|
|
806
|
-
],
|
|
807
|
-
"type": "option"
|
|
808
|
-
},
|
|
809
|
-
"channel": {
|
|
810
|
-
"name": "channel",
|
|
811
|
-
"summary": "the channel to install from",
|
|
812
|
-
"default": "stable",
|
|
813
|
-
"hasDynamicHelp": false,
|
|
814
|
-
"multiple": false,
|
|
815
|
-
"options": [
|
|
816
|
-
"legacy",
|
|
817
|
-
"stable",
|
|
818
|
-
"stable-rc",
|
|
819
|
-
"latest",
|
|
820
|
-
"latest-rc"
|
|
821
|
-
],
|
|
822
|
-
"type": "option"
|
|
823
|
-
},
|
|
824
|
-
"output-file": {
|
|
825
|
-
"name": "output-file",
|
|
826
|
-
"summary": "the file to write the JSON results to (must be .json)",
|
|
827
|
-
"default": "test-results.json",
|
|
828
|
-
"hasDynamicHelp": false,
|
|
829
|
-
"multiple": false,
|
|
830
|
-
"type": "option"
|
|
831
|
-
}
|
|
832
|
-
},
|
|
833
|
-
"hasDynamicHelp": false,
|
|
834
|
-
"hiddenAliases": [],
|
|
835
|
-
"id": "cli:install:test",
|
|
836
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
837
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
838
|
-
"pluginType": "core",
|
|
839
|
-
"strict": true,
|
|
840
|
-
"summary": "install sf or sfdx",
|
|
841
|
-
"enableJsonFlag": true,
|
|
842
|
-
"isESM": true,
|
|
843
|
-
"relativePath": [
|
|
844
|
-
"lib",
|
|
845
|
-
"commands",
|
|
846
|
-
"cli",
|
|
847
|
-
"install",
|
|
848
|
-
"test.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.7.
|
|
1393
|
+
"version": "5.7.7"
|
|
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.
|
|
4
|
+
"version": "5.7.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"@oclif/core": "^4.2.8",
|
|
13
13
|
"@octokit/core": "^6.1.4",
|
|
14
14
|
"@octokit/plugin-paginate-rest": "^11.4.3",
|
|
15
|
-
"@octokit/plugin-throttling": "^9.
|
|
15
|
+
"@octokit/plugin-throttling": "^9.6.0",
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
17
|
-
"@salesforce/core": "^8.8.
|
|
17
|
+
"@salesforce/core": "^8.8.6",
|
|
18
18
|
"@salesforce/kit": "^3.2.0",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.1.47",
|
|
20
20
|
"@salesforce/plugin-trust": "^3.7.70",
|
|
@@ -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.15",
|
|
43
|
-
"oclif": "^4.17.
|
|
43
|
+
"oclif": "^4.17.37",
|
|
44
44
|
"ts-node": "^10.9.2",
|
|
45
45
|
"typescript": "^5.8.2"
|
|
46
46
|
},
|