@salesforce/plugin-release-management 5.6.28 → 5.6.30

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.28/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.30/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.28/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.30/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.28/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.30/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.28/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.30/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.28/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.30/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.28/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.30/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.28/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.30/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.28/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.30/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.28/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.30/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.28/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.30/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.28/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.30/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.28/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.30/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.28/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.30/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.28/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.30/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.28/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.30/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.51/src/commands/plugins/trust/verify.ts)_
665
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.52/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.6.28/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.30/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.6.28",
3
+ "version": "5.6.30",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.6.28",
9
+ "version": "5.6.30",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.0.37",
@@ -16,8 +16,8 @@
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/core": "^8.8.0",
18
18
  "@salesforce/kit": "^3.2.0",
19
- "@salesforce/plugin-command-reference": "^3.1.37",
20
- "@salesforce/plugin-trust": "^3.7.51",
19
+ "@salesforce/plugin-command-reference": "^3.1.38",
20
+ "@salesforce/plugin-trust": "^3.7.52",
21
21
  "@salesforce/sf-plugins-core": "^12.1.1",
22
22
  "@salesforce/ts-types": "^2.0.10",
23
23
  "aws-sdk": "^2.1692.0",
@@ -43,7 +43,7 @@
43
43
  "@types/shelljs": "^0.8.15",
44
44
  "aws-sdk-mock": "^5.9.0",
45
45
  "eslint-plugin-sf-plugin": "^1.20.13",
46
- "oclif": "^4.17.0",
46
+ "oclif": "^4.17.4",
47
47
  "ts-node": "^10.9.2",
48
48
  "typescript": "^5.7.2"
49
49
  },
@@ -3945,9 +3945,9 @@
3945
3945
  }
3946
3946
  },
3947
3947
  "node_modules/@oclif/core": {
3948
- "version": "4.0.37",
3949
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.37.tgz",
3950
- "integrity": "sha512-D69KH08/08kAPaDUPzDALYfqC2BXi4LRDQ/+59P3zZoVKYMoFO1kOouNILpI4bQKA+PpI2REctXMebB8U/bYHQ==",
3948
+ "version": "4.2.0",
3949
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.0.tgz",
3950
+ "integrity": "sha512-ETM2N/GL7W37Kv1Afv1j1Gh77CynS2ubEPP+p+MnjUXEjghNe7+bKAWhPkHnBuFAVFAqdv0qMpUAjxKLbsmbJw==",
3951
3951
  "license": "MIT",
3952
3952
  "dependencies": {
3953
3953
  "ansi-escapes": "^4.3.2",
@@ -4089,9 +4089,9 @@
4089
4089
  }
4090
4090
  },
4091
4091
  "node_modules/@oclif/plugin-help": {
4092
- "version": "6.2.18",
4093
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.18.tgz",
4094
- "integrity": "sha512-mDYOl8RmldLkOg9i9YKgyBlpcyi/bNySoIVHJ2EJd2qCmZaXRKQKRW2Zkx92bwjik8jfs/A3EFI+p4DsrXi57g==",
4092
+ "version": "6.2.20",
4093
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.20.tgz",
4094
+ "integrity": "sha512-2l4A/erCAdBWmJwb1LJ7TvSMbBUQbGhIzkdHZb5DMgFJC+Nwfeol5YojqRMeciyGkoqmWPBGENwr0LJgZp2skw==",
4095
4095
  "dev": true,
4096
4096
  "license": "MIT",
4097
4097
  "dependencies": {
@@ -4118,23 +4118,33 @@
4118
4118
  }
4119
4119
  },
4120
4120
  "node_modules/@oclif/plugin-warn-if-update-available": {
4121
- "version": "3.1.21",
4122
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.21.tgz",
4123
- "integrity": "sha512-yG03rR6Z795lSlkuS+6A9JBSq/VQZ40XspTsKdXa/PUJl52RTeZeOHlaecuv4TddAE6T8VsPdWvry68q5TPE4w==",
4121
+ "version": "3.1.28",
4122
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.28.tgz",
4123
+ "integrity": "sha512-15UI0yrzsodQLltntbUOmR7Nyd1tmUWzbcnR7QJvWMgEMuImNjqNdSaeXUFc3UBtaK266YatJYJWL5SCb/MTWw==",
4124
4124
  "dev": true,
4125
4125
  "license": "MIT",
4126
4126
  "dependencies": {
4127
4127
  "@oclif/core": "^4",
4128
- "ansis": "^3.3.1",
4129
- "debug": "^4.3.5",
4128
+ "ansis": "^3.4.0",
4129
+ "debug": "^4.4.0",
4130
4130
  "http-call": "^5.2.2",
4131
4131
  "lodash": "^4.17.21",
4132
- "registry-auth-token": "^5.0.2"
4132
+ "registry-auth-token": "^5.0.3"
4133
4133
  },
4134
4134
  "engines": {
4135
4135
  "node": ">=18.0.0"
4136
4136
  }
4137
4137
  },
4138
+ "node_modules/@oclif/plugin-warn-if-update-available/node_modules/ansis": {
4139
+ "version": "3.5.2",
4140
+ "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.5.2.tgz",
4141
+ "integrity": "sha512-5uGcUZRbORJeEppVdWfZOSybTMz+Ou+84HepgK081Yk5+pPMMzWf/XGxiAT6bfBqCghRB4MwBtYn0CHqINRVag==",
4142
+ "dev": true,
4143
+ "license": "ISC",
4144
+ "engines": {
4145
+ "node": ">=16"
4146
+ }
4147
+ },
4138
4148
  "node_modules/@oclif/table": {
4139
4149
  "version": "0.3.3",
4140
4150
  "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.3.3.tgz",
@@ -4662,9 +4672,9 @@
4662
4672
  }
4663
4673
  },
4664
4674
  "node_modules/@salesforce/plugin-command-reference": {
4665
- "version": "3.1.37",
4666
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.37.tgz",
4667
- "integrity": "sha512-337SfxYklboSaPlxcXrC7D54ZNo1umZvIjm68i+8pF3AfwwMjwraXXjJu1y2zIQPEvYkolK7tQzaoiO/3dPeZA==",
4675
+ "version": "3.1.38",
4676
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.38.tgz",
4677
+ "integrity": "sha512-4qc5dGyaN40anIWtkGX3Jy9ES2uAytyfpmrVfrKBQlif4OAHZP9wghUuc6mYifPrfXSm28NAPP2v99LR1XO50A==",
4668
4678
  "license": "BSD-3-Clause",
4669
4679
  "dependencies": {
4670
4680
  "@oclif/core": "^4",
@@ -4672,7 +4682,7 @@
4672
4682
  "@salesforce/kit": "^3.2.3",
4673
4683
  "@salesforce/sf-plugins-core": "^11.3.12",
4674
4684
  "@salesforce/ts-types": "^2.0.11",
4675
- "chalk": "^5.3.0",
4685
+ "chalk": "^5.4.1",
4676
4686
  "debug": "^4.4.0",
4677
4687
  "handlebars": "^4.7.8"
4678
4688
  },
@@ -4754,9 +4764,9 @@
4754
4764
  }
4755
4765
  },
4756
4766
  "node_modules/@salesforce/plugin-info": {
4757
- "version": "3.4.27",
4758
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.27.tgz",
4759
- "integrity": "sha512-AwYPfWhxK/Ht01/RusbWD/jT5YKuVaQaMsx2Y50KIFdtLuIkn9dzjwOnM0ktTbjVu5xSUxoHvBpOYlQV9gxsLg==",
4767
+ "version": "3.4.30",
4768
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.30.tgz",
4769
+ "integrity": "sha512-PQ4/6u85epah4w5Y7nC665PCgPTVta17eyB/5noRm0Inu/jzTLMqJnWRa9ZVHbQmWSraZSHt6fO25FWRLL5zHA==",
4760
4770
  "license": "BSD-3-Clause",
4761
4771
  "dependencies": {
4762
4772
  "@inquirer/input": "^2.3.0",
@@ -4883,15 +4893,15 @@
4883
4893
  }
4884
4894
  },
4885
4895
  "node_modules/@salesforce/plugin-trust": {
4886
- "version": "3.7.51",
4887
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.51.tgz",
4888
- "integrity": "sha512-CvzOtGosJhnzJBQvnuiAb02WyLee8t0foSrS3Bsuz9QoUkXz8bmf7Re7UTpPFdRZx+N5Tj8cC8cf0YD8BRwzwQ==",
4896
+ "version": "3.7.52",
4897
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.52.tgz",
4898
+ "integrity": "sha512-plRaRcE65RyGkZiOe09e3AFxqKib13ykkNz9xE0BlcWHNBfQqJxVqX0hNI7PL8fRh72lEVv+Y/86tgvTciwq9g==",
4889
4899
  "license": "BSD-3-Clause",
4890
4900
  "dependencies": {
4891
4901
  "@oclif/core": "^4",
4892
4902
  "@salesforce/core": "^8.8.0",
4893
4903
  "@salesforce/kit": "^3.2.0",
4894
- "@salesforce/plugin-info": "^3.4.25",
4904
+ "@salesforce/plugin-info": "^3.4.29",
4895
4905
  "@salesforce/sf-plugins-core": "^12",
4896
4906
  "got": "^13.0.0",
4897
4907
  "npm": "^10.9.2",
@@ -7475,9 +7485,9 @@
7475
7485
  }
7476
7486
  },
7477
7487
  "node_modules/chalk": {
7478
- "version": "5.4.0",
7479
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.0.tgz",
7480
- "integrity": "sha512-ZkD35Mx92acjB2yNJgziGqT9oKHEOxjTBTDRpOsRWtdecL/0jM3z5kM/CTzHWvHIen1GvkM85p6TuFfDGfc8/Q==",
7488
+ "version": "5.4.1",
7489
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
7490
+ "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
7481
7491
  "license": "MIT",
7482
7492
  "engines": {
7483
7493
  "node": "^12.17.0 || ^14.13 || >=16.0.0"
@@ -17976,9 +17986,9 @@
17976
17986
  }
17977
17987
  },
17978
17988
  "node_modules/oclif": {
17979
- "version": "4.17.0",
17980
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.0.tgz",
17981
- "integrity": "sha512-fRj4J4uIzvRmqSTKGYmYuioG6im29niMBL499wcAIOyRM2UHJslrKi8MCxpzNgqUr6ekkdvyQ13HyzgdPlhytQ==",
17989
+ "version": "4.17.4",
17990
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.4.tgz",
17991
+ "integrity": "sha512-CELZOdxSfpM2Kl3dGP0N4fL4+RReGP18vo6oNklWoSP4ka+pJTBzO3W0o15KHAyrzpes5cui+xur3UPZIGr0LQ==",
17982
17992
  "dev": true,
17983
17993
  "license": "MIT",
17984
17994
  "dependencies": {
@@ -17987,10 +17997,10 @@
17987
17997
  "@inquirer/confirm": "^3.1.22",
17988
17998
  "@inquirer/input": "^2.2.4",
17989
17999
  "@inquirer/select": "^2.5.0",
17990
- "@oclif/core": "^4.0.37",
17991
- "@oclif/plugin-help": "^6.2.17",
17992
- "@oclif/plugin-not-found": "^3.2.30",
17993
- "@oclif/plugin-warn-if-update-available": "^3.1.21",
18000
+ "@oclif/core": "^4.2.0",
18001
+ "@oclif/plugin-help": "^6.2.20",
18002
+ "@oclif/plugin-not-found": "^3.2.31",
18003
+ "@oclif/plugin-warn-if-update-available": "^3.1.28",
17994
18004
  "async-retry": "^1.3.3",
17995
18005
  "chalk": "^4",
17996
18006
  "change-case": "^4",
@@ -19501,9 +19511,9 @@
19501
19511
  }
19502
19512
  },
19503
19513
  "node_modules/registry-auth-token": {
19504
- "version": "5.0.2",
19505
- "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.0.2.tgz",
19506
- "integrity": "sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ==",
19514
+ "version": "5.0.3",
19515
+ "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.0.3.tgz",
19516
+ "integrity": "sha512-1bpc9IyC+e+CNFRaWyn77tk4xGG4PPUyfakSmA6F6cvUDjrm58dfyJ3II+9yb10EDkHoy1LaPSmHaWLOH3m6HA==",
19507
19517
  "dev": true,
19508
19518
  "license": "MIT",
19509
19519
  "dependencies": {
package/oclif.lock CHANGED
@@ -1669,10 +1669,10 @@
1669
1669
  proc-log "^5.0.0"
1670
1670
  which "^5.0.0"
1671
1671
 
1672
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.0.37":
1673
- version "4.0.37"
1674
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.37.tgz#133d3f3951cd7a5fc52a3fec63ba2172921b535c"
1675
- integrity sha512-D69KH08/08kAPaDUPzDALYfqC2BXi4LRDQ/+59P3zZoVKYMoFO1kOouNILpI4bQKA+PpI2REctXMebB8U/bYHQ==
1672
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.0.37", "@oclif/core@^4.2.0":
1673
+ version "4.2.0"
1674
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.0.tgz#ab78b247dfd66322d9c9376ebaf3764e3c82fefe"
1675
+ integrity sha512-ETM2N/GL7W37Kv1Afv1j1Gh77CynS2ubEPP+p+MnjUXEjghNe7+bKAWhPkHnBuFAVFAqdv0qMpUAjxKLbsmbJw==
1676
1676
  dependencies:
1677
1677
  ansi-escapes "^4.3.2"
1678
1678
  ansis "^3.3.2"
@@ -1708,14 +1708,14 @@
1708
1708
  semver "^7.6.3"
1709
1709
  ts-json-schema-generator "^1.5.1"
1710
1710
 
1711
- "@oclif/plugin-help@^6.2.17":
1712
- version "6.2.18"
1713
- resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.18.tgz#fab8173773bb0afcc7a8e459187021fe65c461df"
1714
- integrity sha512-mDYOl8RmldLkOg9i9YKgyBlpcyi/bNySoIVHJ2EJd2qCmZaXRKQKRW2Zkx92bwjik8jfs/A3EFI+p4DsrXi57g==
1711
+ "@oclif/plugin-help@^6.2.20":
1712
+ version "6.2.20"
1713
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.20.tgz#05de43a710f038419d3ded11a59e8481408a9e9e"
1714
+ integrity sha512-2l4A/erCAdBWmJwb1LJ7TvSMbBUQbGhIzkdHZb5DMgFJC+Nwfeol5YojqRMeciyGkoqmWPBGENwr0LJgZp2skw==
1715
1715
  dependencies:
1716
1716
  "@oclif/core" "^4"
1717
1717
 
1718
- "@oclif/plugin-not-found@^3.2.30":
1718
+ "@oclif/plugin-not-found@^3.2.31":
1719
1719
  version "3.2.31"
1720
1720
  resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.31.tgz#a8147ff0138523ab7e86eb098006a6831d6093f1"
1721
1721
  integrity sha512-EF3GmrenxqPLVCU75xLWbwohH1ot/yg+31vyPa4qJAkFspnmQ/Jv28afyk6q4ePcTA5lRC9PYqla5QsALngt3A==
@@ -1725,17 +1725,17 @@
1725
1725
  ansis "^3.3.1"
1726
1726
  fast-levenshtein "^3.0.0"
1727
1727
 
1728
- "@oclif/plugin-warn-if-update-available@^3.1.21":
1729
- version "3.1.21"
1730
- resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.21.tgz#2c86e4cdeb7dac3293e6c67094c4e6f9a3d3e62b"
1731
- integrity sha512-yG03rR6Z795lSlkuS+6A9JBSq/VQZ40XspTsKdXa/PUJl52RTeZeOHlaecuv4TddAE6T8VsPdWvry68q5TPE4w==
1728
+ "@oclif/plugin-warn-if-update-available@^3.1.28":
1729
+ version "3.1.28"
1730
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.28.tgz#61fc80da9ea819606711962d74686978f7c6039b"
1731
+ integrity sha512-15UI0yrzsodQLltntbUOmR7Nyd1tmUWzbcnR7QJvWMgEMuImNjqNdSaeXUFc3UBtaK266YatJYJWL5SCb/MTWw==
1732
1732
  dependencies:
1733
1733
  "@oclif/core" "^4"
1734
- ansis "^3.3.1"
1735
- debug "^4.3.5"
1734
+ ansis "^3.4.0"
1735
+ debug "^4.4.0"
1736
1736
  http-call "^5.2.2"
1737
1737
  lodash "^4.17.21"
1738
- registry-auth-token "^5.0.2"
1738
+ registry-auth-token "^5.0.3"
1739
1739
 
1740
1740
  "@oclif/table@^0.3.2":
1741
1741
  version "0.3.3"
@@ -1953,24 +1953,24 @@
1953
1953
  dependencies:
1954
1954
  "@salesforce/ts-types" "^2.0.12"
1955
1955
 
1956
- "@salesforce/plugin-command-reference@^3.1.37":
1957
- version "3.1.37"
1958
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.37.tgz#3a44388ef53ac16cd1b20ae45abb7b19a3addd71"
1959
- integrity sha512-337SfxYklboSaPlxcXrC7D54ZNo1umZvIjm68i+8pF3AfwwMjwraXXjJu1y2zIQPEvYkolK7tQzaoiO/3dPeZA==
1956
+ "@salesforce/plugin-command-reference@^3.1.38":
1957
+ version "3.1.38"
1958
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.38.tgz#aab557143f60a40e8d6324dc78f36c8667a154b7"
1959
+ integrity sha512-4qc5dGyaN40anIWtkGX3Jy9ES2uAytyfpmrVfrKBQlif4OAHZP9wghUuc6mYifPrfXSm28NAPP2v99LR1XO50A==
1960
1960
  dependencies:
1961
1961
  "@oclif/core" "^4"
1962
1962
  "@salesforce/core" "^8.6.4"
1963
1963
  "@salesforce/kit" "^3.2.3"
1964
1964
  "@salesforce/sf-plugins-core" "^11.3.12"
1965
1965
  "@salesforce/ts-types" "^2.0.11"
1966
- chalk "^5.3.0"
1966
+ chalk "^5.4.1"
1967
1967
  debug "^4.4.0"
1968
1968
  handlebars "^4.7.8"
1969
1969
 
1970
- "@salesforce/plugin-info@^3.4.25":
1971
- version "3.4.27"
1972
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.27.tgz#c12ca9a303575d0c329a3e1381c03269f7572786"
1973
- integrity sha512-AwYPfWhxK/Ht01/RusbWD/jT5YKuVaQaMsx2Y50KIFdtLuIkn9dzjwOnM0ktTbjVu5xSUxoHvBpOYlQV9gxsLg==
1970
+ "@salesforce/plugin-info@^3.4.29":
1971
+ version "3.4.30"
1972
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.30.tgz#6a62622c14bba4cd3920bf5951e2caf794957ae7"
1973
+ integrity sha512-PQ4/6u85epah4w5Y7nC665PCgPTVta17eyB/5noRm0Inu/jzTLMqJnWRa9ZVHbQmWSraZSHt6fO25FWRLL5zHA==
1974
1974
  dependencies:
1975
1975
  "@inquirer/input" "^2.3.0"
1976
1976
  "@jsforce/jsforce-node" "^3.6.3"
@@ -1985,15 +1985,15 @@
1985
1985
  proxy-agent "^6.5.0"
1986
1986
  semver "^7.6.3"
1987
1987
 
1988
- "@salesforce/plugin-trust@^3.7.51":
1989
- version "3.7.51"
1990
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-trust/-/plugin-trust-3.7.51.tgz#9ef349697bfb6c29fedfd7b96eca5a9cb87e02af"
1991
- integrity sha512-CvzOtGosJhnzJBQvnuiAb02WyLee8t0foSrS3Bsuz9QoUkXz8bmf7Re7UTpPFdRZx+N5Tj8cC8cf0YD8BRwzwQ==
1988
+ "@salesforce/plugin-trust@^3.7.52":
1989
+ version "3.7.52"
1990
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-trust/-/plugin-trust-3.7.52.tgz#4f10cc41cdafb366dd294f84a19b7b4b1532e9a1"
1991
+ integrity sha512-plRaRcE65RyGkZiOe09e3AFxqKib13ykkNz9xE0BlcWHNBfQqJxVqX0hNI7PL8fRh72lEVv+Y/86tgvTciwq9g==
1992
1992
  dependencies:
1993
1993
  "@oclif/core" "^4"
1994
1994
  "@salesforce/core" "^8.8.0"
1995
1995
  "@salesforce/kit" "^3.2.0"
1996
- "@salesforce/plugin-info" "^3.4.25"
1996
+ "@salesforce/plugin-info" "^3.4.29"
1997
1997
  "@salesforce/sf-plugins-core" "^12"
1998
1998
  got "^13.0.0"
1999
1999
  npm "^10.9.2"
@@ -3188,6 +3188,11 @@ ansis@^3.3.1, ansis@^3.3.2:
3188
3188
  resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.3.2.tgz#15adc36fea112da95c74d309706e593618accac3"
3189
3189
  integrity sha512-cFthbBlt+Oi0i9Pv/j6YdVWJh54CtjGACaMPCIrEV4Ha7HWsIjXDwseYV79TIL0B4+KfSwD5S70PeQDkPUd1rA==
3190
3190
 
3191
+ ansis@^3.4.0:
3192
+ version "3.5.2"
3193
+ resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.5.2.tgz#d7a1f95a23f6becc5ee16fab85cda41c898fad96"
3194
+ integrity sha512-5uGcUZRbORJeEppVdWfZOSybTMz+Ou+84HepgK081Yk5+pPMMzWf/XGxiAT6bfBqCghRB4MwBtYn0CHqINRVag==
3195
+
3191
3196
  anymatch@~3.1.2:
3192
3197
  version "3.1.3"
3193
3198
  resolved "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz"
@@ -3688,10 +3693,10 @@ chalk@^4, chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
3688
3693
  ansi-styles "^4.1.0"
3689
3694
  supports-color "^7.1.0"
3690
3695
 
3691
- chalk@^5.0.0, chalk@^5.3.0, chalk@^5.4.0:
3692
- version "5.4.0"
3693
- resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.0.tgz#846fdb5d5d939d6fa3d565cd5545697b6f8b6923"
3694
- integrity sha512-ZkD35Mx92acjB2yNJgziGqT9oKHEOxjTBTDRpOsRWtdecL/0jM3z5kM/CTzHWvHIen1GvkM85p6TuFfDGfc8/Q==
3696
+ chalk@^5.0.0, chalk@^5.3.0, chalk@^5.4.0, chalk@^5.4.1:
3697
+ version "5.4.1"
3698
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
3699
+ integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
3695
3700
 
3696
3701
  change-case@^4, change-case@^4.1.2:
3697
3702
  version "4.1.2"
@@ -7716,20 +7721,20 @@ object.values@^1.1.7:
7716
7721
  define-properties "^1.2.0"
7717
7722
  es-abstract "^1.22.1"
7718
7723
 
7719
- oclif@^4.17.0:
7720
- version "4.17.0"
7721
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.0.tgz#da0fc5571d91ce69eef12d6ec06a747a38cf955f"
7722
- integrity sha512-fRj4J4uIzvRmqSTKGYmYuioG6im29niMBL499wcAIOyRM2UHJslrKi8MCxpzNgqUr6ekkdvyQ13HyzgdPlhytQ==
7724
+ oclif@^4.17.4:
7725
+ version "4.17.4"
7726
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.4.tgz#d435f6c95f6b6b19fb5cb0f35544f8b4f0e6a458"
7727
+ integrity sha512-CELZOdxSfpM2Kl3dGP0N4fL4+RReGP18vo6oNklWoSP4ka+pJTBzO3W0o15KHAyrzpes5cui+xur3UPZIGr0LQ==
7723
7728
  dependencies:
7724
7729
  "@aws-sdk/client-cloudfront" "^3.699.0"
7725
7730
  "@aws-sdk/client-s3" "^3.712.0"
7726
7731
  "@inquirer/confirm" "^3.1.22"
7727
7732
  "@inquirer/input" "^2.2.4"
7728
7733
  "@inquirer/select" "^2.5.0"
7729
- "@oclif/core" "^4.0.37"
7730
- "@oclif/plugin-help" "^6.2.17"
7731
- "@oclif/plugin-not-found" "^3.2.30"
7732
- "@oclif/plugin-warn-if-update-available" "^3.1.21"
7734
+ "@oclif/core" "^4.2.0"
7735
+ "@oclif/plugin-help" "^6.2.20"
7736
+ "@oclif/plugin-not-found" "^3.2.31"
7737
+ "@oclif/plugin-warn-if-update-available" "^3.1.28"
7733
7738
  async-retry "^1.3.3"
7734
7739
  chalk "^4"
7735
7740
  change-case "^4"
@@ -8543,10 +8548,10 @@ regexp.prototype.flags@^1.5.1:
8543
8548
  define-properties "^1.2.0"
8544
8549
  set-function-name "^2.0.0"
8545
8550
 
8546
- registry-auth-token@^5.0.2:
8547
- version "5.0.2"
8548
- resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-5.0.2.tgz#8b026cc507c8552ebbe06724136267e63302f756"
8549
- integrity sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ==
8551
+ registry-auth-token@^5.0.3:
8552
+ version "5.0.3"
8553
+ resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-5.0.3.tgz#417d758c8164569de8cf5cabff16cc937902dcc6"
8554
+ integrity sha512-1bpc9IyC+e+CNFRaWyn77tk4xGG4PPUyfakSmA6F6cvUDjrm58dfyJ3II+9yb10EDkHoy1LaPSmHaWLOH3m6HA==
8550
8555
  dependencies:
8551
8556
  "@pnpm/npm-conf" "^2.1.0"
8552
8557
 
@@ -460,6 +460,71 @@
460
460
  "index.js"
461
461
  ]
462
462
  },
463
+ "cli:artifacts:compare": {
464
+ "aliases": [],
465
+ "args": {},
466
+ "examples": [
467
+ "<%= config.bin %> <%= command.id %>"
468
+ ],
469
+ "flags": {
470
+ "json": {
471
+ "description": "Format output as json.",
472
+ "helpGroup": "GLOBAL",
473
+ "name": "json",
474
+ "allowNo": false,
475
+ "type": "boolean"
476
+ },
477
+ "flags-dir": {
478
+ "helpGroup": "GLOBAL",
479
+ "name": "flags-dir",
480
+ "summary": "Import flag values from a directory.",
481
+ "hasDynamicHelp": false,
482
+ "multiple": false,
483
+ "type": "option"
484
+ },
485
+ "plugin": {
486
+ "char": "p",
487
+ "name": "plugin",
488
+ "summary": "List of plugins to check for breaking changes.",
489
+ "hasDynamicHelp": false,
490
+ "multiple": true,
491
+ "type": "option"
492
+ },
493
+ "previous": {
494
+ "char": "r",
495
+ "name": "previous",
496
+ "summary": "Previous CLI version to compare against. Defaults to the last published version.",
497
+ "hasDynamicHelp": false,
498
+ "multiple": false,
499
+ "type": "option"
500
+ },
501
+ "current": {
502
+ "char": "c",
503
+ "name": "current",
504
+ "summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
505
+ "hasDynamicHelp": false,
506
+ "multiple": false,
507
+ "type": "option"
508
+ }
509
+ },
510
+ "hasDynamicHelp": false,
511
+ "hiddenAliases": [],
512
+ "id": "cli:artifacts:compare",
513
+ "pluginAlias": "@salesforce/plugin-release-management",
514
+ "pluginName": "@salesforce/plugin-release-management",
515
+ "pluginType": "core",
516
+ "strict": true,
517
+ "summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
518
+ "enableJsonFlag": true,
519
+ "isESM": true,
520
+ "relativePath": [
521
+ "lib",
522
+ "commands",
523
+ "cli",
524
+ "artifacts",
525
+ "compare.js"
526
+ ]
527
+ },
463
528
  "cli:install:test": {
464
529
  "aliases": [],
465
530
  "args": {},
@@ -556,71 +621,6 @@
556
621
  "test.js"
557
622
  ]
558
623
  },
559
- "cli:artifacts:compare": {
560
- "aliases": [],
561
- "args": {},
562
- "examples": [
563
- "<%= config.bin %> <%= command.id %>"
564
- ],
565
- "flags": {
566
- "json": {
567
- "description": "Format output as json.",
568
- "helpGroup": "GLOBAL",
569
- "name": "json",
570
- "allowNo": false,
571
- "type": "boolean"
572
- },
573
- "flags-dir": {
574
- "helpGroup": "GLOBAL",
575
- "name": "flags-dir",
576
- "summary": "Import flag values from a directory.",
577
- "hasDynamicHelp": false,
578
- "multiple": false,
579
- "type": "option"
580
- },
581
- "plugin": {
582
- "char": "p",
583
- "name": "plugin",
584
- "summary": "List of plugins to check for breaking changes.",
585
- "hasDynamicHelp": false,
586
- "multiple": true,
587
- "type": "option"
588
- },
589
- "previous": {
590
- "char": "r",
591
- "name": "previous",
592
- "summary": "Previous CLI version to compare against. Defaults to the last published version.",
593
- "hasDynamicHelp": false,
594
- "multiple": false,
595
- "type": "option"
596
- },
597
- "current": {
598
- "char": "c",
599
- "name": "current",
600
- "summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
601
- "hasDynamicHelp": false,
602
- "multiple": false,
603
- "type": "option"
604
- }
605
- },
606
- "hasDynamicHelp": false,
607
- "hiddenAliases": [],
608
- "id": "cli:artifacts:compare",
609
- "pluginAlias": "@salesforce/plugin-release-management",
610
- "pluginName": "@salesforce/plugin-release-management",
611
- "pluginType": "core",
612
- "strict": true,
613
- "summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
614
- "enableJsonFlag": true,
615
- "isESM": true,
616
- "relativePath": [
617
- "lib",
618
- "commands",
619
- "cli",
620
- "artifacts",
621
- "compare.js"
622
- ]
623
- },
624
624
  "cli:release:automerge": {
625
625
  "aliases": [],
626
626
  "args": {},
@@ -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.28"
1393
+ "version": "5.6.30"
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.28",
4
+ "version": "5.6.30",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -16,8 +16,8 @@
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/core": "^8.8.0",
18
18
  "@salesforce/kit": "^3.2.0",
19
- "@salesforce/plugin-command-reference": "^3.1.37",
20
- "@salesforce/plugin-trust": "^3.7.51",
19
+ "@salesforce/plugin-command-reference": "^3.1.38",
20
+ "@salesforce/plugin-trust": "^3.7.52",
21
21
  "@salesforce/sf-plugins-core": "^12.1.1",
22
22
  "@salesforce/ts-types": "^2.0.10",
23
23
  "aws-sdk": "^2.1692.0",
@@ -40,7 +40,7 @@
40
40
  "@types/shelljs": "^0.8.15",
41
41
  "aws-sdk-mock": "^5.9.0",
42
42
  "eslint-plugin-sf-plugin": "^1.20.13",
43
- "oclif": "^4.17.0",
43
+ "oclif": "^4.17.4",
44
44
  "ts-node": "^10.9.2",
45
45
  "typescript": "^5.7.2"
46
46
  },