@salesforce/plugin-release-management 5.7.58 → 5.7.59

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.7.58/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.59/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.7.58/src/commands/cli/artifacts/compare.ts)_
172
+ _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.59/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.7.58/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.7.59/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.7.58/src/commands/cli/install/test.ts)_
234
+ _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.59/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.7.58/src/commands/cli/release/automerge.ts)_
265
+ _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.59/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.7.58/src/commands/cli/release/build.ts)_
328
+ _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.59/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.7.58/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.59/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.7.58/src/commands/cli/tarballs/prepare.ts)_
397
+ _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.59/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.7.58/src/commands/cli/tarballs/smoke.ts)_
427
+ _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.59/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.7.58/src/commands/cli/tarballs/verify.ts)_
459
+ _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.59/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.7.58/src/commands/cli/versions/inspect.ts)_
511
+ _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.59/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.7.58/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.59/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.7.58/src/commands/github/check/closed.ts)_
578
+ _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.59/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.7.58/src/commands/npm/dependencies/pin.ts)_
604
+ _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.59/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.7.58/src/commands/npm/package/release.ts)_
636
+ _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.59/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.7.58/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.59/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.7.58",
3
+ "version": "5.7.59",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.7.58",
9
+ "version": "5.7.59",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.5.2",
@@ -16,7 +16,7 @@
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/core": "^8.22.0",
18
18
  "@salesforce/kit": "^3.2.0",
19
- "@salesforce/plugin-command-reference": "^3.1.65",
19
+ "@salesforce/plugin-command-reference": "^3.1.66",
20
20
  "@salesforce/plugin-trust": "^3.7.89",
21
21
  "@salesforce/sf-plugins-core": "^12.2.4",
22
22
  "@salesforce/ts-types": "^2.0.10",
@@ -5726,9 +5726,9 @@
5726
5726
  }
5727
5727
  },
5728
5728
  "node_modules/@salesforce/plugin-command-reference": {
5729
- "version": "3.1.65",
5730
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.65.tgz",
5731
- "integrity": "sha512-OuUdv7oAfWyVKKeFAua7j5bpQNeBl25I5SDXnF56m4YHnHhEIgsLP3oj7Ukw291ucpLKkeBkyiBv170bAjJHgg==",
5729
+ "version": "3.1.66",
5730
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.66.tgz",
5731
+ "integrity": "sha512-PVWX1w4X+EeH/511/oft8X8jB+XgnXhAqDsdVwieGhwE+7joGIUEDQc/U4WCgJ30rH92zjWEaUmXiVAY9h+KbA==",
5732
5732
  "license": "Apache-2.0",
5733
5733
  "dependencies": {
5734
5734
  "@oclif/core": "^4",
@@ -5736,7 +5736,7 @@
5736
5736
  "@salesforce/kit": "^3.2.3",
5737
5737
  "@salesforce/sf-plugins-core": "^11.3.12",
5738
5738
  "@salesforce/ts-types": "^2.0.11",
5739
- "chalk": "^5.5.0",
5739
+ "chalk": "^5.6.0",
5740
5740
  "debug": "^4.4.1",
5741
5741
  "handlebars": "^4.7.8"
5742
5742
  },
package/oclif.lock CHANGED
@@ -2279,17 +2279,17 @@
2279
2279
  dependencies:
2280
2280
  "@salesforce/ts-types" "^2.0.12"
2281
2281
 
2282
- "@salesforce/plugin-command-reference@^3.1.65":
2283
- version "3.1.65"
2284
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.65.tgz#af6cd928b9d4e4abb80caed5f8522a78da80f4b8"
2285
- integrity sha512-OuUdv7oAfWyVKKeFAua7j5bpQNeBl25I5SDXnF56m4YHnHhEIgsLP3oj7Ukw291ucpLKkeBkyiBv170bAjJHgg==
2282
+ "@salesforce/plugin-command-reference@^3.1.66":
2283
+ version "3.1.66"
2284
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.66.tgz#831c175aa32b4abcbc495946bd130dd132e05548"
2285
+ integrity sha512-PVWX1w4X+EeH/511/oft8X8jB+XgnXhAqDsdVwieGhwE+7joGIUEDQc/U4WCgJ30rH92zjWEaUmXiVAY9h+KbA==
2286
2286
  dependencies:
2287
2287
  "@oclif/core" "^4"
2288
2288
  "@salesforce/core" "^8.19.1"
2289
2289
  "@salesforce/kit" "^3.2.3"
2290
2290
  "@salesforce/sf-plugins-core" "^11.3.12"
2291
2291
  "@salesforce/ts-types" "^2.0.11"
2292
- chalk "^5.5.0"
2292
+ chalk "^5.6.0"
2293
2293
  debug "^4.4.1"
2294
2294
  handlebars "^4.7.8"
2295
2295
 
@@ -4012,7 +4012,7 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
4012
4012
  ansi-styles "^4.1.0"
4013
4013
  supports-color "^7.1.0"
4014
4014
 
4015
- chalk@^5.0.0, chalk@^5.3.0, chalk@^5.5.0, chalk@^5.6.0:
4015
+ chalk@^5.0.0, chalk@^5.3.0, chalk@^5.6.0:
4016
4016
  version "5.6.0"
4017
4017
  resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.0.tgz#a1a8d294ea3526dbb77660f12649a08490e33ab8"
4018
4018
  integrity sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==
@@ -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,12 +1025,21 @@
1126
1025
  "verify.js"
1127
1026
  ]
1128
1027
  },
1129
- "github:check:closed": {
1028
+ "cli:versions:inspect": {
1130
1029
  "aliases": [],
1131
1030
  "args": {},
1132
- "description": "Description of a command.",
1031
+ "description": "inspect the CLI version across all install paths",
1133
1032
  "examples": [
1134
- "<%= config.bin %> <%= command.id %> -o me@gus.com"
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"
1135
1043
  ],
1136
1044
  "flags": {
1137
1045
  "json": {
@@ -1149,97 +1057,73 @@
1149
1057
  "multiple": false,
1150
1058
  "type": "option"
1151
1059
  },
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,
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,
1160
1066
  "type": "option"
1161
1067
  },
1162
- "github-token": {
1163
- "env": "GITHUB_TOKEN",
1164
- "name": "github-token",
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",
1165
1078
  "required": true,
1166
- "summary": "Github token--store this in the environment as GITHUB_TOKEN",
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)",
1167
1080
  "hasDynamicHelp": false,
1168
- "multiple": false,
1081
+ "multiple": true,
1082
+ "options": [
1083
+ "stable",
1084
+ "stable-rc",
1085
+ "latest",
1086
+ "latest-rc",
1087
+ "nightly"
1088
+ ],
1169
1089
  "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
- },
1190
- "npm:dependencies:pin": {
1191
- "aliases": [],
1192
- "args": {},
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",
1194
- "flags": {
1195
- "json": {
1196
- "description": "Format output as json.",
1197
- "helpGroup": "GLOBAL",
1198
- "name": "json",
1199
- "allowNo": false,
1200
- "type": "boolean"
1201
1090
  },
1202
- "flags-dir": {
1203
- "helpGroup": "GLOBAL",
1204
- "name": "flags-dir",
1205
- "summary": "Import flag values from a directory.",
1091
+ "locations": {
1092
+ "char": "l",
1093
+ "name": "locations",
1094
+ "required": true,
1095
+ "summary": "the location you want to inspect",
1206
1096
  "hasDynamicHelp": false,
1207
- "multiple": false,
1097
+ "multiple": true,
1098
+ "options": [
1099
+ "archive",
1100
+ "npm"
1101
+ ],
1208
1102
  "type": "option"
1209
1103
  },
1210
- "dryrun": {
1211
- "char": "d",
1212
- "name": "dryrun",
1213
- "summary": "If true, will not make any changes to the package.json",
1104
+ "ignore-missing": {
1105
+ "name": "ignore-missing",
1106
+ "summary": "skip missing archives. Useful when supporting new architectures in oclif",
1214
1107
  "allowNo": false,
1215
1108
  "type": "boolean"
1216
- },
1217
- "tag": {
1218
- "char": "t",
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"
1225
1109
  }
1226
1110
  },
1227
1111
  "hasDynamicHelp": false,
1228
1112
  "hiddenAliases": [],
1229
- "id": "npm:dependencies:pin",
1113
+ "id": "cli:versions:inspect",
1230
1114
  "pluginAlias": "@salesforce/plugin-release-management",
1231
1115
  "pluginName": "@salesforce/plugin-release-management",
1232
1116
  "pluginType": "core",
1233
1117
  "strict": true,
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",
1118
+ "summary": "inspect the CLI version across all install paths",
1235
1119
  "enableJsonFlag": true,
1236
1120
  "isESM": true,
1237
1121
  "relativePath": [
1238
1122
  "lib",
1239
1123
  "commands",
1240
- "npm",
1241
- "dependencies",
1242
- "pin.js"
1124
+ "cli",
1125
+ "versions",
1126
+ "inspect.js"
1243
1127
  ]
1244
1128
  },
1245
1129
  "npm:package:release": {
@@ -1339,6 +1223,122 @@
1339
1223
  "release.js"
1340
1224
  ]
1341
1225
  },
1226
+ "npm:dependencies:pin": {
1227
+ "aliases": [],
1228
+ "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",
1230
+ "flags": {
1231
+ "json": {
1232
+ "description": "Format output as json.",
1233
+ "helpGroup": "GLOBAL",
1234
+ "name": "json",
1235
+ "allowNo": false,
1236
+ "type": "boolean"
1237
+ },
1238
+ "flags-dir": {
1239
+ "helpGroup": "GLOBAL",
1240
+ "name": "flags-dir",
1241
+ "summary": "Import flag values from a directory.",
1242
+ "hasDynamicHelp": false,
1243
+ "multiple": false,
1244
+ "type": "option"
1245
+ },
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",
1258
+ "hasDynamicHelp": false,
1259
+ "multiple": false,
1260
+ "type": "option"
1261
+ }
1262
+ },
1263
+ "hasDynamicHelp": false,
1264
+ "hiddenAliases": [],
1265
+ "id": "npm:dependencies:pin",
1266
+ "pluginAlias": "@salesforce/plugin-release-management",
1267
+ "pluginName": "@salesforce/plugin-release-management",
1268
+ "pluginType": "core",
1269
+ "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",
1271
+ "enableJsonFlag": true,
1272
+ "isESM": true,
1273
+ "relativePath": [
1274
+ "lib",
1275
+ "commands",
1276
+ "npm",
1277
+ "dependencies",
1278
+ "pin.js"
1279
+ ]
1280
+ },
1281
+ "github:check:closed": {
1282
+ "aliases": [],
1283
+ "args": {},
1284
+ "description": "Description of a command.",
1285
+ "examples": [
1286
+ "<%= config.bin %> <%= command.id %> -o me@gus.com"
1287
+ ],
1288
+ "flags": {
1289
+ "json": {
1290
+ "description": "Format output as json.",
1291
+ "helpGroup": "GLOBAL",
1292
+ "name": "json",
1293
+ "allowNo": false,
1294
+ "type": "boolean"
1295
+ },
1296
+ "flags-dir": {
1297
+ "helpGroup": "GLOBAL",
1298
+ "name": "flags-dir",
1299
+ "summary": "Import flag values from a directory.",
1300
+ "hasDynamicHelp": false,
1301
+ "multiple": false,
1302
+ "type": "option"
1303
+ },
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
1342
  "cli:install:jit:test": {
1343
1343
  "aliases": [],
1344
1344
  "args": {},
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.58"
1393
+ "version": "5.7.59"
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.58",
4
+ "version": "5.7.59",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -16,7 +16,7 @@
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/core": "^8.22.0",
18
18
  "@salesforce/kit": "^3.2.0",
19
- "@salesforce/plugin-command-reference": "^3.1.65",
19
+ "@salesforce/plugin-command-reference": "^3.1.66",
20
20
  "@salesforce/plugin-trust": "^3.7.89",
21
21
  "@salesforce/sf-plugins-core": "^12.2.4",
22
22
  "@salesforce/ts-types": "^2.0.10",