@salesforce/plugin-release-management 5.8.17 → 5.8.18

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 CHANGED
@@ -145,7 +145,7 @@ EXAMPLES
145
145
  $ sfdx channel promote --candidate latest-rc --target latest --platform win --platform mac
146
146
  ```
147
147
 
148
- _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.17/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.18/src/commands/channel/promote.ts)_
149
149
 
150
150
  ## `sfdx cli artifacts compare`
151
151
 
@@ -169,7 +169,7 @@ EXAMPLES
169
169
  $ sfdx cli artifacts compare
170
170
  ```
171
171
 
172
- _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.17/src/commands/cli/artifacts/compare.ts)_
172
+ _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.18/src/commands/cli/artifacts/compare.ts)_
173
173
 
174
174
  ## `sfdx cli install jit test`
175
175
 
@@ -190,7 +190,7 @@ EXAMPLES
190
190
  $ sfdx cli install jit test
191
191
  ```
192
192
 
193
- _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.17/src/commands/cli/install/jit/test.ts)_
193
+ _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.18/src/commands/cli/install/jit/test.ts)_
194
194
 
195
195
  ## `sfdx cli install test`
196
196
 
@@ -231,7 +231,7 @@ EXAMPLES
231
231
  $ sfdx cli install test --cli sf --method tarball --channel stable-rc
232
232
  ```
233
233
 
234
- _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.17/src/commands/cli/install/test.ts)_
234
+ _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.18/src/commands/cli/install/test.ts)_
235
235
 
236
236
  ## `sfdx cli release automerge`
237
237
 
@@ -262,7 +262,7 @@ EXAMPLES
262
262
  $ sfdx cli release automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
263
263
  ```
264
264
 
265
- _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.17/src/commands/cli/release/automerge.ts)_
265
+ _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.18/src/commands/cli/release/automerge.ts)_
266
266
 
267
267
  ## `sfdx cli release build`
268
268
 
@@ -325,7 +325,7 @@ EXAMPLES
325
325
  $ sfdx cli release build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3
326
326
  ```
327
327
 
328
- _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.17/src/commands/cli/release/build.ts)_
328
+ _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.18/src/commands/cli/release/build.ts)_
329
329
 
330
330
  ## `sfdx cli releasenotes`
331
331
 
@@ -366,7 +366,7 @@ EXAMPLES
366
366
  $ sfdx cli releasenotes --cli sf --markdown > changes.md
367
367
  ```
368
368
 
369
- _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.17/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.18/src/commands/cli/releasenotes.ts)_
370
370
 
371
371
  ## `sfdx cli tarballs prepare`
372
372
 
@@ -394,7 +394,7 @@ EXAMPLES
394
394
  $ sfdx cli tarballs prepare
395
395
  ```
396
396
 
397
- _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.17/src/commands/cli/tarballs/prepare.ts)_
397
+ _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.18/src/commands/cli/tarballs/prepare.ts)_
398
398
 
399
399
  ## `sfdx cli tarballs smoke`
400
400
 
@@ -424,7 +424,7 @@ EXAMPLES
424
424
  $ sfdx cli tarballs smoke
425
425
  ```
426
426
 
427
- _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.17/src/commands/cli/tarballs/smoke.ts)_
427
+ _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.18/src/commands/cli/tarballs/smoke.ts)_
428
428
 
429
429
  ## `sfdx cli tarballs verify`
430
430
 
@@ -456,7 +456,7 @@ EXAMPLES
456
456
  $ sfdx cli tarballs verify --cli sf
457
457
  ```
458
458
 
459
- _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.17/src/commands/cli/tarballs/verify.ts)_
459
+ _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.18/src/commands/cli/tarballs/verify.ts)_
460
460
 
461
461
  ## `sfdx cli versions inspect`
462
462
 
@@ -508,7 +508,7 @@ EXAMPLES
508
508
  $ sfdx cli versions inspect -l npm -c latest -d chalk -s
509
509
  ```
510
510
 
511
- _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.17/src/commands/cli/versions/inspect.ts)_
511
+ _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.18/src/commands/cli/versions/inspect.ts)_
512
512
 
513
513
  ## `sfdx dependabot automerge`
514
514
 
@@ -548,7 +548,7 @@ EXAMPLES
548
548
  $ sfdx dependabot automerge --max-version-bump major
549
549
  ```
550
550
 
551
- _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.17/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.18/src/commands/dependabot/automerge.ts)_
552
552
 
553
553
  ## `sfdx github check closed`
554
554
 
@@ -575,7 +575,7 @@ EXAMPLES
575
575
  $ sfdx github check closed -o me@gus.com
576
576
  ```
577
577
 
578
- _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.17/src/commands/github/check/closed.ts)_
578
+ _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.18/src/commands/github/check/closed.ts)_
579
579
 
580
580
  ## `sfdx npm dependencies pin`
581
581
 
@@ -601,7 +601,7 @@ DESCRIPTION
601
601
  in the package.json
602
602
  ```
603
603
 
604
- _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.17/src/commands/npm/dependencies/pin.ts)_
604
+ _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.18/src/commands/npm/dependencies/pin.ts)_
605
605
 
606
606
  ## `sfdx npm package release`
607
607
 
@@ -633,7 +633,7 @@ DESCRIPTION
633
633
  publish npm package
634
634
  ```
635
635
 
636
- _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.17/src/commands/npm/package/release.ts)_
636
+ _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.18/src/commands/npm/package/release.ts)_
637
637
 
638
638
  ## `sfdx plugins trust verify`
639
639
 
@@ -701,6 +701,6 @@ EXAMPLES
701
701
  $ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
702
702
  ```
703
703
 
704
- _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.17/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.18/src/commands/repositories/index.ts)_
705
705
 
706
706
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.8.17",
3
+ "version": "5.8.18",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.8.17",
9
+ "version": "5.8.18",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@aws-sdk/client-s3": "^3.1024.0",
@@ -17,7 +17,7 @@
17
17
  "@salesforce/cli-plugins-testkit": "^5.3.54",
18
18
  "@salesforce/core": "^8.28.3",
19
19
  "@salesforce/kit": "^3.2.6",
20
- "@salesforce/plugin-command-reference": "^3.1.94",
20
+ "@salesforce/plugin-command-reference": "^3.1.95",
21
21
  "@salesforce/plugin-trust": "^3.7.89",
22
22
  "@salesforce/sf-plugins-core": "^12.2.10",
23
23
  "@salesforce/ts-types": "^2.0.10",
@@ -4941,9 +4941,9 @@
4941
4941
  }
4942
4942
  },
4943
4943
  "node_modules/@salesforce/plugin-command-reference": {
4944
- "version": "3.1.94",
4945
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.94.tgz",
4946
- "integrity": "sha512-4BWmOfpvqXYYRVet7f4AEsC0IxsY3gE6Dc/gHIv+FxqhOmgi9giZOXiTP2J7PtapGdGvCCnj8sQnnsLjd/mgEw==",
4944
+ "version": "3.1.95",
4945
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.95.tgz",
4946
+ "integrity": "sha512-K0BQ6f/fPzPOHMf9mpKKxx6x9IbGmUNmKkVNql9zQwXmmfNZoDfozv2EREfijZwgECiIKuFkwB1PjoQkkWyIPQ==",
4947
4947
  "license": "Apache-2.0",
4948
4948
  "dependencies": {
4949
4949
  "@oclif/core": "^4",
package/oclif.lock CHANGED
@@ -2426,10 +2426,10 @@
2426
2426
  dependencies:
2427
2427
  "@salesforce/ts-types" "^2.0.12"
2428
2428
 
2429
- "@salesforce/plugin-command-reference@^3.1.94":
2430
- version "3.1.94"
2431
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.94.tgz#909d363aba0224b189cf2ff6fd42b82cf9a62efe"
2432
- integrity sha512-4BWmOfpvqXYYRVet7f4AEsC0IxsY3gE6Dc/gHIv+FxqhOmgi9giZOXiTP2J7PtapGdGvCCnj8sQnnsLjd/mgEw==
2429
+ "@salesforce/plugin-command-reference@^3.1.95":
2430
+ version "3.1.95"
2431
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.95.tgz#b194e9c08e582dd445de1b4aae7f0ba02c7f6a39"
2432
+ integrity sha512-K0BQ6f/fPzPOHMf9mpKKxx6x9IbGmUNmKkVNql9zQwXmmfNZoDfozv2EREfijZwgECiIKuFkwB1PjoQkkWyIPQ==
2433
2433
  dependencies:
2434
2434
  "@oclif/core" "^4"
2435
2435
  "@salesforce/core" "^8.28.4"
@@ -848,13 +848,10 @@
848
848
  "build.js"
849
849
  ]
850
850
  },
851
- "cli:tarballs:prepare": {
851
+ "npm:dependencies:pin": {
852
852
  "aliases": [],
853
853
  "args": {},
854
- "description": "remove unnecessary files from node_modules",
855
- "examples": [
856
- "<%= config.bin %> <%= command.id %>"
857
- ],
854
+ "description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
858
855
  "flags": {
859
856
  "json": {
860
857
  "description": "Format output as json.",
@@ -874,50 +871,42 @@
874
871
  "dryrun": {
875
872
  "char": "d",
876
873
  "name": "dryrun",
877
- "summary": "only show what would be removed from node_modules",
874
+ "summary": "If true, will not make any changes to the package.json",
878
875
  "allowNo": false,
879
876
  "type": "boolean"
880
877
  },
881
- "types": {
878
+ "tag": {
882
879
  "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"
880
+ "name": "tag",
881
+ "summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
882
+ "default": "latest",
883
+ "hasDynamicHelp": false,
884
+ "multiple": false,
885
+ "type": "option"
893
886
  }
894
887
  },
895
888
  "hasDynamicHelp": false,
896
889
  "hiddenAliases": [],
897
- "id": "cli:tarballs:prepare",
890
+ "id": "npm:dependencies:pin",
898
891
  "pluginAlias": "@salesforce/plugin-release-management",
899
892
  "pluginName": "@salesforce/plugin-release-management",
900
893
  "pluginType": "core",
901
894
  "strict": true,
902
- "summary": "remove unnecessary files from node_modules",
895
+ "summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
903
896
  "enableJsonFlag": true,
904
897
  "isESM": true,
905
898
  "relativePath": [
906
899
  "lib",
907
900
  "commands",
908
- "cli",
909
- "tarballs",
910
- "prepare.js"
901
+ "npm",
902
+ "dependencies",
903
+ "pin.js"
911
904
  ]
912
905
  },
913
- "cli:tarballs:smoke": {
906
+ "npm:package:release": {
914
907
  "aliases": [],
915
908
  "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
- ],
909
+ "description": "publish npm package",
921
910
  "flags": {
922
911
  "json": {
923
912
  "description": "Format output as json.",
@@ -934,39 +923,89 @@
934
923
  "multiple": false,
935
924
  "type": "option"
936
925
  },
937
- "verbose": {
938
- "name": "verbose",
939
- "summary": "show the --help output for each command",
926
+ "dryrun": {
927
+ "char": "d",
928
+ "name": "dryrun",
929
+ "summary": "If true, will not commit changes to repo or push any tags",
930
+ "allowNo": false,
931
+ "type": "boolean"
932
+ },
933
+ "sign": {
934
+ "char": "s",
935
+ "name": "sign",
936
+ "summary": "If true, then the package will be signed and the signature will be uploaded to S3",
940
937
  "allowNo": false,
941
938
  "type": "boolean"
939
+ },
940
+ "npmtag": {
941
+ "char": "t",
942
+ "name": "npmtag",
943
+ "summary": "tag to use when publishing to npm",
944
+ "default": "latest",
945
+ "hasDynamicHelp": false,
946
+ "multiple": false,
947
+ "type": "option"
948
+ },
949
+ "npmaccess": {
950
+ "char": "a",
951
+ "name": "npmaccess",
952
+ "summary": "access level to use when publishing to npm",
953
+ "default": "public",
954
+ "hasDynamicHelp": false,
955
+ "multiple": false,
956
+ "type": "option"
957
+ },
958
+ "install": {
959
+ "name": "install",
960
+ "summary": "run yarn install and build on repository",
961
+ "allowNo": true,
962
+ "type": "boolean"
963
+ },
964
+ "prerelease": {
965
+ "name": "prerelease",
966
+ "summary": "determine the next version as <version>-<prerelease>.0 if version is not manually set",
967
+ "hasDynamicHelp": false,
968
+ "multiple": false,
969
+ "type": "option"
970
+ },
971
+ "verify": {
972
+ "name": "verify",
973
+ "summary": "verify npm registry has new version after publish and digital signature",
974
+ "allowNo": true,
975
+ "type": "boolean"
976
+ },
977
+ "githubtag": {
978
+ "name": "githubtag",
979
+ "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",
980
+ "hasDynamicHelp": false,
981
+ "multiple": false,
982
+ "type": "option"
942
983
  }
943
984
  },
944
985
  "hasDynamicHelp": false,
945
986
  "hiddenAliases": [],
946
- "id": "cli:tarballs:smoke",
987
+ "id": "npm:package:release",
947
988
  "pluginAlias": "@salesforce/plugin-release-management",
948
989
  "pluginName": "@salesforce/plugin-release-management",
949
990
  "pluginType": "core",
950
991
  "strict": true,
951
- "summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
992
+ "summary": "publish npm package",
952
993
  "enableJsonFlag": true,
953
994
  "isESM": true,
954
995
  "relativePath": [
955
996
  "lib",
956
997
  "commands",
957
- "cli",
958
- "tarballs",
959
- "smoke.js"
998
+ "npm",
999
+ "package",
1000
+ "release.js"
960
1001
  ]
961
1002
  },
962
- "cli:tarballs:verify": {
1003
+ "github:check:closed": {
963
1004
  "aliases": [],
964
1005
  "args": {},
965
- "description": "verify that tarballs are ready to be uploaded",
1006
+ "description": "Description of a command.",
966
1007
  "examples": [
967
- "<%= config.bin %> <%= command.id %>",
968
- "<%= config.bin %> <%= command.id %> --cli sfdx",
969
- "<%= config.bin %> <%= command.id %> --cli sf"
1008
+ "<%= config.bin %> <%= command.id %> -o me@gus.com"
970
1009
  ],
971
1010
  "flags": {
972
1011
  "json": {
@@ -984,45 +1023,42 @@
984
1023
  "multiple": false,
985
1024
  "type": "option"
986
1025
  },
987
- "cli": {
988
- "char": "c",
989
- "name": "cli",
990
- "summary": "the cli to verify",
991
- "default": "sfdx",
992
- "hasDynamicHelp": false,
1026
+ "gus": {
1027
+ "char": "o",
1028
+ "name": "gus",
1029
+ "noCacheDefault": true,
1030
+ "required": true,
1031
+ "summary": "Username/alias of your GUS org connection",
1032
+ "hasDynamicHelp": true,
993
1033
  "multiple": false,
994
- "options": [
995
- "sf",
996
- "sfdx"
997
- ],
998
1034
  "type": "option"
999
1035
  },
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,
1036
+ "github-token": {
1037
+ "env": "GITHUB_TOKEN",
1038
+ "name": "github-token",
1039
+ "required": true,
1040
+ "summary": "Github token--store this in the environment as GITHUB_TOKEN",
1005
1041
  "hasDynamicHelp": false,
1006
1042
  "multiple": false,
1007
1043
  "type": "option"
1008
1044
  }
1009
1045
  },
1010
- "hasDynamicHelp": false,
1046
+ "hasDynamicHelp": true,
1011
1047
  "hiddenAliases": [],
1012
- "id": "cli:tarballs:verify",
1048
+ "id": "github:check:closed",
1013
1049
  "pluginAlias": "@salesforce/plugin-release-management",
1014
1050
  "pluginName": "@salesforce/plugin-release-management",
1015
1051
  "pluginType": "core",
1016
1052
  "strict": true,
1017
- "summary": "verify that tarballs are ready to be uploaded",
1053
+ "summary": "Show open Github issues with GUS WI",
1018
1054
  "enableJsonFlag": true,
1019
1055
  "isESM": true,
1020
1056
  "relativePath": [
1021
1057
  "lib",
1022
1058
  "commands",
1023
- "cli",
1024
- "tarballs",
1025
- "verify.js"
1059
+ "github",
1060
+ "check",
1061
+ "closed.js"
1026
1062
  ]
1027
1063
  },
1028
1064
  "cli:versions:inspect": {
@@ -1126,10 +1162,12 @@
1126
1162
  "inspect.js"
1127
1163
  ]
1128
1164
  },
1129
- "npm:dependencies:pin": {
1165
+ "cli:install:jit:test": {
1130
1166
  "aliases": [],
1131
1167
  "args": {},
1132
- "description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1168
+ "examples": [
1169
+ "<%= config.bin %> <%= command.id %>"
1170
+ ],
1133
1171
  "flags": {
1134
1172
  "json": {
1135
1173
  "description": "Format output as json.",
@@ -1146,45 +1184,41 @@
1146
1184
  "multiple": false,
1147
1185
  "type": "option"
1148
1186
  },
1149
- "dryrun": {
1150
- "char": "d",
1151
- "name": "dryrun",
1152
- "summary": "If true, will not make any changes to the package.json",
1153
- "allowNo": false,
1154
- "type": "boolean"
1155
- },
1156
- "tag": {
1157
- "char": "t",
1158
- "name": "tag",
1159
- "summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
1160
- "default": "latest",
1187
+ "jit-plugin": {
1188
+ "char": "j",
1189
+ "name": "jit-plugin",
1190
+ "summary": "JIT plugin(s) to test, example: @salesforce/plugin-community",
1161
1191
  "hasDynamicHelp": false,
1162
- "multiple": false,
1192
+ "multiple": true,
1163
1193
  "type": "option"
1164
1194
  }
1165
1195
  },
1166
1196
  "hasDynamicHelp": false,
1167
1197
  "hiddenAliases": [],
1168
- "id": "npm:dependencies:pin",
1198
+ "id": "cli:install:jit:test",
1169
1199
  "pluginAlias": "@salesforce/plugin-release-management",
1170
1200
  "pluginName": "@salesforce/plugin-release-management",
1171
1201
  "pluginType": "core",
1172
1202
  "strict": true,
1173
- "summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1203
+ "summary": "Test that all JIT plugins can be successfully installed.",
1174
1204
  "enableJsonFlag": true,
1175
1205
  "isESM": true,
1176
1206
  "relativePath": [
1177
1207
  "lib",
1178
1208
  "commands",
1179
- "npm",
1180
- "dependencies",
1181
- "pin.js"
1209
+ "cli",
1210
+ "install",
1211
+ "jit",
1212
+ "test.js"
1182
1213
  ]
1183
1214
  },
1184
- "npm:package:release": {
1215
+ "cli:tarballs:prepare": {
1185
1216
  "aliases": [],
1186
1217
  "args": {},
1187
- "description": "publish npm package",
1218
+ "description": "remove unnecessary files from node_modules",
1219
+ "examples": [
1220
+ "<%= config.bin %> <%= command.id %>"
1221
+ ],
1188
1222
  "flags": {
1189
1223
  "json": {
1190
1224
  "description": "Format output as json.",
@@ -1204,86 +1238,49 @@
1204
1238
  "dryrun": {
1205
1239
  "char": "d",
1206
1240
  "name": "dryrun",
1207
- "summary": "If true, will not commit changes to repo or push any tags",
1208
- "allowNo": false,
1209
- "type": "boolean"
1210
- },
1211
- "sign": {
1212
- "char": "s",
1213
- "name": "sign",
1214
- "summary": "If true, then the package will be signed and the signature will be uploaded to S3",
1241
+ "summary": "only show what would be removed from node_modules",
1215
1242
  "allowNo": false,
1216
1243
  "type": "boolean"
1217
1244
  },
1218
- "npmtag": {
1245
+ "types": {
1219
1246
  "char": "t",
1220
- "name": "npmtag",
1221
- "summary": "tag to use when publishing to npm",
1222
- "default": "latest",
1223
- "hasDynamicHelp": false,
1224
- "multiple": false,
1225
- "type": "option"
1226
- },
1227
- "npmaccess": {
1228
- "char": "a",
1229
- "name": "npmaccess",
1230
- "summary": "access level to use when publishing to npm",
1231
- "default": "public",
1232
- "hasDynamicHelp": false,
1233
- "multiple": false,
1234
- "type": "option"
1235
- },
1236
- "install": {
1237
- "name": "install",
1238
- "summary": "run yarn install and build on repository",
1239
- "allowNo": true,
1247
+ "name": "types",
1248
+ "summary": "remove all types (.d.ts) files from node_modules",
1249
+ "allowNo": false,
1240
1250
  "type": "boolean"
1241
1251
  },
1242
- "prerelease": {
1243
- "name": "prerelease",
1244
- "summary": "determine the next version as <version>-<prerelease>.0 if version is not manually set",
1245
- "hasDynamicHelp": false,
1246
- "multiple": false,
1247
- "type": "option"
1248
- },
1249
- "verify": {
1250
- "name": "verify",
1251
- "summary": "verify npm registry has new version after publish and digital signature",
1252
- "allowNo": true,
1252
+ "verbose": {
1253
+ "name": "verbose",
1254
+ "summary": "show all files paths being removed",
1255
+ "allowNo": false,
1253
1256
  "type": "boolean"
1254
- },
1255
- "githubtag": {
1256
- "name": "githubtag",
1257
- "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",
1258
- "hasDynamicHelp": false,
1259
- "multiple": false,
1260
- "type": "option"
1261
1257
  }
1262
1258
  },
1263
1259
  "hasDynamicHelp": false,
1264
1260
  "hiddenAliases": [],
1265
- "id": "npm:package:release",
1261
+ "id": "cli:tarballs:prepare",
1266
1262
  "pluginAlias": "@salesforce/plugin-release-management",
1267
1263
  "pluginName": "@salesforce/plugin-release-management",
1268
1264
  "pluginType": "core",
1269
1265
  "strict": true,
1270
- "summary": "publish npm package",
1266
+ "summary": "remove unnecessary files from node_modules",
1271
1267
  "enableJsonFlag": true,
1272
1268
  "isESM": true,
1273
1269
  "relativePath": [
1274
1270
  "lib",
1275
1271
  "commands",
1276
- "npm",
1277
- "package",
1278
- "release.js"
1272
+ "cli",
1273
+ "tarballs",
1274
+ "prepare.js"
1279
1275
  ]
1280
1276
  },
1281
- "github:check:closed": {
1277
+ "cli:tarballs:smoke": {
1282
1278
  "aliases": [],
1283
1279
  "args": {},
1284
- "description": "Description of a command.",
1280
+ "description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
1285
1281
  "examples": [
1286
- "<%= config.bin %> <%= command.id %> -o me@gus.com"
1282
+ "<%= config.bin %> <%= command.id %>",
1283
+ "<%= config.bin %> <%= command.id %>"
1287
1284
  ],
1288
1285
  "flags": {
1289
1286
  "json": {
@@ -1301,49 +1298,39 @@
1301
1298
  "multiple": false,
1302
1299
  "type": "option"
1303
1300
  },
1304
- "gus": {
1305
- "char": "o",
1306
- "name": "gus",
1307
- "noCacheDefault": true,
1308
- "required": true,
1309
- "summary": "Username/alias of your GUS org connection",
1310
- "hasDynamicHelp": true,
1311
- "multiple": false,
1312
- "type": "option"
1313
- },
1314
- "github-token": {
1315
- "env": "GITHUB_TOKEN",
1316
- "name": "github-token",
1317
- "required": true,
1318
- "summary": "Github token--store this in the environment as GITHUB_TOKEN",
1319
- "hasDynamicHelp": false,
1320
- "multiple": false,
1321
- "type": "option"
1301
+ "verbose": {
1302
+ "name": "verbose",
1303
+ "summary": "show the --help output for each command",
1304
+ "allowNo": false,
1305
+ "type": "boolean"
1322
1306
  }
1323
1307
  },
1324
- "hasDynamicHelp": true,
1308
+ "hasDynamicHelp": false,
1325
1309
  "hiddenAliases": [],
1326
- "id": "github:check:closed",
1310
+ "id": "cli:tarballs:smoke",
1327
1311
  "pluginAlias": "@salesforce/plugin-release-management",
1328
1312
  "pluginName": "@salesforce/plugin-release-management",
1329
1313
  "pluginType": "core",
1330
1314
  "strict": true,
1331
- "summary": "Show open Github issues with GUS WI",
1315
+ "summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
1332
1316
  "enableJsonFlag": true,
1333
1317
  "isESM": true,
1334
1318
  "relativePath": [
1335
1319
  "lib",
1336
1320
  "commands",
1337
- "github",
1338
- "check",
1339
- "closed.js"
1321
+ "cli",
1322
+ "tarballs",
1323
+ "smoke.js"
1340
1324
  ]
1341
1325
  },
1342
- "cli:install:jit:test": {
1326
+ "cli:tarballs:verify": {
1343
1327
  "aliases": [],
1344
1328
  "args": {},
1329
+ "description": "verify that tarballs are ready to be uploaded",
1345
1330
  "examples": [
1346
- "<%= config.bin %> <%= command.id %>"
1331
+ "<%= config.bin %> <%= command.id %>",
1332
+ "<%= config.bin %> <%= command.id %> --cli sfdx",
1333
+ "<%= config.bin %> <%= command.id %> --cli sf"
1347
1334
  ],
1348
1335
  "flags": {
1349
1336
  "json": {
@@ -1361,34 +1348,47 @@
1361
1348
  "multiple": false,
1362
1349
  "type": "option"
1363
1350
  },
1364
- "jit-plugin": {
1365
- "char": "j",
1366
- "name": "jit-plugin",
1367
- "summary": "JIT plugin(s) to test, example: @salesforce/plugin-community",
1351
+ "cli": {
1352
+ "char": "c",
1353
+ "name": "cli",
1354
+ "summary": "the cli to verify",
1355
+ "default": "sfdx",
1368
1356
  "hasDynamicHelp": false,
1369
- "multiple": true,
1357
+ "multiple": false,
1358
+ "options": [
1359
+ "sf",
1360
+ "sfdx"
1361
+ ],
1362
+ "type": "option"
1363
+ },
1364
+ "windows-username-buffer": {
1365
+ "char": "w",
1366
+ "name": "windows-username-buffer",
1367
+ "summary": "the number of characters to allow for windows usernames",
1368
+ "default": 41,
1369
+ "hasDynamicHelp": false,
1370
+ "multiple": false,
1370
1371
  "type": "option"
1371
1372
  }
1372
1373
  },
1373
1374
  "hasDynamicHelp": false,
1374
1375
  "hiddenAliases": [],
1375
- "id": "cli:install:jit:test",
1376
+ "id": "cli:tarballs:verify",
1376
1377
  "pluginAlias": "@salesforce/plugin-release-management",
1377
1378
  "pluginName": "@salesforce/plugin-release-management",
1378
1379
  "pluginType": "core",
1379
1380
  "strict": true,
1380
- "summary": "Test that all JIT plugins can be successfully installed.",
1381
+ "summary": "verify that tarballs are ready to be uploaded",
1381
1382
  "enableJsonFlag": true,
1382
1383
  "isESM": true,
1383
1384
  "relativePath": [
1384
1385
  "lib",
1385
1386
  "commands",
1386
1387
  "cli",
1387
- "install",
1388
- "jit",
1389
- "test.js"
1388
+ "tarballs",
1389
+ "verify.js"
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.8.17"
1393
+ "version": "5.8.18"
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.8.17",
4
+ "version": "5.8.18",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -17,7 +17,7 @@
17
17
  "@salesforce/cli-plugins-testkit": "^5.3.54",
18
18
  "@salesforce/core": "^8.28.3",
19
19
  "@salesforce/kit": "^3.2.6",
20
- "@salesforce/plugin-command-reference": "^3.1.94",
20
+ "@salesforce/plugin-command-reference": "^3.1.95",
21
21
  "@salesforce/plugin-trust": "^3.7.89",
22
22
  "@salesforce/sf-plugins-core": "^12.2.10",
23
23
  "@salesforce/ts-types": "^2.0.10",