@salesforce/plugin-release-management 5.7.102 → 5.7.104

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,6 +460,167 @@
460
460
  "index.js"
461
461
  ]
462
462
  },
463
+ "cli:artifacts:compare": {
464
+ "aliases": [],
465
+ "args": {},
466
+ "examples": [
467
+ "<%= config.bin %> <%= command.id %>"
468
+ ],
469
+ "flags": {
470
+ "json": {
471
+ "description": "Format output as json.",
472
+ "helpGroup": "GLOBAL",
473
+ "name": "json",
474
+ "allowNo": false,
475
+ "type": "boolean"
476
+ },
477
+ "flags-dir": {
478
+ "helpGroup": "GLOBAL",
479
+ "name": "flags-dir",
480
+ "summary": "Import flag values from a directory.",
481
+ "hasDynamicHelp": false,
482
+ "multiple": false,
483
+ "type": "option"
484
+ },
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": {
502
+ "char": "c",
503
+ "name": "current",
504
+ "summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
505
+ "hasDynamicHelp": false,
506
+ "multiple": false,
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: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
+ },
463
624
  "cli:release:automerge": {
464
625
  "aliases": [],
465
626
  "args": {},
@@ -687,9 +848,10 @@
687
848
  "build.js"
688
849
  ]
689
850
  },
690
- "cli:artifacts:compare": {
851
+ "cli:tarballs:prepare": {
691
852
  "aliases": [],
692
853
  "args": {},
854
+ "description": "remove unnecessary files from node_modules",
693
855
  "examples": [
694
856
  "<%= config.bin %> <%= command.id %>"
695
857
  ],
@@ -709,59 +871,102 @@
709
871
  "multiple": false,
710
872
  "type": "option"
711
873
  },
712
- "plugin": {
713
- "char": "p",
714
- "name": "plugin",
715
- "summary": "List of plugins to check for breaking changes.",
716
- "hasDynamicHelp": false,
717
- "multiple": true,
718
- "type": "option"
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"
719
880
  },
720
- "previous": {
721
- "char": "r",
722
- "name": "previous",
723
- "summary": "Previous CLI version to compare against. Defaults to the last published version.",
724
- "hasDynamicHelp": false,
725
- "multiple": false,
726
- "type": "option"
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"
727
887
  },
728
- "current": {
729
- "char": "c",
730
- "name": "current",
731
- "summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
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.",
732
933
  "hasDynamicHelp": false,
733
934
  "multiple": false,
734
935
  "type": "option"
936
+ },
937
+ "verbose": {
938
+ "name": "verbose",
939
+ "summary": "show the --help output for each command",
940
+ "allowNo": false,
941
+ "type": "boolean"
735
942
  }
736
943
  },
737
944
  "hasDynamicHelp": false,
738
945
  "hiddenAliases": [],
739
- "id": "cli:artifacts:compare",
946
+ "id": "cli:tarballs:smoke",
740
947
  "pluginAlias": "@salesforce/plugin-release-management",
741
948
  "pluginName": "@salesforce/plugin-release-management",
742
949
  "pluginType": "core",
743
950
  "strict": true,
744
- "summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
951
+ "summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
745
952
  "enableJsonFlag": true,
746
953
  "isESM": true,
747
954
  "relativePath": [
748
955
  "lib",
749
956
  "commands",
750
957
  "cli",
751
- "artifacts",
752
- "compare.js"
958
+ "tarballs",
959
+ "smoke.js"
753
960
  ]
754
961
  },
755
- "cli:install:test": {
962
+ "cli:tarballs:verify": {
756
963
  "aliases": [],
757
964
  "args": {},
758
- "description": "install sf or sfdx",
965
+ "description": "verify that tarballs are ready to be uploaded",
759
966
  "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"
967
+ "<%= config.bin %> <%= command.id %>",
968
+ "<%= config.bin %> <%= command.id %> --cli sfdx",
969
+ "<%= config.bin %> <%= command.id %> --cli sf"
765
970
  ],
766
971
  "flags": {
767
972
  "json": {
@@ -782,8 +987,8 @@
782
987
  "cli": {
783
988
  "char": "c",
784
989
  "name": "cli",
785
- "required": true,
786
- "summary": "the cli to install",
990
+ "summary": "the cli to verify",
991
+ "default": "sfdx",
787
992
  "hasDynamicHelp": false,
788
993
  "multiple": false,
789
994
  "options": [
@@ -792,39 +997,11 @@
792
997
  ],
793
998
  "type": "option"
794
999
  },
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",
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,
828
1005
  "hasDynamicHelp": false,
829
1006
  "multiple": false,
830
1007
  "type": "option"
@@ -832,20 +1009,20 @@
832
1009
  },
833
1010
  "hasDynamicHelp": false,
834
1011
  "hiddenAliases": [],
835
- "id": "cli:install:test",
1012
+ "id": "cli:tarballs:verify",
836
1013
  "pluginAlias": "@salesforce/plugin-release-management",
837
1014
  "pluginName": "@salesforce/plugin-release-management",
838
1015
  "pluginType": "core",
839
1016
  "strict": true,
840
- "summary": "install sf or sfdx",
1017
+ "summary": "verify that tarballs are ready to be uploaded",
841
1018
  "enableJsonFlag": true,
842
1019
  "isESM": true,
843
1020
  "relativePath": [
844
1021
  "lib",
845
1022
  "commands",
846
1023
  "cli",
847
- "install",
848
- "test.js"
1024
+ "tarballs",
1025
+ "verify.js"
849
1026
  ]
850
1027
  },
851
1028
  "cli:versions:inspect": {
@@ -949,183 +1126,6 @@
949
1126
  "inspect.js"
950
1127
  ]
951
1128
  },
952
- "cli:tarballs:prepare": {
953
- "aliases": [],
954
- "args": {},
955
- "description": "remove unnecessary files from node_modules",
956
- "examples": [
957
- "<%= config.bin %> <%= command.id %>"
958
- ],
959
- "flags": {
960
- "json": {
961
- "description": "Format output as json.",
962
- "helpGroup": "GLOBAL",
963
- "name": "json",
964
- "allowNo": false,
965
- "type": "boolean"
966
- },
967
- "flags-dir": {
968
- "helpGroup": "GLOBAL",
969
- "name": "flags-dir",
970
- "summary": "Import flag values from a directory.",
971
- "hasDynamicHelp": false,
972
- "multiple": false,
973
- "type": "option"
974
- },
975
- "dryrun": {
976
- "char": "d",
977
- "name": "dryrun",
978
- "summary": "only show what would be removed from node_modules",
979
- "allowNo": false,
980
- "type": "boolean"
981
- },
982
- "types": {
983
- "char": "t",
984
- "name": "types",
985
- "summary": "remove all types (.d.ts) files from node_modules",
986
- "allowNo": false,
987
- "type": "boolean"
988
- },
989
- "verbose": {
990
- "name": "verbose",
991
- "summary": "show all files paths being removed",
992
- "allowNo": false,
993
- "type": "boolean"
994
- }
995
- },
996
- "hasDynamicHelp": false,
997
- "hiddenAliases": [],
998
- "id": "cli:tarballs:prepare",
999
- "pluginAlias": "@salesforce/plugin-release-management",
1000
- "pluginName": "@salesforce/plugin-release-management",
1001
- "pluginType": "core",
1002
- "strict": true,
1003
- "summary": "remove unnecessary files from node_modules",
1004
- "enableJsonFlag": true,
1005
- "isESM": true,
1006
- "relativePath": [
1007
- "lib",
1008
- "commands",
1009
- "cli",
1010
- "tarballs",
1011
- "prepare.js"
1012
- ]
1013
- },
1014
- "cli:tarballs:smoke": {
1015
- "aliases": [],
1016
- "args": {},
1017
- "description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
1018
- "examples": [
1019
- "<%= config.bin %> <%= command.id %>",
1020
- "<%= config.bin %> <%= command.id %>"
1021
- ],
1022
- "flags": {
1023
- "json": {
1024
- "description": "Format output as json.",
1025
- "helpGroup": "GLOBAL",
1026
- "name": "json",
1027
- "allowNo": false,
1028
- "type": "boolean"
1029
- },
1030
- "flags-dir": {
1031
- "helpGroup": "GLOBAL",
1032
- "name": "flags-dir",
1033
- "summary": "Import flag values from a directory.",
1034
- "hasDynamicHelp": false,
1035
- "multiple": false,
1036
- "type": "option"
1037
- },
1038
- "verbose": {
1039
- "name": "verbose",
1040
- "summary": "show the --help output for each command",
1041
- "allowNo": false,
1042
- "type": "boolean"
1043
- }
1044
- },
1045
- "hasDynamicHelp": false,
1046
- "hiddenAliases": [],
1047
- "id": "cli:tarballs:smoke",
1048
- "pluginAlias": "@salesforce/plugin-release-management",
1049
- "pluginName": "@salesforce/plugin-release-management",
1050
- "pluginType": "core",
1051
- "strict": true,
1052
- "summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
1053
- "enableJsonFlag": true,
1054
- "isESM": true,
1055
- "relativePath": [
1056
- "lib",
1057
- "commands",
1058
- "cli",
1059
- "tarballs",
1060
- "smoke.js"
1061
- ]
1062
- },
1063
- "cli:tarballs:verify": {
1064
- "aliases": [],
1065
- "args": {},
1066
- "description": "verify that tarballs are ready to be uploaded",
1067
- "examples": [
1068
- "<%= config.bin %> <%= command.id %>",
1069
- "<%= config.bin %> <%= command.id %> --cli sfdx",
1070
- "<%= config.bin %> <%= command.id %> --cli sf"
1071
- ],
1072
- "flags": {
1073
- "json": {
1074
- "description": "Format output as json.",
1075
- "helpGroup": "GLOBAL",
1076
- "name": "json",
1077
- "allowNo": false,
1078
- "type": "boolean"
1079
- },
1080
- "flags-dir": {
1081
- "helpGroup": "GLOBAL",
1082
- "name": "flags-dir",
1083
- "summary": "Import flag values from a directory.",
1084
- "hasDynamicHelp": false,
1085
- "multiple": false,
1086
- "type": "option"
1087
- },
1088
- "cli": {
1089
- "char": "c",
1090
- "name": "cli",
1091
- "summary": "the cli to verify",
1092
- "default": "sfdx",
1093
- "hasDynamicHelp": false,
1094
- "multiple": false,
1095
- "options": [
1096
- "sf",
1097
- "sfdx"
1098
- ],
1099
- "type": "option"
1100
- },
1101
- "windows-username-buffer": {
1102
- "char": "w",
1103
- "name": "windows-username-buffer",
1104
- "summary": "the number of characters to allow for windows usernames",
1105
- "default": 41,
1106
- "hasDynamicHelp": false,
1107
- "multiple": false,
1108
- "type": "option"
1109
- }
1110
- },
1111
- "hasDynamicHelp": false,
1112
- "hiddenAliases": [],
1113
- "id": "cli:tarballs:verify",
1114
- "pluginAlias": "@salesforce/plugin-release-management",
1115
- "pluginName": "@salesforce/plugin-release-management",
1116
- "pluginType": "core",
1117
- "strict": true,
1118
- "summary": "verify that tarballs are ready to be uploaded",
1119
- "enableJsonFlag": true,
1120
- "isESM": true,
1121
- "relativePath": [
1122
- "lib",
1123
- "commands",
1124
- "cli",
1125
- "tarballs",
1126
- "verify.js"
1127
- ]
1128
- },
1129
1129
  "github:check:closed": {
1130
1130
  "aliases": [],
1131
1131
  "args": {},
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.102"
1393
+ "version": "5.7.104"
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.102",
4
+ "version": "5.7.104",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -9,13 +9,13 @@
9
9
  "sf-release": "bin/run.js"
10
10
  },
11
11
  "dependencies": {
12
- "@aws-sdk/client-s3": "^3.995.0",
12
+ "@aws-sdk/client-s3": "^3.1000.0",
13
13
  "@oclif/core": "^4.8.0",
14
14
  "@octokit/core": "^6.1.6",
15
15
  "@octokit/plugin-paginate-rest": "^11.6.0",
16
16
  "@octokit/plugin-throttling": "^9.6.1",
17
17
  "@salesforce/cli-plugins-testkit": "^5.3.41",
18
- "@salesforce/core": "^8.25.1",
18
+ "@salesforce/core": "^8.26.3",
19
19
  "@salesforce/kit": "^3.2.4",
20
20
  "@salesforce/plugin-command-reference": "^3.1.80",
21
21
  "@salesforce/plugin-trust": "^3.7.89",