@salesforce/plugin-release-management 5.8.4 → 5.8.5

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.4/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.5/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.4/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.5/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.4/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.5/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.4/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.5/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.4/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.5/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.4/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.5/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.4/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.5/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.4/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.5/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.4/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.5/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.4/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.5/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.4/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.5/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.4/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.5/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.4/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.5/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.4/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.5/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.4/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.5/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.4/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.5/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.4",
3
+ "version": "5.8.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.8.4",
9
+ "version": "5.8.5",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@aws-sdk/client-s3": "^3.1024.0",
@@ -7463,9 +7463,9 @@
7463
7463
  }
7464
7464
  },
7465
7465
  "node_modules/basic-ftp": {
7466
- "version": "5.2.0",
7467
- "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.0.tgz",
7468
- "integrity": "sha512-VoMINM2rqJwJgfdHq6RiUudKt2BV+FY5ZFezP/ypmwayk68+NzzAQy4XXLlqsGD4MCzq3DrmNFD/uUmBJuGoXw==",
7466
+ "version": "5.2.1",
7467
+ "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.1.tgz",
7468
+ "integrity": "sha512-0yaL8JdxTknKDILitVpfYfV2Ob6yb3udX/hK97M7I3jOeznBNxQPtVvTUtnhUkyHlxFWyr5Lvknmgzoc7jf+1Q==",
7469
7469
  "license": "MIT",
7470
7470
  "engines": {
7471
7471
  "node": ">=10.0.0"
package/oclif.lock CHANGED
@@ -3466,9 +3466,9 @@ base64url@^3.0.1:
3466
3466
  integrity sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A==
3467
3467
 
3468
3468
  basic-ftp@^5.0.2:
3469
- version "5.2.0"
3470
- resolved "https://registry.yarnpkg.com/basic-ftp/-/basic-ftp-5.2.0.tgz#7c2dff63c918bde60e6bad1f2ff93dcf5137a40a"
3471
- integrity sha512-VoMINM2rqJwJgfdHq6RiUudKt2BV+FY5ZFezP/ypmwayk68+NzzAQy4XXLlqsGD4MCzq3DrmNFD/uUmBJuGoXw==
3469
+ version "5.2.1"
3470
+ resolved "https://registry.yarnpkg.com/basic-ftp/-/basic-ftp-5.2.1.tgz#818ba176e0e52a9e746e8576331f7e9474b94668"
3471
+ integrity sha512-0yaL8JdxTknKDILitVpfYfV2Ob6yb3udX/hK97M7I3jOeznBNxQPtVvTUtnhUkyHlxFWyr5Lvknmgzoc7jf+1Q==
3472
3472
 
3473
3473
  before-after-hook@^3.0.2:
3474
3474
  version "3.0.2"
@@ -848,107 +848,6 @@
848
848
  "build.js"
849
849
  ]
850
850
  },
851
- "cli:versions:inspect": {
852
- "aliases": [],
853
- "args": {},
854
- "description": "inspect the CLI version across all install paths",
855
- "examples": [
856
- "<%= config.bin %> <%= command.id %> -l archive -c stable",
857
- "<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
858
- "<%= config.bin %> <%= command.id %> -l archive npm -c stable",
859
- "<%= config.bin %> <%= command.id %> -l archive npm -c latest",
860
- "<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
861
- "<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
862
- "<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
863
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
864
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
865
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
866
- ],
867
- "flags": {
868
- "json": {
869
- "description": "Format output as json.",
870
- "helpGroup": "GLOBAL",
871
- "name": "json",
872
- "allowNo": false,
873
- "type": "boolean"
874
- },
875
- "flags-dir": {
876
- "helpGroup": "GLOBAL",
877
- "name": "flags-dir",
878
- "summary": "Import flag values from a directory.",
879
- "hasDynamicHelp": false,
880
- "multiple": false,
881
- "type": "option"
882
- },
883
- "dependencies": {
884
- "char": "d",
885
- "name": "dependencies",
886
- "summary": "glob pattern of dependencies you want to see the version of",
887
- "hasDynamicHelp": false,
888
- "multiple": true,
889
- "type": "option"
890
- },
891
- "salesforce": {
892
- "char": "s",
893
- "name": "salesforce",
894
- "summary": "show versions of salesforce owned dependencies",
895
- "allowNo": false,
896
- "type": "boolean"
897
- },
898
- "channels": {
899
- "char": "c",
900
- "name": "channels",
901
- "required": true,
902
- "summary": "the channel you want to inspect (for achives, latest and latest-rc are translated to stable and stable-rc. And vice-versa for npm)",
903
- "hasDynamicHelp": false,
904
- "multiple": true,
905
- "options": [
906
- "stable",
907
- "stable-rc",
908
- "latest",
909
- "latest-rc",
910
- "nightly"
911
- ],
912
- "type": "option"
913
- },
914
- "locations": {
915
- "char": "l",
916
- "name": "locations",
917
- "required": true,
918
- "summary": "the location you want to inspect",
919
- "hasDynamicHelp": false,
920
- "multiple": true,
921
- "options": [
922
- "archive",
923
- "npm"
924
- ],
925
- "type": "option"
926
- },
927
- "ignore-missing": {
928
- "name": "ignore-missing",
929
- "summary": "skip missing archives. Useful when supporting new architectures in oclif",
930
- "allowNo": false,
931
- "type": "boolean"
932
- }
933
- },
934
- "hasDynamicHelp": false,
935
- "hiddenAliases": [],
936
- "id": "cli:versions:inspect",
937
- "pluginAlias": "@salesforce/plugin-release-management",
938
- "pluginName": "@salesforce/plugin-release-management",
939
- "pluginType": "core",
940
- "strict": true,
941
- "summary": "inspect the CLI version across all install paths",
942
- "enableJsonFlag": true,
943
- "isESM": true,
944
- "relativePath": [
945
- "lib",
946
- "commands",
947
- "cli",
948
- "versions",
949
- "inspect.js"
950
- ]
951
- },
952
851
  "cli:tarballs:prepare": {
953
852
  "aliases": [],
954
853
  "args": {},
@@ -1126,6 +1025,168 @@
1126
1025
  "verify.js"
1127
1026
  ]
1128
1027
  },
1028
+ "cli:versions:inspect": {
1029
+ "aliases": [],
1030
+ "args": {},
1031
+ "description": "inspect the CLI version across all install paths",
1032
+ "examples": [
1033
+ "<%= config.bin %> <%= command.id %> -l archive -c stable",
1034
+ "<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
1035
+ "<%= config.bin %> <%= command.id %> -l archive npm -c stable",
1036
+ "<%= config.bin %> <%= command.id %> -l archive npm -c latest",
1037
+ "<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
1038
+ "<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
1039
+ "<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
1040
+ "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
1041
+ "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
1042
+ "<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
1043
+ ],
1044
+ "flags": {
1045
+ "json": {
1046
+ "description": "Format output as json.",
1047
+ "helpGroup": "GLOBAL",
1048
+ "name": "json",
1049
+ "allowNo": false,
1050
+ "type": "boolean"
1051
+ },
1052
+ "flags-dir": {
1053
+ "helpGroup": "GLOBAL",
1054
+ "name": "flags-dir",
1055
+ "summary": "Import flag values from a directory.",
1056
+ "hasDynamicHelp": false,
1057
+ "multiple": false,
1058
+ "type": "option"
1059
+ },
1060
+ "dependencies": {
1061
+ "char": "d",
1062
+ "name": "dependencies",
1063
+ "summary": "glob pattern of dependencies you want to see the version of",
1064
+ "hasDynamicHelp": false,
1065
+ "multiple": true,
1066
+ "type": "option"
1067
+ },
1068
+ "salesforce": {
1069
+ "char": "s",
1070
+ "name": "salesforce",
1071
+ "summary": "show versions of salesforce owned dependencies",
1072
+ "allowNo": false,
1073
+ "type": "boolean"
1074
+ },
1075
+ "channels": {
1076
+ "char": "c",
1077
+ "name": "channels",
1078
+ "required": true,
1079
+ "summary": "the channel you want to inspect (for achives, latest and latest-rc are translated to stable and stable-rc. And vice-versa for npm)",
1080
+ "hasDynamicHelp": false,
1081
+ "multiple": true,
1082
+ "options": [
1083
+ "stable",
1084
+ "stable-rc",
1085
+ "latest",
1086
+ "latest-rc",
1087
+ "nightly"
1088
+ ],
1089
+ "type": "option"
1090
+ },
1091
+ "locations": {
1092
+ "char": "l",
1093
+ "name": "locations",
1094
+ "required": true,
1095
+ "summary": "the location you want to inspect",
1096
+ "hasDynamicHelp": false,
1097
+ "multiple": true,
1098
+ "options": [
1099
+ "archive",
1100
+ "npm"
1101
+ ],
1102
+ "type": "option"
1103
+ },
1104
+ "ignore-missing": {
1105
+ "name": "ignore-missing",
1106
+ "summary": "skip missing archives. Useful when supporting new architectures in oclif",
1107
+ "allowNo": false,
1108
+ "type": "boolean"
1109
+ }
1110
+ },
1111
+ "hasDynamicHelp": false,
1112
+ "hiddenAliases": [],
1113
+ "id": "cli:versions:inspect",
1114
+ "pluginAlias": "@salesforce/plugin-release-management",
1115
+ "pluginName": "@salesforce/plugin-release-management",
1116
+ "pluginType": "core",
1117
+ "strict": true,
1118
+ "summary": "inspect the CLI version across all install paths",
1119
+ "enableJsonFlag": true,
1120
+ "isESM": true,
1121
+ "relativePath": [
1122
+ "lib",
1123
+ "commands",
1124
+ "cli",
1125
+ "versions",
1126
+ "inspect.js"
1127
+ ]
1128
+ },
1129
+ "github:check:closed": {
1130
+ "aliases": [],
1131
+ "args": {},
1132
+ "description": "Description of a command.",
1133
+ "examples": [
1134
+ "<%= config.bin %> <%= command.id %> -o me@gus.com"
1135
+ ],
1136
+ "flags": {
1137
+ "json": {
1138
+ "description": "Format output as json.",
1139
+ "helpGroup": "GLOBAL",
1140
+ "name": "json",
1141
+ "allowNo": false,
1142
+ "type": "boolean"
1143
+ },
1144
+ "flags-dir": {
1145
+ "helpGroup": "GLOBAL",
1146
+ "name": "flags-dir",
1147
+ "summary": "Import flag values from a directory.",
1148
+ "hasDynamicHelp": false,
1149
+ "multiple": false,
1150
+ "type": "option"
1151
+ },
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",
1167
+ "hasDynamicHelp": false,
1168
+ "multiple": false,
1169
+ "type": "option"
1170
+ }
1171
+ },
1172
+ "hasDynamicHelp": true,
1173
+ "hiddenAliases": [],
1174
+ "id": "github:check:closed",
1175
+ "pluginAlias": "@salesforce/plugin-release-management",
1176
+ "pluginName": "@salesforce/plugin-release-management",
1177
+ "pluginType": "core",
1178
+ "strict": true,
1179
+ "summary": "Show open Github issues with GUS WI",
1180
+ "enableJsonFlag": true,
1181
+ "isESM": true,
1182
+ "relativePath": [
1183
+ "lib",
1184
+ "commands",
1185
+ "github",
1186
+ "check",
1187
+ "closed.js"
1188
+ ]
1189
+ },
1129
1190
  "npm:package:release": {
1130
1191
  "aliases": [],
1131
1192
  "args": {},
@@ -1223,10 +1284,12 @@
1223
1284
  "release.js"
1224
1285
  ]
1225
1286
  },
1226
- "npm:dependencies:pin": {
1287
+ "cli:install:jit:test": {
1227
1288
  "aliases": [],
1228
1289
  "args": {},
1229
- "description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1290
+ "examples": [
1291
+ "<%= config.bin %> <%= command.id %>"
1292
+ ],
1230
1293
  "flags": {
1231
1294
  "json": {
1232
1295
  "description": "Format output as json.",
@@ -1243,48 +1306,38 @@
1243
1306
  "multiple": false,
1244
1307
  "type": "option"
1245
1308
  },
1246
- "dryrun": {
1247
- "char": "d",
1248
- "name": "dryrun",
1249
- "summary": "If true, will not make any changes to the package.json",
1250
- "allowNo": false,
1251
- "type": "boolean"
1252
- },
1253
- "tag": {
1254
- "char": "t",
1255
- "name": "tag",
1256
- "summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
1257
- "default": "latest",
1309
+ "jit-plugin": {
1310
+ "char": "j",
1311
+ "name": "jit-plugin",
1312
+ "summary": "JIT plugin(s) to test, example: @salesforce/plugin-community",
1258
1313
  "hasDynamicHelp": false,
1259
- "multiple": false,
1314
+ "multiple": true,
1260
1315
  "type": "option"
1261
1316
  }
1262
1317
  },
1263
1318
  "hasDynamicHelp": false,
1264
1319
  "hiddenAliases": [],
1265
- "id": "npm:dependencies:pin",
1320
+ "id": "cli:install:jit:test",
1266
1321
  "pluginAlias": "@salesforce/plugin-release-management",
1267
1322
  "pluginName": "@salesforce/plugin-release-management",
1268
1323
  "pluginType": "core",
1269
1324
  "strict": true,
1270
- "summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1325
+ "summary": "Test that all JIT plugins can be successfully installed.",
1271
1326
  "enableJsonFlag": true,
1272
1327
  "isESM": true,
1273
1328
  "relativePath": [
1274
1329
  "lib",
1275
1330
  "commands",
1276
- "npm",
1277
- "dependencies",
1278
- "pin.js"
1331
+ "cli",
1332
+ "install",
1333
+ "jit",
1334
+ "test.js"
1279
1335
  ]
1280
1336
  },
1281
- "github:check:closed": {
1337
+ "npm:dependencies:pin": {
1282
1338
  "aliases": [],
1283
1339
  "args": {},
1284
- "description": "Description of a command.",
1285
- "examples": [
1286
- "<%= config.bin %> <%= command.id %> -o me@gus.com"
1287
- ],
1340
+ "description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1288
1341
  "flags": {
1289
1342
  "json": {
1290
1343
  "description": "Format output as json.",
@@ -1301,94 +1354,41 @@
1301
1354
  "multiple": false,
1302
1355
  "type": "option"
1303
1356
  },
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"
1322
- }
1323
- },
1324
- "hasDynamicHelp": true,
1325
- "hiddenAliases": [],
1326
- "id": "github:check:closed",
1327
- "pluginAlias": "@salesforce/plugin-release-management",
1328
- "pluginName": "@salesforce/plugin-release-management",
1329
- "pluginType": "core",
1330
- "strict": true,
1331
- "summary": "Show open Github issues with GUS WI",
1332
- "enableJsonFlag": true,
1333
- "isESM": true,
1334
- "relativePath": [
1335
- "lib",
1336
- "commands",
1337
- "github",
1338
- "check",
1339
- "closed.js"
1340
- ]
1341
- },
1342
- "cli:install:jit:test": {
1343
- "aliases": [],
1344
- "args": {},
1345
- "examples": [
1346
- "<%= config.bin %> <%= command.id %>"
1347
- ],
1348
- "flags": {
1349
- "json": {
1350
- "description": "Format output as json.",
1351
- "helpGroup": "GLOBAL",
1352
- "name": "json",
1357
+ "dryrun": {
1358
+ "char": "d",
1359
+ "name": "dryrun",
1360
+ "summary": "If true, will not make any changes to the package.json",
1353
1361
  "allowNo": false,
1354
1362
  "type": "boolean"
1355
1363
  },
1356
- "flags-dir": {
1357
- "helpGroup": "GLOBAL",
1358
- "name": "flags-dir",
1359
- "summary": "Import flag values from a directory.",
1364
+ "tag": {
1365
+ "char": "t",
1366
+ "name": "tag",
1367
+ "summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
1368
+ "default": "latest",
1360
1369
  "hasDynamicHelp": false,
1361
1370
  "multiple": false,
1362
1371
  "type": "option"
1363
- },
1364
- "jit-plugin": {
1365
- "char": "j",
1366
- "name": "jit-plugin",
1367
- "summary": "JIT plugin(s) to test, example: @salesforce/plugin-community",
1368
- "hasDynamicHelp": false,
1369
- "multiple": true,
1370
- "type": "option"
1371
1372
  }
1372
1373
  },
1373
1374
  "hasDynamicHelp": false,
1374
1375
  "hiddenAliases": [],
1375
- "id": "cli:install:jit:test",
1376
+ "id": "npm:dependencies:pin",
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": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1381
1382
  "enableJsonFlag": true,
1382
1383
  "isESM": true,
1383
1384
  "relativePath": [
1384
1385
  "lib",
1385
1386
  "commands",
1386
- "cli",
1387
- "install",
1388
- "jit",
1389
- "test.js"
1387
+ "npm",
1388
+ "dependencies",
1389
+ "pin.js"
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.8.4"
1393
+ "version": "5.8.5"
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.4",
4
+ "version": "5.8.5",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",