@salesforce/plugin-release-management 5.6.36 → 5.6.37

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.6.36/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.36/src/commands/cli/artifacts/compare.ts)_
172
+ _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.36/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.6.37/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.6.36/src/commands/cli/install/test.ts)_
234
+ _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.36/src/commands/cli/release/automerge.ts)_
265
+ _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.36/src/commands/cli/release/build.ts)_
328
+ _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.36/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.36/src/commands/cli/tarballs/prepare.ts)_
397
+ _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.36/src/commands/cli/tarballs/smoke.ts)_
427
+ _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.36/src/commands/cli/tarballs/verify.ts)_
459
+ _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.36/src/commands/cli/versions/inspect.ts)_
511
+ _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.36/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.36/src/commands/github/check/closed.ts)_
578
+ _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.36/src/commands/npm/dependencies/pin.ts)_
604
+ _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.36/src/commands/npm/package/release.ts)_
636
+ _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.36/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/src/commands/repositories/index.ts)_
705
705
 
706
706
  <!-- commandsstop -->
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.6.36",
3
+ "version": "5.6.37",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.6.36",
9
+ "version": "5.6.37",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@oclif/core": "^4.2.2",
12
+ "@oclif/core": "^4.2.3",
13
13
  "@octokit/core": "^4.2.4",
14
14
  "@octokit/plugin-paginate-rest": "^6.1.2",
15
15
  "@octokit/plugin-throttling": "^5.2.3",
@@ -36,7 +36,7 @@
36
36
  "sf-release": "bin/run.js"
37
37
  },
38
38
  "devDependencies": {
39
- "@oclif/plugin-command-snapshot": "^5.2.24",
39
+ "@oclif/plugin-command-snapshot": "^5.2.26",
40
40
  "@salesforce/dev-scripts": "^10.2.4",
41
41
  "@salesforce/ts-sinon": "^1.4.30",
42
42
  "@types/semver": "^7.5.8",
@@ -4567,13 +4567,13 @@
4567
4567
  }
4568
4568
  },
4569
4569
  "node_modules/@oclif/core": {
4570
- "version": "4.2.2",
4571
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.2.tgz",
4572
- "integrity": "sha512-5jGzLDu96jG67G2sF21A3u67FJwSRnOnjaJwobiI7sgSg5uuVAHn4j1DahhfC4K7UEcXqXBBH064JyZ9yS4xHg==",
4570
+ "version": "4.2.3",
4571
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.3.tgz",
4572
+ "integrity": "sha512-JVEONwSZAfTNZCS81ah2u42Ya1mSeutCtHpoqMq/U+vP9Ka3Ni15/AqtcVtpH1afdUUn5RgtJYj+zlsrvMwksA==",
4573
4573
  "license": "MIT",
4574
4574
  "dependencies": {
4575
4575
  "ansi-escapes": "^4.3.2",
4576
- "ansis": "^3.6.0",
4576
+ "ansis": "^3.8.1",
4577
4577
  "clean-stack": "^3.0.1",
4578
4578
  "cli-spinners": "^2.9.2",
4579
4579
  "debug": "^4.4.0",
@@ -4643,14 +4643,14 @@
4643
4643
  }
4644
4644
  },
4645
4645
  "node_modules/@oclif/plugin-command-snapshot": {
4646
- "version": "5.2.24",
4647
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.24.tgz",
4648
- "integrity": "sha512-KgsIyW1hf53JbySSSWv3FzGgtinX3xSj/Uuu+81Wn6em3csyrOfS60J4mUyB2BtSfCj+OXRzwoXluYiTJy974w==",
4646
+ "version": "5.2.26",
4647
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.26.tgz",
4648
+ "integrity": "sha512-ErJ9CKb0NuAo4HTFAwy2Jqy+/uVOzBeAVmWbJlxsSh4UIOZMkza26bX3xxciQIMxiz6XkcIlFWSg6Mt0XNZuig==",
4649
4649
  "dev": true,
4650
4650
  "license": "MIT",
4651
4651
  "dependencies": {
4652
4652
  "@oclif/core": "^4",
4653
- "ansis": "^3.5.2",
4653
+ "ansis": "^3.8.1",
4654
4654
  "globby": "^14.0.2",
4655
4655
  "just-diff": "^5.2.0",
4656
4656
  "lodash.difference": "^4.5.0",
@@ -7223,9 +7223,9 @@
7223
7223
  "license": "MIT"
7224
7224
  },
7225
7225
  "node_modules/ansis": {
7226
- "version": "3.8.1",
7227
- "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.8.1.tgz",
7228
- "integrity": "sha512-gzGUTqsBugYCegbhldz7Ox9NrizAlCSAP5Y6rRD9agN76osoyhKznznmaB4G5BAVvrqwksPOGdnYh1Q000cUqw==",
7226
+ "version": "3.9.0",
7227
+ "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.9.0.tgz",
7228
+ "integrity": "sha512-PcDrVe15ldexeZMsVLBAzBwF2KhZgaU0R+CHxH+x5kqn/pO+UWVBZJ+NEXMPpEOLUFeNsnNdoWYc2gwO+MVkDg==",
7229
7229
  "license": "ISC",
7230
7230
  "engines": {
7231
7231
  "node": ">=16"
package/oclif.lock CHANGED
@@ -1963,13 +1963,13 @@
1963
1963
  proc-log "^5.0.0"
1964
1964
  which "^5.0.0"
1965
1965
 
1966
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@^4.2.2":
1967
- version "4.2.2"
1968
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.2.tgz#1f46f4a613f16dda636d27e0192d50f4b885e8d4"
1969
- integrity sha512-5jGzLDu96jG67G2sF21A3u67FJwSRnOnjaJwobiI7sgSg5uuVAHn4j1DahhfC4K7UEcXqXBBH064JyZ9yS4xHg==
1966
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@^4.2.3":
1967
+ version "4.2.3"
1968
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.3.tgz#b81399b7cf4758b5fe59777e060fb84c7c7e6153"
1969
+ integrity sha512-JVEONwSZAfTNZCS81ah2u42Ya1mSeutCtHpoqMq/U+vP9Ka3Ni15/AqtcVtpH1afdUUn5RgtJYj+zlsrvMwksA==
1970
1970
  dependencies:
1971
1971
  ansi-escapes "^4.3.2"
1972
- ansis "^3.6.0"
1972
+ ansis "^3.8.1"
1973
1973
  clean-stack "^3.0.1"
1974
1974
  cli-spinners "^2.9.2"
1975
1975
  debug "^4.4.0"
@@ -1987,13 +1987,13 @@
1987
1987
  wordwrap "^1.0.0"
1988
1988
  wrap-ansi "^7.0.0"
1989
1989
 
1990
- "@oclif/plugin-command-snapshot@^5.2.24":
1991
- version "5.2.24"
1992
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.24.tgz#bc349c216ab86f70f35b1c3e53d8a93989b1cdd0"
1993
- integrity sha512-KgsIyW1hf53JbySSSWv3FzGgtinX3xSj/Uuu+81Wn6em3csyrOfS60J4mUyB2BtSfCj+OXRzwoXluYiTJy974w==
1990
+ "@oclif/plugin-command-snapshot@^5.2.26":
1991
+ version "5.2.26"
1992
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.26.tgz#22da051ecabc0f0acbbfd43a0e33e32bdebdb9b1"
1993
+ integrity sha512-ErJ9CKb0NuAo4HTFAwy2Jqy+/uVOzBeAVmWbJlxsSh4UIOZMkza26bX3xxciQIMxiz6XkcIlFWSg6Mt0XNZuig==
1994
1994
  dependencies:
1995
1995
  "@oclif/core" "^4"
1996
- ansis "^3.5.2"
1996
+ ansis "^3.8.1"
1997
1997
  globby "^14.0.2"
1998
1998
  just-diff "^5.2.0"
1999
1999
  lodash.difference "^4.5.0"
@@ -3477,10 +3477,10 @@ ansicolors@~0.3.2:
3477
3477
  resolved "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz"
3478
3478
  integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
3479
3479
 
3480
- ansis@^3.3.2, ansis@^3.5.2, ansis@^3.6.0:
3481
- version "3.8.1"
3482
- resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.8.1.tgz#60656ef3f7d60f4aed4bb69ec1429ef393f7b90e"
3483
- integrity sha512-gzGUTqsBugYCegbhldz7Ox9NrizAlCSAP5Y6rRD9agN76osoyhKznznmaB4G5BAVvrqwksPOGdnYh1Q000cUqw==
3480
+ ansis@^3.3.2, ansis@^3.5.2, ansis@^3.8.1:
3481
+ version "3.9.0"
3482
+ resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.9.0.tgz#d195c93c31a333916142ff8f0be4d7e3872f262e"
3483
+ integrity sha512-PcDrVe15ldexeZMsVLBAzBwF2KhZgaU0R+CHxH+x5kqn/pO+UWVBZJ+NEXMPpEOLUFeNsnNdoWYc2gwO+MVkDg==
3484
3484
 
3485
3485
  anymatch@~3.1.2:
3486
3486
  version "3.1.3"
@@ -848,12 +848,21 @@
848
848
  "build.js"
849
849
  ]
850
850
  },
851
- "cli:tarballs:prepare": {
851
+ "cli:versions:inspect": {
852
852
  "aliases": [],
853
853
  "args": {},
854
- "description": "remove unnecessary files from node_modules",
854
+ "description": "inspect the CLI version across all install paths",
855
855
  "examples": [
856
- "<%= config.bin %> <%= command.id %>"
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"
857
866
  ],
858
867
  "flags": {
859
868
  "json": {
@@ -871,52 +880,81 @@
871
880
  "multiple": false,
872
881
  "type": "option"
873
882
  },
874
- "dryrun": {
883
+ "dependencies": {
875
884
  "char": "d",
876
- "name": "dryrun",
877
- "summary": "only show what would be removed from node_modules",
878
- "allowNo": false,
879
- "type": "boolean"
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"
880
890
  },
881
- "types": {
882
- "char": "t",
883
- "name": "types",
884
- "summary": "remove all types (.d.ts) files from node_modules",
891
+ "salesforce": {
892
+ "char": "s",
893
+ "name": "salesforce",
894
+ "summary": "show versions of salesforce owned dependencies",
885
895
  "allowNo": false,
886
896
  "type": "boolean"
887
897
  },
888
- "verbose": {
889
- "name": "verbose",
890
- "summary": "show all files paths being removed",
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",
891
930
  "allowNo": false,
892
931
  "type": "boolean"
893
932
  }
894
933
  },
895
934
  "hasDynamicHelp": false,
896
935
  "hiddenAliases": [],
897
- "id": "cli:tarballs:prepare",
936
+ "id": "cli:versions:inspect",
898
937
  "pluginAlias": "@salesforce/plugin-release-management",
899
938
  "pluginName": "@salesforce/plugin-release-management",
900
939
  "pluginType": "core",
901
940
  "strict": true,
902
- "summary": "remove unnecessary files from node_modules",
941
+ "summary": "inspect the CLI version across all install paths",
903
942
  "enableJsonFlag": true,
904
943
  "isESM": true,
905
944
  "relativePath": [
906
945
  "lib",
907
946
  "commands",
908
947
  "cli",
909
- "tarballs",
910
- "prepare.js"
948
+ "versions",
949
+ "inspect.js"
911
950
  ]
912
951
  },
913
- "cli:tarballs:smoke": {
952
+ "github:check:closed": {
914
953
  "aliases": [],
915
954
  "args": {},
916
- "description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
955
+ "description": "Description of a command.",
917
956
  "examples": [
918
- "<%= config.bin %> <%= command.id %>",
919
- "<%= config.bin %> <%= command.id %>"
957
+ "<%= config.bin %> <%= command.id %> -o me@gus.com"
920
958
  ],
921
959
  "flags": {
922
960
  "json": {
@@ -934,39 +972,50 @@
934
972
  "multiple": false,
935
973
  "type": "option"
936
974
  },
937
- "verbose": {
938
- "name": "verbose",
939
- "summary": "show the --help output for each command",
940
- "allowNo": false,
941
- "type": "boolean"
975
+ "gus": {
976
+ "char": "o",
977
+ "name": "gus",
978
+ "noCacheDefault": true,
979
+ "required": true,
980
+ "summary": "Username/alias of your GUS org connection",
981
+ "hasDynamicHelp": true,
982
+ "multiple": false,
983
+ "type": "option"
984
+ },
985
+ "github-token": {
986
+ "env": "GITHUB_TOKEN",
987
+ "name": "github-token",
988
+ "required": true,
989
+ "summary": "Github token--store this in the environment as GITHUB_TOKEN",
990
+ "hasDynamicHelp": false,
991
+ "multiple": false,
992
+ "type": "option"
942
993
  }
943
994
  },
944
- "hasDynamicHelp": false,
995
+ "hasDynamicHelp": true,
945
996
  "hiddenAliases": [],
946
- "id": "cli:tarballs:smoke",
997
+ "id": "github:check:closed",
947
998
  "pluginAlias": "@salesforce/plugin-release-management",
948
999
  "pluginName": "@salesforce/plugin-release-management",
949
1000
  "pluginType": "core",
950
1001
  "strict": true,
951
- "summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
1002
+ "summary": "Show open Github issues with GUS WI",
952
1003
  "enableJsonFlag": true,
953
1004
  "isESM": true,
954
1005
  "relativePath": [
955
1006
  "lib",
956
1007
  "commands",
957
- "cli",
958
- "tarballs",
959
- "smoke.js"
1008
+ "github",
1009
+ "check",
1010
+ "closed.js"
960
1011
  ]
961
1012
  },
962
- "cli:tarballs:verify": {
1013
+ "cli:tarballs:prepare": {
963
1014
  "aliases": [],
964
1015
  "args": {},
965
- "description": "verify that tarballs are ready to be uploaded",
1016
+ "description": "remove unnecessary files from node_modules",
966
1017
  "examples": [
967
- "<%= config.bin %> <%= command.id %>",
968
- "<%= config.bin %> <%= command.id %> --cli sfdx",
969
- "<%= config.bin %> <%= command.id %> --cli sf"
1018
+ "<%= config.bin %> <%= command.id %>"
970
1019
  ],
971
1020
  "flags": {
972
1021
  "json": {
@@ -984,37 +1033,35 @@
984
1033
  "multiple": false,
985
1034
  "type": "option"
986
1035
  },
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"
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"
999
1042
  },
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"
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"
1049
+ },
1050
+ "verbose": {
1051
+ "name": "verbose",
1052
+ "summary": "show all files paths being removed",
1053
+ "allowNo": false,
1054
+ "type": "boolean"
1008
1055
  }
1009
1056
  },
1010
1057
  "hasDynamicHelp": false,
1011
1058
  "hiddenAliases": [],
1012
- "id": "cli:tarballs:verify",
1059
+ "id": "cli:tarballs:prepare",
1013
1060
  "pluginAlias": "@salesforce/plugin-release-management",
1014
1061
  "pluginName": "@salesforce/plugin-release-management",
1015
1062
  "pluginType": "core",
1016
1063
  "strict": true,
1017
- "summary": "verify that tarballs are ready to be uploaded",
1064
+ "summary": "remove unnecessary files from node_modules",
1018
1065
  "enableJsonFlag": true,
1019
1066
  "isESM": true,
1020
1067
  "relativePath": [
@@ -1022,24 +1069,16 @@
1022
1069
  "commands",
1023
1070
  "cli",
1024
1071
  "tarballs",
1025
- "verify.js"
1072
+ "prepare.js"
1026
1073
  ]
1027
1074
  },
1028
- "cli:versions:inspect": {
1075
+ "cli:tarballs:smoke": {
1029
1076
  "aliases": [],
1030
1077
  "args": {},
1031
- "description": "inspect the CLI version across all install paths",
1078
+ "description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
1032
1079
  "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"
1080
+ "<%= config.bin %> <%= command.id %>",
1081
+ "<%= config.bin %> <%= command.id %>"
1043
1082
  ],
1044
1083
  "flags": {
1045
1084
  "json": {
@@ -1057,81 +1096,39 @@
1057
1096
  "multiple": false,
1058
1097
  "type": "option"
1059
1098
  },
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",
1099
+ "verbose": {
1100
+ "name": "verbose",
1101
+ "summary": "show the --help output for each command",
1107
1102
  "allowNo": false,
1108
1103
  "type": "boolean"
1109
1104
  }
1110
1105
  },
1111
1106
  "hasDynamicHelp": false,
1112
1107
  "hiddenAliases": [],
1113
- "id": "cli:versions:inspect",
1108
+ "id": "cli:tarballs:smoke",
1114
1109
  "pluginAlias": "@salesforce/plugin-release-management",
1115
1110
  "pluginName": "@salesforce/plugin-release-management",
1116
1111
  "pluginType": "core",
1117
1112
  "strict": true,
1118
- "summary": "inspect the CLI version across all install paths",
1113
+ "summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
1119
1114
  "enableJsonFlag": true,
1120
1115
  "isESM": true,
1121
1116
  "relativePath": [
1122
1117
  "lib",
1123
1118
  "commands",
1124
1119
  "cli",
1125
- "versions",
1126
- "inspect.js"
1120
+ "tarballs",
1121
+ "smoke.js"
1127
1122
  ]
1128
1123
  },
1129
- "github:check:closed": {
1124
+ "cli:tarballs:verify": {
1130
1125
  "aliases": [],
1131
1126
  "args": {},
1132
- "description": "Description of a command.",
1127
+ "description": "verify that tarballs are ready to be uploaded",
1133
1128
  "examples": [
1134
- "<%= config.bin %> <%= command.id %> -o me@gus.com"
1129
+ "<%= config.bin %> <%= command.id %>",
1130
+ "<%= config.bin %> <%= command.id %> --cli sfdx",
1131
+ "<%= config.bin %> <%= command.id %> --cli sf"
1135
1132
  ],
1136
1133
  "flags": {
1137
1134
  "json": {
@@ -1149,42 +1146,45 @@
1149
1146
  "multiple": false,
1150
1147
  "type": "option"
1151
1148
  },
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,
1149
+ "cli": {
1150
+ "char": "c",
1151
+ "name": "cli",
1152
+ "summary": "the cli to verify",
1153
+ "default": "sfdx",
1154
+ "hasDynamicHelp": false,
1159
1155
  "multiple": false,
1156
+ "options": [
1157
+ "sf",
1158
+ "sfdx"
1159
+ ],
1160
1160
  "type": "option"
1161
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",
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,
1167
1167
  "hasDynamicHelp": false,
1168
1168
  "multiple": false,
1169
1169
  "type": "option"
1170
1170
  }
1171
1171
  },
1172
- "hasDynamicHelp": true,
1172
+ "hasDynamicHelp": false,
1173
1173
  "hiddenAliases": [],
1174
- "id": "github:check:closed",
1174
+ "id": "cli:tarballs:verify",
1175
1175
  "pluginAlias": "@salesforce/plugin-release-management",
1176
1176
  "pluginName": "@salesforce/plugin-release-management",
1177
1177
  "pluginType": "core",
1178
1178
  "strict": true,
1179
- "summary": "Show open Github issues with GUS WI",
1179
+ "summary": "verify that tarballs are ready to be uploaded",
1180
1180
  "enableJsonFlag": true,
1181
1181
  "isESM": true,
1182
1182
  "relativePath": [
1183
1183
  "lib",
1184
1184
  "commands",
1185
- "github",
1186
- "check",
1187
- "closed.js"
1185
+ "cli",
1186
+ "tarballs",
1187
+ "verify.js"
1188
1188
  ]
1189
1189
  },
1190
1190
  "npm:dependencies:pin": {
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.6.36"
1393
+ "version": "5.6.37"
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.6.36",
4
+ "version": "5.6.37",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -9,7 +9,7 @@
9
9
  "sf-release": "bin/run.js"
10
10
  },
11
11
  "dependencies": {
12
- "@oclif/core": "^4.2.2",
12
+ "@oclif/core": "^4.2.3",
13
13
  "@octokit/core": "^4.2.4",
14
14
  "@octokit/plugin-paginate-rest": "^6.1.2",
15
15
  "@octokit/plugin-throttling": "^5.2.3",
@@ -33,7 +33,7 @@
33
33
  "yarn-deduplicate": "^6.0.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@oclif/plugin-command-snapshot": "^5.2.24",
36
+ "@oclif/plugin-command-snapshot": "^5.2.26",
37
37
  "@salesforce/dev-scripts": "^10.2.4",
38
38
  "@salesforce/ts-sinon": "^1.4.30",
39
39
  "@types/semver": "^7.5.8",