@salesforce/plugin-release-management 5.7.98 → 5.7.100

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.
@@ -460,16 +460,11 @@
460
460
  "index.js"
461
461
  ]
462
462
  },
463
- "cli:install:test": {
463
+ "cli:artifacts:compare": {
464
464
  "aliases": [],
465
465
  "args": {},
466
- "description": "install sf or sfdx",
467
466
  "examples": [
468
- "<%= config.bin %> <%= command.id %> --cli sfdx --method installer",
469
- "<%= config.bin %> <%= command.id %> --cli sfdx --method npm",
470
- "<%= config.bin %> <%= command.id %> --cli sfdx --method tarball",
471
- "<%= config.bin %> <%= command.id %> --cli sf --method tarball",
472
- "<%= config.bin %> <%= command.id %> --cli sf --method tarball --channel stable-rc"
467
+ "<%= config.bin %> <%= command.id %>"
473
468
  ],
474
469
  "flags": {
475
470
  "json": {
@@ -487,52 +482,203 @@
487
482
  "multiple": false,
488
483
  "type": "option"
489
484
  },
490
- "cli": {
485
+ "plugin": {
486
+ "char": "p",
487
+ "name": "plugin",
488
+ "summary": "List of plugins to check for breaking changes.",
489
+ "hasDynamicHelp": false,
490
+ "multiple": true,
491
+ "type": "option"
492
+ },
493
+ "previous": {
494
+ "char": "r",
495
+ "name": "previous",
496
+ "summary": "Previous CLI version to compare against. Defaults to the last published version.",
497
+ "hasDynamicHelp": false,
498
+ "multiple": false,
499
+ "type": "option"
500
+ },
501
+ "current": {
491
502
  "char": "c",
492
- "name": "cli",
493
- "required": true,
494
- "summary": "the cli to install",
503
+ "name": "current",
504
+ "summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
495
505
  "hasDynamicHelp": false,
496
506
  "multiple": false,
497
- "options": [
498
- "sf",
499
- "sfdx"
500
- ],
501
507
  "type": "option"
508
+ }
509
+ },
510
+ "hasDynamicHelp": false,
511
+ "hiddenAliases": [],
512
+ "id": "cli:artifacts:compare",
513
+ "pluginAlias": "@salesforce/plugin-release-management",
514
+ "pluginName": "@salesforce/plugin-release-management",
515
+ "pluginType": "core",
516
+ "strict": true,
517
+ "summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
518
+ "enableJsonFlag": true,
519
+ "isESM": true,
520
+ "relativePath": [
521
+ "lib",
522
+ "commands",
523
+ "cli",
524
+ "artifacts",
525
+ "compare.js"
526
+ ]
527
+ },
528
+ "cli:tarballs:prepare": {
529
+ "aliases": [],
530
+ "args": {},
531
+ "description": "remove unnecessary files from node_modules",
532
+ "examples": [
533
+ "<%= config.bin %> <%= command.id %>"
534
+ ],
535
+ "flags": {
536
+ "json": {
537
+ "description": "Format output as json.",
538
+ "helpGroup": "GLOBAL",
539
+ "name": "json",
540
+ "allowNo": false,
541
+ "type": "boolean"
502
542
  },
503
- "method": {
504
- "char": "m",
505
- "name": "method",
506
- "required": true,
507
- "summary": "the installation method to use",
543
+ "flags-dir": {
544
+ "helpGroup": "GLOBAL",
545
+ "name": "flags-dir",
546
+ "summary": "Import flag values from a directory.",
508
547
  "hasDynamicHelp": false,
509
548
  "multiple": false,
510
- "options": [
511
- "installer",
512
- "npm",
513
- "tarball"
514
- ],
515
549
  "type": "option"
516
550
  },
517
- "channel": {
518
- "name": "channel",
519
- "summary": "the channel to install from",
520
- "default": "stable",
551
+ "dryrun": {
552
+ "char": "d",
553
+ "name": "dryrun",
554
+ "summary": "only show what would be removed from node_modules",
555
+ "allowNo": false,
556
+ "type": "boolean"
557
+ },
558
+ "types": {
559
+ "char": "t",
560
+ "name": "types",
561
+ "summary": "remove all types (.d.ts) files from node_modules",
562
+ "allowNo": false,
563
+ "type": "boolean"
564
+ },
565
+ "verbose": {
566
+ "name": "verbose",
567
+ "summary": "show all files paths being removed",
568
+ "allowNo": false,
569
+ "type": "boolean"
570
+ }
571
+ },
572
+ "hasDynamicHelp": false,
573
+ "hiddenAliases": [],
574
+ "id": "cli:tarballs:prepare",
575
+ "pluginAlias": "@salesforce/plugin-release-management",
576
+ "pluginName": "@salesforce/plugin-release-management",
577
+ "pluginType": "core",
578
+ "strict": true,
579
+ "summary": "remove unnecessary files from node_modules",
580
+ "enableJsonFlag": true,
581
+ "isESM": true,
582
+ "relativePath": [
583
+ "lib",
584
+ "commands",
585
+ "cli",
586
+ "tarballs",
587
+ "prepare.js"
588
+ ]
589
+ },
590
+ "cli:tarballs:smoke": {
591
+ "aliases": [],
592
+ "args": {},
593
+ "description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
594
+ "examples": [
595
+ "<%= config.bin %> <%= command.id %>",
596
+ "<%= config.bin %> <%= command.id %>"
597
+ ],
598
+ "flags": {
599
+ "json": {
600
+ "description": "Format output as json.",
601
+ "helpGroup": "GLOBAL",
602
+ "name": "json",
603
+ "allowNo": false,
604
+ "type": "boolean"
605
+ },
606
+ "flags-dir": {
607
+ "helpGroup": "GLOBAL",
608
+ "name": "flags-dir",
609
+ "summary": "Import flag values from a directory.",
610
+ "hasDynamicHelp": false,
611
+ "multiple": false,
612
+ "type": "option"
613
+ },
614
+ "verbose": {
615
+ "name": "verbose",
616
+ "summary": "show the --help output for each command",
617
+ "allowNo": false,
618
+ "type": "boolean"
619
+ }
620
+ },
621
+ "hasDynamicHelp": false,
622
+ "hiddenAliases": [],
623
+ "id": "cli:tarballs:smoke",
624
+ "pluginAlias": "@salesforce/plugin-release-management",
625
+ "pluginName": "@salesforce/plugin-release-management",
626
+ "pluginType": "core",
627
+ "strict": true,
628
+ "summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
629
+ "enableJsonFlag": true,
630
+ "isESM": true,
631
+ "relativePath": [
632
+ "lib",
633
+ "commands",
634
+ "cli",
635
+ "tarballs",
636
+ "smoke.js"
637
+ ]
638
+ },
639
+ "cli:tarballs:verify": {
640
+ "aliases": [],
641
+ "args": {},
642
+ "description": "verify that tarballs are ready to be uploaded",
643
+ "examples": [
644
+ "<%= config.bin %> <%= command.id %>",
645
+ "<%= config.bin %> <%= command.id %> --cli sfdx",
646
+ "<%= config.bin %> <%= command.id %> --cli sf"
647
+ ],
648
+ "flags": {
649
+ "json": {
650
+ "description": "Format output as json.",
651
+ "helpGroup": "GLOBAL",
652
+ "name": "json",
653
+ "allowNo": false,
654
+ "type": "boolean"
655
+ },
656
+ "flags-dir": {
657
+ "helpGroup": "GLOBAL",
658
+ "name": "flags-dir",
659
+ "summary": "Import flag values from a directory.",
660
+ "hasDynamicHelp": false,
661
+ "multiple": false,
662
+ "type": "option"
663
+ },
664
+ "cli": {
665
+ "char": "c",
666
+ "name": "cli",
667
+ "summary": "the cli to verify",
668
+ "default": "sfdx",
521
669
  "hasDynamicHelp": false,
522
670
  "multiple": false,
523
671
  "options": [
524
- "legacy",
525
- "stable",
526
- "stable-rc",
527
- "latest",
528
- "latest-rc"
672
+ "sf",
673
+ "sfdx"
529
674
  ],
530
675
  "type": "option"
531
676
  },
532
- "output-file": {
533
- "name": "output-file",
534
- "summary": "the file to write the JSON results to (must be .json)",
535
- "default": "test-results.json",
677
+ "windows-username-buffer": {
678
+ "char": "w",
679
+ "name": "windows-username-buffer",
680
+ "summary": "the number of characters to allow for windows usernames",
681
+ "default": 41,
536
682
  "hasDynamicHelp": false,
537
683
  "multiple": false,
538
684
  "type": "option"
@@ -540,27 +686,32 @@
540
686
  },
541
687
  "hasDynamicHelp": false,
542
688
  "hiddenAliases": [],
543
- "id": "cli:install:test",
689
+ "id": "cli:tarballs:verify",
544
690
  "pluginAlias": "@salesforce/plugin-release-management",
545
691
  "pluginName": "@salesforce/plugin-release-management",
546
692
  "pluginType": "core",
547
693
  "strict": true,
548
- "summary": "install sf or sfdx",
694
+ "summary": "verify that tarballs are ready to be uploaded",
549
695
  "enableJsonFlag": true,
550
696
  "isESM": true,
551
697
  "relativePath": [
552
698
  "lib",
553
699
  "commands",
554
700
  "cli",
555
- "install",
556
- "test.js"
701
+ "tarballs",
702
+ "verify.js"
557
703
  ]
558
704
  },
559
- "cli:artifacts:compare": {
705
+ "cli:install:test": {
560
706
  "aliases": [],
561
707
  "args": {},
708
+ "description": "install sf or sfdx",
562
709
  "examples": [
563
- "<%= config.bin %> <%= command.id %>"
710
+ "<%= config.bin %> <%= command.id %> --cli sfdx --method installer",
711
+ "<%= config.bin %> <%= command.id %> --cli sfdx --method npm",
712
+ "<%= config.bin %> <%= command.id %> --cli sfdx --method tarball",
713
+ "<%= config.bin %> <%= command.id %> --cli sf --method tarball",
714
+ "<%= config.bin %> <%= command.id %> --cli sf --method tarball --channel stable-rc"
564
715
  ],
565
716
  "flags": {
566
717
  "json": {
@@ -578,26 +729,52 @@
578
729
  "multiple": false,
579
730
  "type": "option"
580
731
  },
581
- "plugin": {
582
- "char": "p",
583
- "name": "plugin",
584
- "summary": "List of plugins to check for breaking changes.",
732
+ "cli": {
733
+ "char": "c",
734
+ "name": "cli",
735
+ "required": true,
736
+ "summary": "the cli to install",
585
737
  "hasDynamicHelp": false,
586
- "multiple": true,
738
+ "multiple": false,
739
+ "options": [
740
+ "sf",
741
+ "sfdx"
742
+ ],
587
743
  "type": "option"
588
744
  },
589
- "previous": {
590
- "char": "r",
591
- "name": "previous",
592
- "summary": "Previous CLI version to compare against. Defaults to the last published version.",
745
+ "method": {
746
+ "char": "m",
747
+ "name": "method",
748
+ "required": true,
749
+ "summary": "the installation method to use",
750
+ "hasDynamicHelp": false,
751
+ "multiple": false,
752
+ "options": [
753
+ "installer",
754
+ "npm",
755
+ "tarball"
756
+ ],
757
+ "type": "option"
758
+ },
759
+ "channel": {
760
+ "name": "channel",
761
+ "summary": "the channel to install from",
762
+ "default": "stable",
593
763
  "hasDynamicHelp": false,
594
764
  "multiple": false,
765
+ "options": [
766
+ "legacy",
767
+ "stable",
768
+ "stable-rc",
769
+ "latest",
770
+ "latest-rc"
771
+ ],
595
772
  "type": "option"
596
773
  },
597
- "current": {
598
- "char": "c",
599
- "name": "current",
600
- "summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
774
+ "output-file": {
775
+ "name": "output-file",
776
+ "summary": "the file to write the JSON results to (must be .json)",
777
+ "default": "test-results.json",
601
778
  "hasDynamicHelp": false,
602
779
  "multiple": false,
603
780
  "type": "option"
@@ -605,20 +782,20 @@
605
782
  },
606
783
  "hasDynamicHelp": false,
607
784
  "hiddenAliases": [],
608
- "id": "cli:artifacts:compare",
785
+ "id": "cli:install:test",
609
786
  "pluginAlias": "@salesforce/plugin-release-management",
610
787
  "pluginName": "@salesforce/plugin-release-management",
611
788
  "pluginType": "core",
612
789
  "strict": true,
613
- "summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
790
+ "summary": "install sf or sfdx",
614
791
  "enableJsonFlag": true,
615
792
  "isESM": true,
616
793
  "relativePath": [
617
794
  "lib",
618
795
  "commands",
619
796
  "cli",
620
- "artifacts",
621
- "compare.js"
797
+ "install",
798
+ "test.js"
622
799
  ]
623
800
  },
624
801
  "cli:release:automerge": {
@@ -848,183 +1025,6 @@
848
1025
  "build.js"
849
1026
  ]
850
1027
  },
851
- "cli:tarballs:prepare": {
852
- "aliases": [],
853
- "args": {},
854
- "description": "remove unnecessary files from node_modules",
855
- "examples": [
856
- "<%= config.bin %> <%= command.id %>"
857
- ],
858
- "flags": {
859
- "json": {
860
- "description": "Format output as json.",
861
- "helpGroup": "GLOBAL",
862
- "name": "json",
863
- "allowNo": false,
864
- "type": "boolean"
865
- },
866
- "flags-dir": {
867
- "helpGroup": "GLOBAL",
868
- "name": "flags-dir",
869
- "summary": "Import flag values from a directory.",
870
- "hasDynamicHelp": false,
871
- "multiple": false,
872
- "type": "option"
873
- },
874
- "dryrun": {
875
- "char": "d",
876
- "name": "dryrun",
877
- "summary": "only show what would be removed from node_modules",
878
- "allowNo": false,
879
- "type": "boolean"
880
- },
881
- "types": {
882
- "char": "t",
883
- "name": "types",
884
- "summary": "remove all types (.d.ts) files from node_modules",
885
- "allowNo": false,
886
- "type": "boolean"
887
- },
888
- "verbose": {
889
- "name": "verbose",
890
- "summary": "show all files paths being removed",
891
- "allowNo": false,
892
- "type": "boolean"
893
- }
894
- },
895
- "hasDynamicHelp": false,
896
- "hiddenAliases": [],
897
- "id": "cli:tarballs:prepare",
898
- "pluginAlias": "@salesforce/plugin-release-management",
899
- "pluginName": "@salesforce/plugin-release-management",
900
- "pluginType": "core",
901
- "strict": true,
902
- "summary": "remove unnecessary files from node_modules",
903
- "enableJsonFlag": true,
904
- "isESM": true,
905
- "relativePath": [
906
- "lib",
907
- "commands",
908
- "cli",
909
- "tarballs",
910
- "prepare.js"
911
- ]
912
- },
913
- "cli:tarballs:smoke": {
914
- "aliases": [],
915
- "args": {},
916
- "description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
917
- "examples": [
918
- "<%= config.bin %> <%= command.id %>",
919
- "<%= config.bin %> <%= command.id %>"
920
- ],
921
- "flags": {
922
- "json": {
923
- "description": "Format output as json.",
924
- "helpGroup": "GLOBAL",
925
- "name": "json",
926
- "allowNo": false,
927
- "type": "boolean"
928
- },
929
- "flags-dir": {
930
- "helpGroup": "GLOBAL",
931
- "name": "flags-dir",
932
- "summary": "Import flag values from a directory.",
933
- "hasDynamicHelp": false,
934
- "multiple": false,
935
- "type": "option"
936
- },
937
- "verbose": {
938
- "name": "verbose",
939
- "summary": "show the --help output for each command",
940
- "allowNo": false,
941
- "type": "boolean"
942
- }
943
- },
944
- "hasDynamicHelp": false,
945
- "hiddenAliases": [],
946
- "id": "cli:tarballs:smoke",
947
- "pluginAlias": "@salesforce/plugin-release-management",
948
- "pluginName": "@salesforce/plugin-release-management",
949
- "pluginType": "core",
950
- "strict": true,
951
- "summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
952
- "enableJsonFlag": true,
953
- "isESM": true,
954
- "relativePath": [
955
- "lib",
956
- "commands",
957
- "cli",
958
- "tarballs",
959
- "smoke.js"
960
- ]
961
- },
962
- "cli:tarballs:verify": {
963
- "aliases": [],
964
- "args": {},
965
- "description": "verify that tarballs are ready to be uploaded",
966
- "examples": [
967
- "<%= config.bin %> <%= command.id %>",
968
- "<%= config.bin %> <%= command.id %> --cli sfdx",
969
- "<%= config.bin %> <%= command.id %> --cli sf"
970
- ],
971
- "flags": {
972
- "json": {
973
- "description": "Format output as json.",
974
- "helpGroup": "GLOBAL",
975
- "name": "json",
976
- "allowNo": false,
977
- "type": "boolean"
978
- },
979
- "flags-dir": {
980
- "helpGroup": "GLOBAL",
981
- "name": "flags-dir",
982
- "summary": "Import flag values from a directory.",
983
- "hasDynamicHelp": false,
984
- "multiple": false,
985
- "type": "option"
986
- },
987
- "cli": {
988
- "char": "c",
989
- "name": "cli",
990
- "summary": "the cli to verify",
991
- "default": "sfdx",
992
- "hasDynamicHelp": false,
993
- "multiple": false,
994
- "options": [
995
- "sf",
996
- "sfdx"
997
- ],
998
- "type": "option"
999
- },
1000
- "windows-username-buffer": {
1001
- "char": "w",
1002
- "name": "windows-username-buffer",
1003
- "summary": "the number of characters to allow for windows usernames",
1004
- "default": 41,
1005
- "hasDynamicHelp": false,
1006
- "multiple": false,
1007
- "type": "option"
1008
- }
1009
- },
1010
- "hasDynamicHelp": false,
1011
- "hiddenAliases": [],
1012
- "id": "cli:tarballs:verify",
1013
- "pluginAlias": "@salesforce/plugin-release-management",
1014
- "pluginName": "@salesforce/plugin-release-management",
1015
- "pluginType": "core",
1016
- "strict": true,
1017
- "summary": "verify that tarballs are ready to be uploaded",
1018
- "enableJsonFlag": true,
1019
- "isESM": true,
1020
- "relativePath": [
1021
- "lib",
1022
- "commands",
1023
- "cli",
1024
- "tarballs",
1025
- "verify.js"
1026
- ]
1027
- },
1028
1028
  "cli:versions:inspect": {
1029
1029
  "aliases": [],
1030
1030
  "args": {},
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.98"
1393
+ "version": "5.7.100"
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.98",
4
+ "version": "5.7.100",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -9,7 +9,7 @@
9
9
  "sf-release": "bin/run.js"
10
10
  },
11
11
  "dependencies": {
12
- "@aws-sdk/client-s3": "^3.985.0",
12
+ "@aws-sdk/client-s3": "^3.995.0",
13
13
  "@oclif/core": "^4.8.0",
14
14
  "@octokit/core": "^6.1.6",
15
15
  "@octokit/plugin-paginate-rest": "^11.6.0",
@@ -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.70",
45
+ "oclif": "^4.22.77",
46
46
  "ts-node": "^10.9.2",
47
47
  "typescript": "^5.9.3"
48
48
  },