@salesforce/plugin-release-management 5.8.18 → 5.8.19

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.18/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.19/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.18/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.19/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.18/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.19/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.18/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.19/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.18/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.19/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.18/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.19/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.18/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.19/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.18/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.19/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.18/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.19/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.18/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.19/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.18/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.19/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.18/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.19/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.18/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.19/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.18/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.19/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.18/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.19/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.18/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.19/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.18",
3
+ "version": "5.8.19",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.8.18",
9
+ "version": "5.8.19",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@aws-sdk/client-s3": "^3.1024.0",
@@ -10960,10 +10960,20 @@
10960
10960
  }
10961
10961
  },
10962
10962
  "node_modules/fast-uri": {
10963
- "version": "3.0.1",
10964
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz",
10965
- "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==",
10966
- "license": "MIT"
10963
+ "version": "3.1.2",
10964
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
10965
+ "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
10966
+ "funding": [
10967
+ {
10968
+ "type": "github",
10969
+ "url": "https://github.com/sponsors/fastify"
10970
+ },
10971
+ {
10972
+ "type": "opencollective",
10973
+ "url": "https://opencollective.com/fastify"
10974
+ }
10975
+ ],
10976
+ "license": "BSD-3-Clause"
10967
10977
  },
10968
10978
  "node_modules/fast-wrap-ansi": {
10969
10979
  "version": "0.2.0",
package/oclif.lock CHANGED
@@ -5773,9 +5773,9 @@ fast-string-width@^3.0.2:
5773
5773
  fast-string-truncated-width "^3.0.2"
5774
5774
 
5775
5775
  fast-uri@^3.0.1:
5776
- version "3.0.1"
5777
- resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.1.tgz#cddd2eecfc83a71c1be2cc2ef2061331be8a7134"
5778
- integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
5776
+ version "3.1.2"
5777
+ resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.2.tgz#8af3d4fc9d3e71b11572cc2673b514a7d1a8c8ec"
5778
+ integrity sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==
5779
5779
 
5780
5780
  fast-wrap-ansi@^0.2.0:
5781
5781
  version "0.2.0"
@@ -848,10 +848,13 @@
848
848
  "build.js"
849
849
  ]
850
850
  },
851
- "npm:dependencies:pin": {
851
+ "cli:tarballs:prepare": {
852
852
  "aliases": [],
853
853
  "args": {},
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",
854
+ "description": "remove unnecessary files from node_modules",
855
+ "examples": [
856
+ "<%= config.bin %> <%= command.id %>"
857
+ ],
855
858
  "flags": {
856
859
  "json": {
857
860
  "description": "Format output as json.",
@@ -871,42 +874,50 @@
871
874
  "dryrun": {
872
875
  "char": "d",
873
876
  "name": "dryrun",
874
- "summary": "If true, will not make any changes to the package.json",
877
+ "summary": "only show what would be removed from node_modules",
875
878
  "allowNo": false,
876
879
  "type": "boolean"
877
880
  },
878
- "tag": {
881
+ "types": {
879
882
  "char": "t",
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"
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"
886
893
  }
887
894
  },
888
895
  "hasDynamicHelp": false,
889
896
  "hiddenAliases": [],
890
- "id": "npm:dependencies:pin",
897
+ "id": "cli:tarballs:prepare",
891
898
  "pluginAlias": "@salesforce/plugin-release-management",
892
899
  "pluginName": "@salesforce/plugin-release-management",
893
900
  "pluginType": "core",
894
901
  "strict": true,
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",
902
+ "summary": "remove unnecessary files from node_modules",
896
903
  "enableJsonFlag": true,
897
904
  "isESM": true,
898
905
  "relativePath": [
899
906
  "lib",
900
907
  "commands",
901
- "npm",
902
- "dependencies",
903
- "pin.js"
908
+ "cli",
909
+ "tarballs",
910
+ "prepare.js"
904
911
  ]
905
912
  },
906
- "npm:package:release": {
913
+ "cli:tarballs:smoke": {
907
914
  "aliases": [],
908
915
  "args": {},
909
- "description": "publish npm package",
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
+ ],
910
921
  "flags": {
911
922
  "json": {
912
923
  "description": "Format output as json.",
@@ -923,89 +934,39 @@
923
934
  "multiple": false,
924
935
  "type": "option"
925
936
  },
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",
937
+ "verbose": {
938
+ "name": "verbose",
939
+ "summary": "show the --help output for each command",
937
940
  "allowNo": false,
938
941
  "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"
983
942
  }
984
943
  },
985
944
  "hasDynamicHelp": false,
986
945
  "hiddenAliases": [],
987
- "id": "npm:package:release",
946
+ "id": "cli:tarballs:smoke",
988
947
  "pluginAlias": "@salesforce/plugin-release-management",
989
948
  "pluginName": "@salesforce/plugin-release-management",
990
949
  "pluginType": "core",
991
950
  "strict": true,
992
- "summary": "publish npm package",
951
+ "summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
993
952
  "enableJsonFlag": true,
994
953
  "isESM": true,
995
954
  "relativePath": [
996
955
  "lib",
997
956
  "commands",
998
- "npm",
999
- "package",
1000
- "release.js"
957
+ "cli",
958
+ "tarballs",
959
+ "smoke.js"
1001
960
  ]
1002
961
  },
1003
- "github:check:closed": {
962
+ "cli:tarballs:verify": {
1004
963
  "aliases": [],
1005
964
  "args": {},
1006
- "description": "Description of a command.",
965
+ "description": "verify that tarballs are ready to be uploaded",
1007
966
  "examples": [
1008
- "<%= config.bin %> <%= command.id %> -o me@gus.com"
967
+ "<%= config.bin %> <%= command.id %>",
968
+ "<%= config.bin %> <%= command.id %> --cli sfdx",
969
+ "<%= config.bin %> <%= command.id %> --cli sf"
1009
970
  ],
1010
971
  "flags": {
1011
972
  "json": {
@@ -1023,42 +984,45 @@
1023
984
  "multiple": false,
1024
985
  "type": "option"
1025
986
  },
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,
987
+ "cli": {
988
+ "char": "c",
989
+ "name": "cli",
990
+ "summary": "the cli to verify",
991
+ "default": "sfdx",
992
+ "hasDynamicHelp": false,
1033
993
  "multiple": false,
994
+ "options": [
995
+ "sf",
996
+ "sfdx"
997
+ ],
1034
998
  "type": "option"
1035
999
  },
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",
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,
1041
1005
  "hasDynamicHelp": false,
1042
1006
  "multiple": false,
1043
1007
  "type": "option"
1044
1008
  }
1045
1009
  },
1046
- "hasDynamicHelp": true,
1010
+ "hasDynamicHelp": false,
1047
1011
  "hiddenAliases": [],
1048
- "id": "github:check:closed",
1012
+ "id": "cli:tarballs:verify",
1049
1013
  "pluginAlias": "@salesforce/plugin-release-management",
1050
1014
  "pluginName": "@salesforce/plugin-release-management",
1051
1015
  "pluginType": "core",
1052
1016
  "strict": true,
1053
- "summary": "Show open Github issues with GUS WI",
1017
+ "summary": "verify that tarballs are ready to be uploaded",
1054
1018
  "enableJsonFlag": true,
1055
1019
  "isESM": true,
1056
1020
  "relativePath": [
1057
1021
  "lib",
1058
1022
  "commands",
1059
- "github",
1060
- "check",
1061
- "closed.js"
1023
+ "cli",
1024
+ "tarballs",
1025
+ "verify.js"
1062
1026
  ]
1063
1027
  },
1064
1028
  "cli:versions:inspect": {
@@ -1162,11 +1126,12 @@
1162
1126
  "inspect.js"
1163
1127
  ]
1164
1128
  },
1165
- "cli:install:jit:test": {
1129
+ "github:check:closed": {
1166
1130
  "aliases": [],
1167
1131
  "args": {},
1132
+ "description": "Description of a command.",
1168
1133
  "examples": [
1169
- "<%= config.bin %> <%= command.id %>"
1134
+ "<%= config.bin %> <%= command.id %> -o me@gus.com"
1170
1135
  ],
1171
1136
  "flags": {
1172
1137
  "json": {
@@ -1184,41 +1149,48 @@
1184
1149
  "multiple": false,
1185
1150
  "type": "option"
1186
1151
  },
1187
- "jit-plugin": {
1188
- "char": "j",
1189
- "name": "jit-plugin",
1190
- "summary": "JIT plugin(s) to test, example: @salesforce/plugin-community",
1152
+ "gus": {
1153
+ "char": "o",
1154
+ "name": "gus",
1155
+ "noCacheDefault": true,
1156
+ "required": true,
1157
+ "summary": "Username/alias of your GUS org connection",
1158
+ "hasDynamicHelp": true,
1159
+ "multiple": false,
1160
+ "type": "option"
1161
+ },
1162
+ "github-token": {
1163
+ "env": "GITHUB_TOKEN",
1164
+ "name": "github-token",
1165
+ "required": true,
1166
+ "summary": "Github token--store this in the environment as GITHUB_TOKEN",
1191
1167
  "hasDynamicHelp": false,
1192
- "multiple": true,
1168
+ "multiple": false,
1193
1169
  "type": "option"
1194
1170
  }
1195
1171
  },
1196
- "hasDynamicHelp": false,
1172
+ "hasDynamicHelp": true,
1197
1173
  "hiddenAliases": [],
1198
- "id": "cli:install:jit:test",
1174
+ "id": "github:check:closed",
1199
1175
  "pluginAlias": "@salesforce/plugin-release-management",
1200
1176
  "pluginName": "@salesforce/plugin-release-management",
1201
1177
  "pluginType": "core",
1202
1178
  "strict": true,
1203
- "summary": "Test that all JIT plugins can be successfully installed.",
1179
+ "summary": "Show open Github issues with GUS WI",
1204
1180
  "enableJsonFlag": true,
1205
1181
  "isESM": true,
1206
1182
  "relativePath": [
1207
1183
  "lib",
1208
1184
  "commands",
1209
- "cli",
1210
- "install",
1211
- "jit",
1212
- "test.js"
1185
+ "github",
1186
+ "check",
1187
+ "closed.js"
1213
1188
  ]
1214
1189
  },
1215
- "cli:tarballs:prepare": {
1190
+ "npm:dependencies:pin": {
1216
1191
  "aliases": [],
1217
1192
  "args": {},
1218
- "description": "remove unnecessary files from node_modules",
1219
- "examples": [
1220
- "<%= config.bin %> <%= command.id %>"
1221
- ],
1193
+ "description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1222
1194
  "flags": {
1223
1195
  "json": {
1224
1196
  "description": "Format output as json.",
@@ -1238,50 +1210,42 @@
1238
1210
  "dryrun": {
1239
1211
  "char": "d",
1240
1212
  "name": "dryrun",
1241
- "summary": "only show what would be removed from node_modules",
1213
+ "summary": "If true, will not make any changes to the package.json",
1242
1214
  "allowNo": false,
1243
1215
  "type": "boolean"
1244
1216
  },
1245
- "types": {
1217
+ "tag": {
1246
1218
  "char": "t",
1247
- "name": "types",
1248
- "summary": "remove all types (.d.ts) files from node_modules",
1249
- "allowNo": false,
1250
- "type": "boolean"
1251
- },
1252
- "verbose": {
1253
- "name": "verbose",
1254
- "summary": "show all files paths being removed",
1255
- "allowNo": false,
1256
- "type": "boolean"
1219
+ "name": "tag",
1220
+ "summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
1221
+ "default": "latest",
1222
+ "hasDynamicHelp": false,
1223
+ "multiple": false,
1224
+ "type": "option"
1257
1225
  }
1258
1226
  },
1259
1227
  "hasDynamicHelp": false,
1260
1228
  "hiddenAliases": [],
1261
- "id": "cli:tarballs:prepare",
1229
+ "id": "npm:dependencies:pin",
1262
1230
  "pluginAlias": "@salesforce/plugin-release-management",
1263
1231
  "pluginName": "@salesforce/plugin-release-management",
1264
1232
  "pluginType": "core",
1265
1233
  "strict": true,
1266
- "summary": "remove unnecessary files from node_modules",
1234
+ "summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1267
1235
  "enableJsonFlag": true,
1268
1236
  "isESM": true,
1269
1237
  "relativePath": [
1270
1238
  "lib",
1271
1239
  "commands",
1272
- "cli",
1273
- "tarballs",
1274
- "prepare.js"
1240
+ "npm",
1241
+ "dependencies",
1242
+ "pin.js"
1275
1243
  ]
1276
1244
  },
1277
- "cli:tarballs:smoke": {
1245
+ "npm:package:release": {
1278
1246
  "aliases": [],
1279
1247
  "args": {},
1280
- "description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
1281
- "examples": [
1282
- "<%= config.bin %> <%= command.id %>",
1283
- "<%= config.bin %> <%= command.id %>"
1284
- ],
1248
+ "description": "publish npm package",
1285
1249
  "flags": {
1286
1250
  "json": {
1287
1251
  "description": "Format output as json.",
@@ -1298,39 +1262,88 @@
1298
1262
  "multiple": false,
1299
1263
  "type": "option"
1300
1264
  },
1301
- "verbose": {
1302
- "name": "verbose",
1303
- "summary": "show the --help output for each command",
1265
+ "dryrun": {
1266
+ "char": "d",
1267
+ "name": "dryrun",
1268
+ "summary": "If true, will not commit changes to repo or push any tags",
1269
+ "allowNo": false,
1270
+ "type": "boolean"
1271
+ },
1272
+ "sign": {
1273
+ "char": "s",
1274
+ "name": "sign",
1275
+ "summary": "If true, then the package will be signed and the signature will be uploaded to S3",
1304
1276
  "allowNo": false,
1305
1277
  "type": "boolean"
1278
+ },
1279
+ "npmtag": {
1280
+ "char": "t",
1281
+ "name": "npmtag",
1282
+ "summary": "tag to use when publishing to npm",
1283
+ "default": "latest",
1284
+ "hasDynamicHelp": false,
1285
+ "multiple": false,
1286
+ "type": "option"
1287
+ },
1288
+ "npmaccess": {
1289
+ "char": "a",
1290
+ "name": "npmaccess",
1291
+ "summary": "access level to use when publishing to npm",
1292
+ "default": "public",
1293
+ "hasDynamicHelp": false,
1294
+ "multiple": false,
1295
+ "type": "option"
1296
+ },
1297
+ "install": {
1298
+ "name": "install",
1299
+ "summary": "run yarn install and build on repository",
1300
+ "allowNo": true,
1301
+ "type": "boolean"
1302
+ },
1303
+ "prerelease": {
1304
+ "name": "prerelease",
1305
+ "summary": "determine the next version as <version>-<prerelease>.0 if version is not manually set",
1306
+ "hasDynamicHelp": false,
1307
+ "multiple": false,
1308
+ "type": "option"
1309
+ },
1310
+ "verify": {
1311
+ "name": "verify",
1312
+ "summary": "verify npm registry has new version after publish and digital signature",
1313
+ "allowNo": true,
1314
+ "type": "boolean"
1315
+ },
1316
+ "githubtag": {
1317
+ "name": "githubtag",
1318
+ "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",
1319
+ "hasDynamicHelp": false,
1320
+ "multiple": false,
1321
+ "type": "option"
1306
1322
  }
1307
1323
  },
1308
1324
  "hasDynamicHelp": false,
1309
1325
  "hiddenAliases": [],
1310
- "id": "cli:tarballs:smoke",
1326
+ "id": "npm:package:release",
1311
1327
  "pluginAlias": "@salesforce/plugin-release-management",
1312
1328
  "pluginName": "@salesforce/plugin-release-management",
1313
1329
  "pluginType": "core",
1314
1330
  "strict": true,
1315
- "summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
1331
+ "summary": "publish npm package",
1316
1332
  "enableJsonFlag": true,
1317
1333
  "isESM": true,
1318
1334
  "relativePath": [
1319
1335
  "lib",
1320
1336
  "commands",
1321
- "cli",
1322
- "tarballs",
1323
- "smoke.js"
1337
+ "npm",
1338
+ "package",
1339
+ "release.js"
1324
1340
  ]
1325
1341
  },
1326
- "cli:tarballs:verify": {
1342
+ "cli:install:jit:test": {
1327
1343
  "aliases": [],
1328
1344
  "args": {},
1329
- "description": "verify that tarballs are ready to be uploaded",
1330
1345
  "examples": [
1331
- "<%= config.bin %> <%= command.id %>",
1332
- "<%= config.bin %> <%= command.id %> --cli sfdx",
1333
- "<%= config.bin %> <%= command.id %> --cli sf"
1346
+ "<%= config.bin %> <%= command.id %>"
1334
1347
  ],
1335
1348
  "flags": {
1336
1349
  "json": {
@@ -1348,47 +1361,34 @@
1348
1361
  "multiple": false,
1349
1362
  "type": "option"
1350
1363
  },
1351
- "cli": {
1352
- "char": "c",
1353
- "name": "cli",
1354
- "summary": "the cli to verify",
1355
- "default": "sfdx",
1356
- "hasDynamicHelp": false,
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,
1364
+ "jit-plugin": {
1365
+ "char": "j",
1366
+ "name": "jit-plugin",
1367
+ "summary": "JIT plugin(s) to test, example: @salesforce/plugin-community",
1369
1368
  "hasDynamicHelp": false,
1370
- "multiple": false,
1369
+ "multiple": true,
1371
1370
  "type": "option"
1372
1371
  }
1373
1372
  },
1374
1373
  "hasDynamicHelp": false,
1375
1374
  "hiddenAliases": [],
1376
- "id": "cli:tarballs:verify",
1375
+ "id": "cli:install:jit:test",
1377
1376
  "pluginAlias": "@salesforce/plugin-release-management",
1378
1377
  "pluginName": "@salesforce/plugin-release-management",
1379
1378
  "pluginType": "core",
1380
1379
  "strict": true,
1381
- "summary": "verify that tarballs are ready to be uploaded",
1380
+ "summary": "Test that all JIT plugins can be successfully installed.",
1382
1381
  "enableJsonFlag": true,
1383
1382
  "isESM": true,
1384
1383
  "relativePath": [
1385
1384
  "lib",
1386
1385
  "commands",
1387
1386
  "cli",
1388
- "tarballs",
1389
- "verify.js"
1387
+ "install",
1388
+ "jit",
1389
+ "test.js"
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.8.18"
1393
+ "version": "5.8.19"
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.18",
4
+ "version": "5.8.19",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",