@salesforce/plugin-release-management 5.7.14 → 5.7.15

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.14/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.15/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.14/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.15/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.14/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.15/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.14/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.15/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.14/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.15/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.14/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.15/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.14/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.15/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.14/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.15/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.14/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.15/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.14/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.15/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.14/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.15/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.14/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.15/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.14/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.15/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.14/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.15/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.14/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.15/src/commands/npm/package/release.ts)_
637
637
 
638
638
  ## `sfdx plugins trust verify`
639
639
 
@@ -662,7 +662,7 @@ EXAMPLES
662
662
  $ sfdx plugins trust verify --npm @scope/npmName
663
663
  ```
664
664
 
665
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.78/src/commands/plugins/trust/verify.ts)_
665
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.79/src/commands/plugins/trust/verify.ts)_
666
666
 
667
667
  ## `sfdx repositories`
668
668
 
@@ -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.14/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.15/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.14",
3
+ "version": "5.7.15",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.7.14",
9
+ "version": "5.7.15",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.2.8",
@@ -17,7 +17,7 @@
17
17
  "@salesforce/core": "^8.9.0",
18
18
  "@salesforce/kit": "^3.2.0",
19
19
  "@salesforce/plugin-command-reference": "^3.1.49",
20
- "@salesforce/plugin-trust": "^3.7.78",
20
+ "@salesforce/plugin-trust": "^3.7.79",
21
21
  "@salesforce/sf-plugins-core": "^12.2.1",
22
22
  "@salesforce/ts-types": "^2.0.10",
23
23
  "aws-sdk": "^2.1692.0",
@@ -7737,9 +7737,9 @@
7737
7737
  }
7738
7738
  },
7739
7739
  "node_modules/@salesforce/plugin-info": {
7740
- "version": "3.4.51",
7741
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.51.tgz",
7742
- "integrity": "sha512-sFVL43lbGD4HgGRHasJcGo1DoPdIfDIAGRy/55yItVdVNEBl/w8lqxHXpI7gXx5c0oE1WPTgQTjsXgRfORXU3g==",
7740
+ "version": "3.4.52",
7741
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.52.tgz",
7742
+ "integrity": "sha512-AJiZXeNpNFS21fMIyYRrKP/mRryM2OrdKQnuhgsLgWa3wfTFGEIeSgo8WlmGOVbC+Rdr+oOxA8DAX+Yx8Jr+fQ==",
7743
7743
  "license": "BSD-3-Clause",
7744
7744
  "dependencies": {
7745
7745
  "@inquirer/input": "^2.3.0",
@@ -7820,15 +7820,15 @@
7820
7820
  }
7821
7821
  },
7822
7822
  "node_modules/@salesforce/plugin-trust": {
7823
- "version": "3.7.78",
7824
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.78.tgz",
7825
- "integrity": "sha512-6w+vo2AWJRT5nok74GItRWlvjxHFRNpppFjRNjZWAIw8RU/jP0W4F/lCa3xFIaM+frEQwyahfObLh8BAA+54kQ==",
7823
+ "version": "3.7.79",
7824
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.79.tgz",
7825
+ "integrity": "sha512-HHU8fPADWoesP0DklakbDD4BYeN5JLsdayujY2uwIcIGSjJ8WKT7ciEIKIJCsCgzlS+kivE2+0ojyuCtmdFk4Q==",
7826
7826
  "license": "BSD-3-Clause",
7827
7827
  "dependencies": {
7828
7828
  "@oclif/core": "^4",
7829
7829
  "@salesforce/core": "^8.8.7",
7830
7830
  "@salesforce/kit": "^3.2.0",
7831
- "@salesforce/plugin-info": "^3.4.50",
7831
+ "@salesforce/plugin-info": "^3.4.51",
7832
7832
  "@salesforce/sf-plugins-core": "^12",
7833
7833
  "got": "^13.0.0",
7834
7834
  "npm": "^10.9.2",
package/oclif.lock CHANGED
@@ -2211,10 +2211,10 @@
2211
2211
  debug "^4.4.0"
2212
2212
  handlebars "^4.7.8"
2213
2213
 
2214
- "@salesforce/plugin-info@^3.4.50":
2215
- version "3.4.51"
2216
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.51.tgz#1ff4c5c25f6df76a87ac0bfe16b197562de01c03"
2217
- integrity sha512-sFVL43lbGD4HgGRHasJcGo1DoPdIfDIAGRy/55yItVdVNEBl/w8lqxHXpI7gXx5c0oE1WPTgQTjsXgRfORXU3g==
2214
+ "@salesforce/plugin-info@^3.4.51":
2215
+ version "3.4.52"
2216
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.52.tgz#e7fc5cca53dea78b59115811badb07d502e7285f"
2217
+ integrity sha512-AJiZXeNpNFS21fMIyYRrKP/mRryM2OrdKQnuhgsLgWa3wfTFGEIeSgo8WlmGOVbC+Rdr+oOxA8DAX+Yx8Jr+fQ==
2218
2218
  dependencies:
2219
2219
  "@inquirer/input" "^2.3.0"
2220
2220
  "@jsforce/jsforce-node" "^3.7.0"
@@ -2229,15 +2229,15 @@
2229
2229
  proxy-agent "^6.5.0"
2230
2230
  semver "^7.7.1"
2231
2231
 
2232
- "@salesforce/plugin-trust@^3.7.78":
2233
- version "3.7.78"
2234
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-trust/-/plugin-trust-3.7.78.tgz#03bdcac8a78b52f0b703eb7dee0036a12fe0c321"
2235
- integrity sha512-6w+vo2AWJRT5nok74GItRWlvjxHFRNpppFjRNjZWAIw8RU/jP0W4F/lCa3xFIaM+frEQwyahfObLh8BAA+54kQ==
2232
+ "@salesforce/plugin-trust@^3.7.79":
2233
+ version "3.7.79"
2234
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-trust/-/plugin-trust-3.7.79.tgz#e474312a9b63425630e6eb755b30a299a733ab2e"
2235
+ integrity sha512-HHU8fPADWoesP0DklakbDD4BYeN5JLsdayujY2uwIcIGSjJ8WKT7ciEIKIJCsCgzlS+kivE2+0ojyuCtmdFk4Q==
2236
2236
  dependencies:
2237
2237
  "@oclif/core" "^4"
2238
2238
  "@salesforce/core" "^8.8.7"
2239
2239
  "@salesforce/kit" "^3.2.0"
2240
- "@salesforce/plugin-info" "^3.4.50"
2240
+ "@salesforce/plugin-info" "^3.4.51"
2241
2241
  "@salesforce/sf-plugins-core" "^12"
2242
2242
  got "^13.0.0"
2243
2243
  npm "^10.9.2"
@@ -848,12 +848,12 @@
848
848
  "build.js"
849
849
  ]
850
850
  },
851
- "github:check:closed": {
851
+ "cli:tarballs:prepare": {
852
852
  "aliases": [],
853
853
  "args": {},
854
- "description": "Description of a command.",
854
+ "description": "remove unnecessary files from node_modules",
855
855
  "examples": [
856
- "<%= config.bin %> <%= command.id %> -o me@gus.com"
856
+ "<%= config.bin %> <%= command.id %>"
857
857
  ],
858
858
  "flags": {
859
859
  "json": {
@@ -871,59 +871,52 @@
871
871
  "multiple": false,
872
872
  "type": "option"
873
873
  },
874
- "gus": {
875
- "char": "o",
876
- "name": "gus",
877
- "noCacheDefault": true,
878
- "required": true,
879
- "summary": "Username/alias of your GUS org connection",
880
- "hasDynamicHelp": true,
881
- "multiple": false,
882
- "type": "option"
874
+ "dryrun": {
875
+ "char": "d",
876
+ "name": "dryrun",
877
+ "summary": "only show what would be removed from node_modules",
878
+ "allowNo": false,
879
+ "type": "boolean"
883
880
  },
884
- "github-token": {
885
- "env": "GITHUB_TOKEN",
886
- "name": "github-token",
887
- "required": true,
888
- "summary": "Github token--store this in the environment as GITHUB_TOKEN",
889
- "hasDynamicHelp": false,
890
- "multiple": false,
891
- "type": "option"
881
+ "types": {
882
+ "char": "t",
883
+ "name": "types",
884
+ "summary": "remove all types (.d.ts) files from node_modules",
885
+ "allowNo": false,
886
+ "type": "boolean"
887
+ },
888
+ "verbose": {
889
+ "name": "verbose",
890
+ "summary": "show all files paths being removed",
891
+ "allowNo": false,
892
+ "type": "boolean"
892
893
  }
893
894
  },
894
- "hasDynamicHelp": true,
895
+ "hasDynamicHelp": false,
895
896
  "hiddenAliases": [],
896
- "id": "github:check:closed",
897
+ "id": "cli:tarballs:prepare",
897
898
  "pluginAlias": "@salesforce/plugin-release-management",
898
899
  "pluginName": "@salesforce/plugin-release-management",
899
900
  "pluginType": "core",
900
901
  "strict": true,
901
- "summary": "Show open Github issues with GUS WI",
902
+ "summary": "remove unnecessary files from node_modules",
902
903
  "enableJsonFlag": true,
903
904
  "isESM": true,
904
905
  "relativePath": [
905
906
  "lib",
906
907
  "commands",
907
- "github",
908
- "check",
909
- "closed.js"
908
+ "cli",
909
+ "tarballs",
910
+ "prepare.js"
910
911
  ]
911
912
  },
912
- "cli:versions:inspect": {
913
+ "cli:tarballs:smoke": {
913
914
  "aliases": [],
914
915
  "args": {},
915
- "description": "inspect the CLI version across all install paths",
916
+ "description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
916
917
  "examples": [
917
- "<%= config.bin %> <%= command.id %> -l archive -c stable",
918
- "<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
919
- "<%= config.bin %> <%= command.id %> -l archive npm -c stable",
920
- "<%= config.bin %> <%= command.id %> -l archive npm -c latest",
921
- "<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
922
- "<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
923
- "<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
924
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
925
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
926
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
918
+ "<%= config.bin %> <%= command.id %>",
919
+ "<%= config.bin %> <%= command.id %>"
927
920
  ],
928
921
  "flags": {
929
922
  "json": {
@@ -941,81 +934,39 @@
941
934
  "multiple": false,
942
935
  "type": "option"
943
936
  },
944
- "dependencies": {
945
- "char": "d",
946
- "name": "dependencies",
947
- "summary": "glob pattern of dependencies you want to see the version of",
948
- "hasDynamicHelp": false,
949
- "multiple": true,
950
- "type": "option"
951
- },
952
- "salesforce": {
953
- "char": "s",
954
- "name": "salesforce",
955
- "summary": "show versions of salesforce owned dependencies",
956
- "allowNo": false,
957
- "type": "boolean"
958
- },
959
- "channels": {
960
- "char": "c",
961
- "name": "channels",
962
- "required": true,
963
- "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)",
964
- "hasDynamicHelp": false,
965
- "multiple": true,
966
- "options": [
967
- "stable",
968
- "stable-rc",
969
- "latest",
970
- "latest-rc",
971
- "nightly"
972
- ],
973
- "type": "option"
974
- },
975
- "locations": {
976
- "char": "l",
977
- "name": "locations",
978
- "required": true,
979
- "summary": "the location you want to inspect",
980
- "hasDynamicHelp": false,
981
- "multiple": true,
982
- "options": [
983
- "archive",
984
- "npm"
985
- ],
986
- "type": "option"
987
- },
988
- "ignore-missing": {
989
- "name": "ignore-missing",
990
- "summary": "skip missing archives. Useful when supporting new architectures in oclif",
937
+ "verbose": {
938
+ "name": "verbose",
939
+ "summary": "show the --help output for each command",
991
940
  "allowNo": false,
992
941
  "type": "boolean"
993
942
  }
994
943
  },
995
944
  "hasDynamicHelp": false,
996
945
  "hiddenAliases": [],
997
- "id": "cli:versions:inspect",
946
+ "id": "cli:tarballs:smoke",
998
947
  "pluginAlias": "@salesforce/plugin-release-management",
999
948
  "pluginName": "@salesforce/plugin-release-management",
1000
949
  "pluginType": "core",
1001
950
  "strict": true,
1002
- "summary": "inspect the CLI version across all install paths",
951
+ "summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
1003
952
  "enableJsonFlag": true,
1004
953
  "isESM": true,
1005
954
  "relativePath": [
1006
955
  "lib",
1007
956
  "commands",
1008
957
  "cli",
1009
- "versions",
1010
- "inspect.js"
958
+ "tarballs",
959
+ "smoke.js"
1011
960
  ]
1012
961
  },
1013
- "cli:tarballs:prepare": {
962
+ "cli:tarballs:verify": {
1014
963
  "aliases": [],
1015
964
  "args": {},
1016
- "description": "remove unnecessary files from node_modules",
965
+ "description": "verify that tarballs are ready to be uploaded",
1017
966
  "examples": [
1018
- "<%= config.bin %> <%= command.id %>"
967
+ "<%= config.bin %> <%= command.id %>",
968
+ "<%= config.bin %> <%= command.id %> --cli sfdx",
969
+ "<%= config.bin %> <%= command.id %> --cli sf"
1019
970
  ],
1020
971
  "flags": {
1021
972
  "json": {
@@ -1033,35 +984,37 @@
1033
984
  "multiple": false,
1034
985
  "type": "option"
1035
986
  },
1036
- "dryrun": {
1037
- "char": "d",
1038
- "name": "dryrun",
1039
- "summary": "only show what would be removed from node_modules",
1040
- "allowNo": false,
1041
- "type": "boolean"
1042
- },
1043
- "types": {
1044
- "char": "t",
1045
- "name": "types",
1046
- "summary": "remove all types (.d.ts) files from node_modules",
1047
- "allowNo": false,
1048
- "type": "boolean"
987
+ "cli": {
988
+ "char": "c",
989
+ "name": "cli",
990
+ "summary": "the cli to verify",
991
+ "default": "sfdx",
992
+ "hasDynamicHelp": false,
993
+ "multiple": false,
994
+ "options": [
995
+ "sf",
996
+ "sfdx"
997
+ ],
998
+ "type": "option"
1049
999
  },
1050
- "verbose": {
1051
- "name": "verbose",
1052
- "summary": "show all files paths being removed",
1053
- "allowNo": false,
1054
- "type": "boolean"
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,
1005
+ "hasDynamicHelp": false,
1006
+ "multiple": false,
1007
+ "type": "option"
1055
1008
  }
1056
1009
  },
1057
1010
  "hasDynamicHelp": false,
1058
1011
  "hiddenAliases": [],
1059
- "id": "cli:tarballs:prepare",
1012
+ "id": "cli:tarballs:verify",
1060
1013
  "pluginAlias": "@salesforce/plugin-release-management",
1061
1014
  "pluginName": "@salesforce/plugin-release-management",
1062
1015
  "pluginType": "core",
1063
1016
  "strict": true,
1064
- "summary": "remove unnecessary files from node_modules",
1017
+ "summary": "verify that tarballs are ready to be uploaded",
1065
1018
  "enableJsonFlag": true,
1066
1019
  "isESM": true,
1067
1020
  "relativePath": [
@@ -1069,16 +1022,24 @@
1069
1022
  "commands",
1070
1023
  "cli",
1071
1024
  "tarballs",
1072
- "prepare.js"
1025
+ "verify.js"
1073
1026
  ]
1074
1027
  },
1075
- "cli:tarballs:smoke": {
1028
+ "cli:versions:inspect": {
1076
1029
  "aliases": [],
1077
1030
  "args": {},
1078
- "description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
1031
+ "description": "inspect the CLI version across all install paths",
1079
1032
  "examples": [
1080
- "<%= config.bin %> <%= command.id %>",
1081
- "<%= config.bin %> <%= command.id %>"
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"
1082
1043
  ],
1083
1044
  "flags": {
1084
1045
  "json": {
@@ -1096,39 +1057,81 @@
1096
1057
  "multiple": false,
1097
1058
  "type": "option"
1098
1059
  },
1099
- "verbose": {
1100
- "name": "verbose",
1101
- "summary": "show the --help output for each command",
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",
1102
1107
  "allowNo": false,
1103
1108
  "type": "boolean"
1104
1109
  }
1105
1110
  },
1106
1111
  "hasDynamicHelp": false,
1107
1112
  "hiddenAliases": [],
1108
- "id": "cli:tarballs:smoke",
1113
+ "id": "cli:versions:inspect",
1109
1114
  "pluginAlias": "@salesforce/plugin-release-management",
1110
1115
  "pluginName": "@salesforce/plugin-release-management",
1111
1116
  "pluginType": "core",
1112
1117
  "strict": true,
1113
- "summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
1118
+ "summary": "inspect the CLI version across all install paths",
1114
1119
  "enableJsonFlag": true,
1115
1120
  "isESM": true,
1116
1121
  "relativePath": [
1117
1122
  "lib",
1118
1123
  "commands",
1119
1124
  "cli",
1120
- "tarballs",
1121
- "smoke.js"
1125
+ "versions",
1126
+ "inspect.js"
1122
1127
  ]
1123
1128
  },
1124
- "cli:tarballs:verify": {
1129
+ "github:check:closed": {
1125
1130
  "aliases": [],
1126
1131
  "args": {},
1127
- "description": "verify that tarballs are ready to be uploaded",
1132
+ "description": "Description of a command.",
1128
1133
  "examples": [
1129
- "<%= config.bin %> <%= command.id %>",
1130
- "<%= config.bin %> <%= command.id %> --cli sfdx",
1131
- "<%= config.bin %> <%= command.id %> --cli sf"
1134
+ "<%= config.bin %> <%= command.id %> -o me@gus.com"
1132
1135
  ],
1133
1136
  "flags": {
1134
1137
  "json": {
@@ -1146,45 +1149,42 @@
1146
1149
  "multiple": false,
1147
1150
  "type": "option"
1148
1151
  },
1149
- "cli": {
1150
- "char": "c",
1151
- "name": "cli",
1152
- "summary": "the cli to verify",
1153
- "default": "sfdx",
1154
- "hasDynamicHelp": false,
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,
1155
1159
  "multiple": false,
1156
- "options": [
1157
- "sf",
1158
- "sfdx"
1159
- ],
1160
1160
  "type": "option"
1161
1161
  },
1162
- "windows-username-buffer": {
1163
- "char": "w",
1164
- "name": "windows-username-buffer",
1165
- "summary": "the number of characters to allow for windows usernames",
1166
- "default": 41,
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
1167
  "hasDynamicHelp": false,
1168
1168
  "multiple": false,
1169
1169
  "type": "option"
1170
1170
  }
1171
1171
  },
1172
- "hasDynamicHelp": false,
1172
+ "hasDynamicHelp": true,
1173
1173
  "hiddenAliases": [],
1174
- "id": "cli:tarballs:verify",
1174
+ "id": "github:check:closed",
1175
1175
  "pluginAlias": "@salesforce/plugin-release-management",
1176
1176
  "pluginName": "@salesforce/plugin-release-management",
1177
1177
  "pluginType": "core",
1178
1178
  "strict": true,
1179
- "summary": "verify that tarballs are ready to be uploaded",
1179
+ "summary": "Show open Github issues with GUS WI",
1180
1180
  "enableJsonFlag": true,
1181
1181
  "isESM": true,
1182
1182
  "relativePath": [
1183
1183
  "lib",
1184
1184
  "commands",
1185
- "cli",
1186
- "tarballs",
1187
- "verify.js"
1185
+ "github",
1186
+ "check",
1187
+ "closed.js"
1188
1188
  ]
1189
1189
  },
1190
1190
  "npm:dependencies:pin": {
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.14"
1393
+ "version": "5.7.15"
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.14",
4
+ "version": "5.7.15",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -17,7 +17,7 @@
17
17
  "@salesforce/core": "^8.9.0",
18
18
  "@salesforce/kit": "^3.2.0",
19
19
  "@salesforce/plugin-command-reference": "^3.1.49",
20
- "@salesforce/plugin-trust": "^3.7.78",
20
+ "@salesforce/plugin-trust": "^3.7.79",
21
21
  "@salesforce/sf-plugins-core": "^12.2.1",
22
22
  "@salesforce/ts-types": "^2.0.10",
23
23
  "aws-sdk": "^2.1692.0",