@salesforce/plugin-release-management 5.7.19 → 5.7.20

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.19/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.20/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.19/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.20/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.19/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.20/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.19/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.20/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.19/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.20/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.19/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.20/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.19/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.20/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.19/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.20/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.19/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.20/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.19/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.20/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.19/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.20/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.19/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.20/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.19/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.20/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.19/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.20/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.19/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.20/src/commands/npm/package/release.ts)_
637
637
 
638
638
  ## `sfdx plugins trust verify`
639
639
 
@@ -701,6 +701,6 @@ EXAMPLES
701
701
  $ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
702
702
  ```
703
703
 
704
- _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.19/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.20/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.19",
3
+ "version": "5.7.20",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.7.19",
9
+ "version": "5.7.20",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.2.8",
@@ -14,7 +14,7 @@
14
14
  "@octokit/plugin-paginate-rest": "^11.6.0",
15
15
  "@octokit/plugin-throttling": "^9.6.1",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
- "@salesforce/core": "^8.9.1",
17
+ "@salesforce/core": "^8.10.0",
18
18
  "@salesforce/kit": "^3.2.0",
19
19
  "@salesforce/plugin-command-reference": "^3.1.49",
20
20
  "@salesforce/plugin-trust": "^3.7.83",
@@ -5282,9 +5282,9 @@
5282
5282
  }
5283
5283
  },
5284
5284
  "node_modules/@salesforce/core": {
5285
- "version": "8.9.1",
5286
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.9.1.tgz",
5287
- "integrity": "sha512-Q1evH4WD7IYWgbcIYCUDi3FTEMgy1KLVg4Xa4GacKLNcOBfom5s6whNsz3gUFESqjndGDwV5Pbgpi0ImC17PfQ==",
5285
+ "version": "8.10.0",
5286
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.10.0.tgz",
5287
+ "integrity": "sha512-gStIzB8wPjjwyKZCK8eSfwkLiv9h9qzP64b51U5THBskEjm6Sw6ZyWqZmCzA85FEZ/IM/n1nh4e3R9JoG6Z6mA==",
5288
5288
  "license": "BSD-3-Clause",
5289
5289
  "dependencies": {
5290
5290
  "@jsforce/jsforce-node": "^3.7.0",
package/oclif.lock CHANGED
@@ -2064,10 +2064,10 @@
2064
2064
  strip-ansi "6.0.1"
2065
2065
  ts-retry-promise "^0.8.1"
2066
2066
 
2067
- "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.5", "@salesforce/core@^8.8.6", "@salesforce/core@^8.9.0", "@salesforce/core@^8.9.1":
2068
- version "8.9.1"
2069
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.9.1.tgz#e31d307d495cc0b916c0b9312fba751714034e0a"
2070
- integrity sha512-Q1evH4WD7IYWgbcIYCUDi3FTEMgy1KLVg4Xa4GacKLNcOBfom5s6whNsz3gUFESqjndGDwV5Pbgpi0ImC17PfQ==
2067
+ "@salesforce/core@^8.10.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.5", "@salesforce/core@^8.8.6", "@salesforce/core@^8.9.0", "@salesforce/core@^8.9.1":
2068
+ version "8.10.0"
2069
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.10.0.tgz#017fe618b1dd086298d1133a6ed0f509d56ea495"
2070
+ integrity sha512-gStIzB8wPjjwyKZCK8eSfwkLiv9h9qzP64b51U5THBskEjm6Sw6ZyWqZmCzA85FEZ/IM/n1nh4e3R9JoG6Z6mA==
2071
2071
  dependencies:
2072
2072
  "@jsforce/jsforce-node" "^3.7.0"
2073
2073
  "@salesforce/kit" "^3.2.2"
@@ -1,5 +1,112 @@
1
1
  {
2
2
  "commands": {
3
+ "dependabot:automerge": {
4
+ "aliases": [],
5
+ "args": {},
6
+ "description": "automatically merge one green, mergeable PR up to the specified maximum bump type",
7
+ "examples": [
8
+ "<%= config.bin %> <%= command.id %> --max-version-bump patch",
9
+ "<%= config.bin %> <%= command.id %> --max-version-bump minor",
10
+ "<%= config.bin %> <%= command.id %> --max-version-bump major"
11
+ ],
12
+ "flags": {
13
+ "json": {
14
+ "description": "Format output as json.",
15
+ "helpGroup": "GLOBAL",
16
+ "name": "json",
17
+ "allowNo": false,
18
+ "type": "boolean"
19
+ },
20
+ "flags-dir": {
21
+ "helpGroup": "GLOBAL",
22
+ "name": "flags-dir",
23
+ "summary": "Import flag values from a directory.",
24
+ "hasDynamicHelp": false,
25
+ "multiple": false,
26
+ "type": "option"
27
+ },
28
+ "owner": {
29
+ "char": "o",
30
+ "dependsOn": [
31
+ "repo"
32
+ ],
33
+ "name": "owner",
34
+ "summary": "the organization that the repository belongs to. This defaults to the owner specified in the package.json",
35
+ "hasDynamicHelp": false,
36
+ "multiple": false,
37
+ "type": "option"
38
+ },
39
+ "repo": {
40
+ "char": "r",
41
+ "dependsOn": [
42
+ "owner"
43
+ ],
44
+ "name": "repo",
45
+ "summary": "the repository you want to consolidate PRs on. This defaults to the repository specified in the package.json",
46
+ "hasDynamicHelp": false,
47
+ "multiple": false,
48
+ "type": "option"
49
+ },
50
+ "max-version-bump": {
51
+ "char": "m",
52
+ "description": "the maximum version bump you want to be included",
53
+ "name": "max-version-bump",
54
+ "required": true,
55
+ "default": "minor",
56
+ "hasDynamicHelp": false,
57
+ "multiple": false,
58
+ "options": [
59
+ "major",
60
+ "minor",
61
+ "patch"
62
+ ],
63
+ "type": "option"
64
+ },
65
+ "dryrun": {
66
+ "char": "d",
67
+ "name": "dryrun",
68
+ "summary": "only show what would happen if you consolidated dependabot PRs",
69
+ "allowNo": false,
70
+ "type": "boolean"
71
+ },
72
+ "skip-ci": {
73
+ "char": "s",
74
+ "name": "skip-ci",
75
+ "summary": "add [skip ci] to the merge commit title",
76
+ "allowNo": false,
77
+ "type": "boolean"
78
+ },
79
+ "merge-method": {
80
+ "name": "merge-method",
81
+ "summary": "merge method to use",
82
+ "default": "merge",
83
+ "hasDynamicHelp": false,
84
+ "multiple": false,
85
+ "options": [
86
+ "merge",
87
+ "squash",
88
+ "rebase"
89
+ ],
90
+ "type": "option"
91
+ }
92
+ },
93
+ "hasDynamicHelp": false,
94
+ "hiddenAliases": [],
95
+ "id": "dependabot:automerge",
96
+ "pluginAlias": "@salesforce/plugin-release-management",
97
+ "pluginName": "@salesforce/plugin-release-management",
98
+ "pluginType": "core",
99
+ "strict": true,
100
+ "summary": "automatically merge one green, mergeable PR up to the specified maximum bump type",
101
+ "enableJsonFlag": true,
102
+ "isESM": true,
103
+ "relativePath": [
104
+ "lib",
105
+ "commands",
106
+ "dependabot",
107
+ "automerge.js"
108
+ ]
109
+ },
3
110
  "channel:promote": {
4
111
  "aliases": [],
5
112
  "args": {},
@@ -234,113 +341,6 @@
234
341
  "releasenotes.js"
235
342
  ]
236
343
  },
237
- "dependabot:automerge": {
238
- "aliases": [],
239
- "args": {},
240
- "description": "automatically merge one green, mergeable PR up to the specified maximum bump type",
241
- "examples": [
242
- "<%= config.bin %> <%= command.id %> --max-version-bump patch",
243
- "<%= config.bin %> <%= command.id %> --max-version-bump minor",
244
- "<%= config.bin %> <%= command.id %> --max-version-bump major"
245
- ],
246
- "flags": {
247
- "json": {
248
- "description": "Format output as json.",
249
- "helpGroup": "GLOBAL",
250
- "name": "json",
251
- "allowNo": false,
252
- "type": "boolean"
253
- },
254
- "flags-dir": {
255
- "helpGroup": "GLOBAL",
256
- "name": "flags-dir",
257
- "summary": "Import flag values from a directory.",
258
- "hasDynamicHelp": false,
259
- "multiple": false,
260
- "type": "option"
261
- },
262
- "owner": {
263
- "char": "o",
264
- "dependsOn": [
265
- "repo"
266
- ],
267
- "name": "owner",
268
- "summary": "the organization that the repository belongs to. This defaults to the owner specified in the package.json",
269
- "hasDynamicHelp": false,
270
- "multiple": false,
271
- "type": "option"
272
- },
273
- "repo": {
274
- "char": "r",
275
- "dependsOn": [
276
- "owner"
277
- ],
278
- "name": "repo",
279
- "summary": "the repository you want to consolidate PRs on. This defaults to the repository specified in the package.json",
280
- "hasDynamicHelp": false,
281
- "multiple": false,
282
- "type": "option"
283
- },
284
- "max-version-bump": {
285
- "char": "m",
286
- "description": "the maximum version bump you want to be included",
287
- "name": "max-version-bump",
288
- "required": true,
289
- "default": "minor",
290
- "hasDynamicHelp": false,
291
- "multiple": false,
292
- "options": [
293
- "major",
294
- "minor",
295
- "patch"
296
- ],
297
- "type": "option"
298
- },
299
- "dryrun": {
300
- "char": "d",
301
- "name": "dryrun",
302
- "summary": "only show what would happen if you consolidated dependabot PRs",
303
- "allowNo": false,
304
- "type": "boolean"
305
- },
306
- "skip-ci": {
307
- "char": "s",
308
- "name": "skip-ci",
309
- "summary": "add [skip ci] to the merge commit title",
310
- "allowNo": false,
311
- "type": "boolean"
312
- },
313
- "merge-method": {
314
- "name": "merge-method",
315
- "summary": "merge method to use",
316
- "default": "merge",
317
- "hasDynamicHelp": false,
318
- "multiple": false,
319
- "options": [
320
- "merge",
321
- "squash",
322
- "rebase"
323
- ],
324
- "type": "option"
325
- }
326
- },
327
- "hasDynamicHelp": false,
328
- "hiddenAliases": [],
329
- "id": "dependabot:automerge",
330
- "pluginAlias": "@salesforce/plugin-release-management",
331
- "pluginName": "@salesforce/plugin-release-management",
332
- "pluginType": "core",
333
- "strict": true,
334
- "summary": "automatically merge one green, mergeable PR up to the specified maximum bump type",
335
- "enableJsonFlag": true,
336
- "isESM": true,
337
- "relativePath": [
338
- "lib",
339
- "commands",
340
- "dependabot",
341
- "automerge.js"
342
- ]
343
- },
344
344
  "repositories": {
345
345
  "aliases": [],
346
346
  "args": {},
@@ -848,21 +848,12 @@
848
848
  "build.js"
849
849
  ]
850
850
  },
851
- "cli:versions:inspect": {
851
+ "cli:tarballs:prepare": {
852
852
  "aliases": [],
853
853
  "args": {},
854
- "description": "inspect the CLI version across all install paths",
854
+ "description": "remove unnecessary files from node_modules",
855
855
  "examples": [
856
- "<%= config.bin %> <%= command.id %> -l archive -c stable",
857
- "<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
858
- "<%= config.bin %> <%= command.id %> -l archive npm -c stable",
859
- "<%= config.bin %> <%= command.id %> -l archive npm -c latest",
860
- "<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
861
- "<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
862
- "<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
863
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
864
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
865
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
856
+ "<%= config.bin %> <%= command.id %>"
866
857
  ],
867
858
  "flags": {
868
859
  "json": {
@@ -880,81 +871,52 @@
880
871
  "multiple": false,
881
872
  "type": "option"
882
873
  },
883
- "dependencies": {
874
+ "dryrun": {
884
875
  "char": "d",
885
- "name": "dependencies",
886
- "summary": "glob pattern of dependencies you want to see the version of",
887
- "hasDynamicHelp": false,
888
- "multiple": true,
889
- "type": "option"
890
- },
891
- "salesforce": {
892
- "char": "s",
893
- "name": "salesforce",
894
- "summary": "show versions of salesforce owned dependencies",
876
+ "name": "dryrun",
877
+ "summary": "only show what would be removed from node_modules",
895
878
  "allowNo": false,
896
879
  "type": "boolean"
897
880
  },
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"
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"
926
887
  },
927
- "ignore-missing": {
928
- "name": "ignore-missing",
929
- "summary": "skip missing archives. Useful when supporting new architectures in oclif",
888
+ "verbose": {
889
+ "name": "verbose",
890
+ "summary": "show all files paths being removed",
930
891
  "allowNo": false,
931
892
  "type": "boolean"
932
893
  }
933
894
  },
934
895
  "hasDynamicHelp": false,
935
896
  "hiddenAliases": [],
936
- "id": "cli:versions:inspect",
897
+ "id": "cli:tarballs:prepare",
937
898
  "pluginAlias": "@salesforce/plugin-release-management",
938
899
  "pluginName": "@salesforce/plugin-release-management",
939
900
  "pluginType": "core",
940
901
  "strict": true,
941
- "summary": "inspect the CLI version across all install paths",
902
+ "summary": "remove unnecessary files from node_modules",
942
903
  "enableJsonFlag": true,
943
904
  "isESM": true,
944
905
  "relativePath": [
945
906
  "lib",
946
907
  "commands",
947
908
  "cli",
948
- "versions",
949
- "inspect.js"
909
+ "tarballs",
910
+ "prepare.js"
950
911
  ]
951
912
  },
952
- "github:check:closed": {
913
+ "cli:tarballs:smoke": {
953
914
  "aliases": [],
954
915
  "args": {},
955
- "description": "Description of a command.",
916
+ "description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
956
917
  "examples": [
957
- "<%= config.bin %> <%= command.id %> -o me@gus.com"
918
+ "<%= config.bin %> <%= command.id %>",
919
+ "<%= config.bin %> <%= command.id %>"
958
920
  ],
959
921
  "flags": {
960
922
  "json": {
@@ -972,50 +934,39 @@
972
934
  "multiple": false,
973
935
  "type": "option"
974
936
  },
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"
937
+ "verbose": {
938
+ "name": "verbose",
939
+ "summary": "show the --help output for each command",
940
+ "allowNo": false,
941
+ "type": "boolean"
993
942
  }
994
943
  },
995
- "hasDynamicHelp": true,
944
+ "hasDynamicHelp": false,
996
945
  "hiddenAliases": [],
997
- "id": "github:check:closed",
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": "Show open Github issues with GUS WI",
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
- "github",
1009
- "check",
1010
- "closed.js"
957
+ "cli",
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.19"
1393
+ "version": "5.7.20"
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.19",
4
+ "version": "5.7.20",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -14,7 +14,7 @@
14
14
  "@octokit/plugin-paginate-rest": "^11.6.0",
15
15
  "@octokit/plugin-throttling": "^9.6.1",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
- "@salesforce/core": "^8.9.1",
17
+ "@salesforce/core": "^8.10.0",
18
18
  "@salesforce/kit": "^3.2.0",
19
19
  "@salesforce/plugin-command-reference": "^3.1.49",
20
20
  "@salesforce/plugin-trust": "^3.7.83",