@salesforce/plugin-release-management 5.6.37 → 5.6.38

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.37/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.38/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.37/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.38/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.37/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.38/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.37/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.38/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.37/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.38/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.37/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.38/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.37/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.38/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.37/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.38/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.37/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.38/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.37/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.38/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.37/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.38/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.37/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.38/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.37/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.38/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.37/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.38/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.37/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.38/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.37/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.38/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.37",
3
+ "version": "5.6.38",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.6.37",
9
+ "version": "5.6.38",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.2.3",
@@ -16,7 +16,7 @@
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/core": "^8.8.2",
18
18
  "@salesforce/kit": "^3.2.0",
19
- "@salesforce/plugin-command-reference": "^3.1.39",
19
+ "@salesforce/plugin-command-reference": "^3.1.41",
20
20
  "@salesforce/plugin-trust": "^3.7.53",
21
21
  "@salesforce/sf-plugins-core": "^12.1.2",
22
22
  "@salesforce/ts-types": "^2.0.10",
@@ -5284,13 +5284,13 @@
5284
5284
  }
5285
5285
  },
5286
5286
  "node_modules/@salesforce/plugin-command-reference": {
5287
- "version": "3.1.39",
5288
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.39.tgz",
5289
- "integrity": "sha512-hNTKtbwbXKRsCqO3XihQDb4gdVm/4Cy4rxtdzreJRRbJamflWsrZGLI/5xfplKiCyMnKucB6XRm/vUUVyd5Hxw==",
5287
+ "version": "3.1.41",
5288
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.41.tgz",
5289
+ "integrity": "sha512-mDYUHfVb/7shMgDpIZAHDfqUVjue43CF8s2Rk2EYjl/MUpppFTUiTIIXKX+ycTaIrHiBWgFE86xjW2uffqrrcA==",
5290
5290
  "license": "BSD-3-Clause",
5291
5291
  "dependencies": {
5292
5292
  "@oclif/core": "^4",
5293
- "@salesforce/core": "^8.6.4",
5293
+ "@salesforce/core": "^8.8.2",
5294
5294
  "@salesforce/kit": "^3.2.3",
5295
5295
  "@salesforce/sf-plugins-core": "^11.3.12",
5296
5296
  "@salesforce/ts-types": "^2.0.11",
package/oclif.lock CHANGED
@@ -2179,7 +2179,7 @@
2179
2179
  strip-ansi "6.0.1"
2180
2180
  ts-retry-promise "^0.8.1"
2181
2181
 
2182
- "@salesforce/core@^8.5.1", "@salesforce/core@^8.6.4", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.2":
2182
+ "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.2":
2183
2183
  version "8.8.2"
2184
2184
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.2.tgz#0fc1632cc183b8c62e333f1f884bf3ee0f4aee6e"
2185
2185
  integrity sha512-EOH75R2Nr2tg7b3gbyzRNwZPfZ/dZOpmMKmFHKL9oCtUI59+N4IkVljg6dpKYypVKuJJTzjI7T2ibnA8/cluZg==
@@ -2247,13 +2247,13 @@
2247
2247
  dependencies:
2248
2248
  "@salesforce/ts-types" "^2.0.12"
2249
2249
 
2250
- "@salesforce/plugin-command-reference@^3.1.39":
2251
- version "3.1.39"
2252
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.39.tgz#9c9071e8267ab54db936d4fef992a71336f63012"
2253
- integrity sha512-hNTKtbwbXKRsCqO3XihQDb4gdVm/4Cy4rxtdzreJRRbJamflWsrZGLI/5xfplKiCyMnKucB6XRm/vUUVyd5Hxw==
2250
+ "@salesforce/plugin-command-reference@^3.1.41":
2251
+ version "3.1.41"
2252
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.41.tgz#3b92c1030f77dfb8ff7795e96704faa53023c93c"
2253
+ integrity sha512-mDYUHfVb/7shMgDpIZAHDfqUVjue43CF8s2Rk2EYjl/MUpppFTUiTIIXKX+ycTaIrHiBWgFE86xjW2uffqrrcA==
2254
2254
  dependencies:
2255
2255
  "@oclif/core" "^4"
2256
- "@salesforce/core" "^8.6.4"
2256
+ "@salesforce/core" "^8.8.2"
2257
2257
  "@salesforce/kit" "^3.2.3"
2258
2258
  "@salesforce/sf-plugins-core" "^11.3.12"
2259
2259
  "@salesforce/ts-types" "^2.0.11"
@@ -1,11 +1,13 @@
1
1
  {
2
2
  "commands": {
3
- "channel:promote": {
3
+ "dependabot:automerge": {
4
4
  "aliases": [],
5
5
  "args": {},
6
- "description": "promote a s3 channel",
6
+ "description": "automatically merge one green, mergeable PR up to the specified maximum bump type",
7
7
  "examples": [
8
- "<%= config.bin %> <%= command.id %> --candidate latest-rc --target latest --platform win --platform mac"
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"
9
11
  ],
10
12
  "flags": {
11
13
  "json": {
@@ -23,141 +25,86 @@
23
25
  "multiple": false,
24
26
  "type": "option"
25
27
  },
26
- "dryrun": {
27
- "char": "d",
28
- "name": "dryrun",
29
- "summary": "If true, only show what would happen",
30
- "allowNo": false,
31
- "type": "boolean"
32
- },
33
- "promote-to-channel": {
34
- "aliases": [
35
- "target"
28
+ "owner": {
29
+ "char": "o",
30
+ "dependsOn": [
31
+ "repo"
36
32
  ],
37
- "char": "t",
38
- "name": "promote-to-channel",
39
- "required": true,
40
- "summary": "the channel name that you are promoting to",
41
- "default": "stable",
33
+ "name": "owner",
34
+ "summary": "the organization that the repository belongs to. This defaults to the owner specified in the package.json",
42
35
  "hasDynamicHelp": false,
43
36
  "multiple": false,
44
37
  "type": "option"
45
38
  },
46
- "promote-from-channel": {
47
- "aliases": [
48
- "candidate"
39
+ "repo": {
40
+ "char": "r",
41
+ "dependsOn": [
42
+ "owner"
49
43
  ],
50
- "char": "C",
51
- "name": "promote-from-channel",
52
- "summary": "the channel name that you want to promote",
44
+ "name": "repo",
45
+ "summary": "the repository you want to consolidate PRs on. This defaults to the repository specified in the package.json",
53
46
  "hasDynamicHelp": false,
54
47
  "multiple": false,
55
48
  "type": "option"
56
49
  },
57
- "platform": {
58
- "char": "p",
59
- "name": "platform",
60
- "summary": "the platform to promote",
61
- "delimiter": ",",
62
- "hasDynamicHelp": false,
63
- "multiple": true,
64
- "options": [
65
- "win",
66
- "macos",
67
- "deb"
68
- ],
69
- "type": "option"
70
- },
71
- "cli": {
72
- "char": "c",
73
- "name": "cli",
50
+ "max-version-bump": {
51
+ "char": "m",
52
+ "description": "the maximum version bump you want to be included",
53
+ "name": "max-version-bump",
74
54
  "required": true,
75
- "summary": "the cli name to promote",
55
+ "default": "minor",
76
56
  "hasDynamicHelp": false,
77
57
  "multiple": false,
78
58
  "options": [
79
- "sf",
80
- "sfdx"
81
- ],
82
- "type": "option"
83
- },
84
- "sha": {
85
- "char": "s",
86
- "name": "sha",
87
- "summary": "the short sha to promote",
88
- "hasDynamicHelp": false,
89
- "multiple": false,
90
- "type": "option"
91
- },
92
- "max-age": {
93
- "aliases": [
94
- "maxage"
59
+ "major",
60
+ "minor",
61
+ "patch"
95
62
  ],
96
- "char": "m",
97
- "name": "max-age",
98
- "summary": "cache control max-age in seconds",
99
- "default": 300,
100
- "hasDynamicHelp": false,
101
- "multiple": false,
102
63
  "type": "option"
103
64
  },
104
- "indexes": {
105
- "char": "i",
106
- "name": "indexes",
107
- "summary": "append the promoted urls into the index files",
108
- "allowNo": true,
65
+ "dryrun": {
66
+ "char": "d",
67
+ "name": "dryrun",
68
+ "summary": "only show what would happen if you consolidated dependabot PRs",
69
+ "allowNo": false,
109
70
  "type": "boolean"
110
71
  },
111
- "xz": {
112
- "char": "x",
113
- "name": "xz",
114
- "summary": "also upload xz",
115
- "allowNo": true,
72
+ "skip-ci": {
73
+ "char": "s",
74
+ "name": "skip-ci",
75
+ "summary": "add [skip ci] to the merge commit title",
76
+ "allowNo": false,
116
77
  "type": "boolean"
117
78
  },
118
- "architecture-target": {
119
- "aliases": [
120
- "targets"
121
- ],
122
- "char": "T",
123
- "name": "architecture-target",
124
- "summary": "comma-separated targets to promote (e.g.: linux-arm,win32-x64)",
125
- "delimiter": ",",
79
+ "merge-method": {
80
+ "name": "merge-method",
81
+ "summary": "merge method to use",
82
+ "default": "merge",
126
83
  "hasDynamicHelp": false,
127
- "multiple": true,
84
+ "multiple": false,
128
85
  "options": [
129
- "linux-x64",
130
- "linux-arm",
131
- "win32-x64",
132
- "win32-x86",
133
- "darwin-x64"
86
+ "merge",
87
+ "squash",
88
+ "rebase"
134
89
  ],
135
90
  "type": "option"
136
- },
137
- "version": {
138
- "char": "v",
139
- "name": "version",
140
- "summary": "the version of the candidate to be promoted, which must exist already in s3. Used to fetch the correct sha",
141
- "hasDynamicHelp": false,
142
- "multiple": false,
143
- "type": "option"
144
91
  }
145
92
  },
146
93
  "hasDynamicHelp": false,
147
94
  "hiddenAliases": [],
148
- "id": "channel:promote",
95
+ "id": "dependabot:automerge",
149
96
  "pluginAlias": "@salesforce/plugin-release-management",
150
97
  "pluginName": "@salesforce/plugin-release-management",
151
98
  "pluginType": "core",
152
99
  "strict": true,
153
- "summary": "promote a s3 channel",
100
+ "summary": "automatically merge one green, mergeable PR up to the specified maximum bump type",
154
101
  "enableJsonFlag": true,
155
102
  "isESM": true,
156
103
  "relativePath": [
157
104
  "lib",
158
105
  "commands",
159
- "channel",
160
- "promote.js"
106
+ "dependabot",
107
+ "automerge.js"
161
108
  ]
162
109
  },
163
110
  "cli:releasenotes": {
@@ -234,14 +181,12 @@
234
181
  "releasenotes.js"
235
182
  ]
236
183
  },
237
- "dependabot:automerge": {
184
+ "channel:promote": {
238
185
  "aliases": [],
239
186
  "args": {},
240
- "description": "automatically merge one green, mergeable PR up to the specified maximum bump type",
187
+ "description": "promote a s3 channel",
241
188
  "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"
189
+ "<%= config.bin %> <%= command.id %> --candidate latest-rc --target latest --platform win --platform mac"
245
190
  ],
246
191
  "flags": {
247
192
  "json": {
@@ -259,86 +204,141 @@
259
204
  "multiple": false,
260
205
  "type": "option"
261
206
  },
262
- "owner": {
263
- "char": "o",
264
- "dependsOn": [
265
- "repo"
207
+ "dryrun": {
208
+ "char": "d",
209
+ "name": "dryrun",
210
+ "summary": "If true, only show what would happen",
211
+ "allowNo": false,
212
+ "type": "boolean"
213
+ },
214
+ "promote-to-channel": {
215
+ "aliases": [
216
+ "target"
266
217
  ],
267
- "name": "owner",
268
- "summary": "the organization that the repository belongs to. This defaults to the owner specified in the package.json",
218
+ "char": "t",
219
+ "name": "promote-to-channel",
220
+ "required": true,
221
+ "summary": "the channel name that you are promoting to",
222
+ "default": "stable",
269
223
  "hasDynamicHelp": false,
270
224
  "multiple": false,
271
225
  "type": "option"
272
226
  },
273
- "repo": {
274
- "char": "r",
275
- "dependsOn": [
276
- "owner"
227
+ "promote-from-channel": {
228
+ "aliases": [
229
+ "candidate"
277
230
  ],
278
- "name": "repo",
279
- "summary": "the repository you want to consolidate PRs on. This defaults to the repository specified in the package.json",
231
+ "char": "C",
232
+ "name": "promote-from-channel",
233
+ "summary": "the channel name that you want to promote",
280
234
  "hasDynamicHelp": false,
281
235
  "multiple": false,
282
236
  "type": "option"
283
237
  },
284
- "max-version-bump": {
285
- "char": "m",
286
- "description": "the maximum version bump you want to be included",
287
- "name": "max-version-bump",
238
+ "platform": {
239
+ "char": "p",
240
+ "name": "platform",
241
+ "summary": "the platform to promote",
242
+ "delimiter": ",",
243
+ "hasDynamicHelp": false,
244
+ "multiple": true,
245
+ "options": [
246
+ "win",
247
+ "macos",
248
+ "deb"
249
+ ],
250
+ "type": "option"
251
+ },
252
+ "cli": {
253
+ "char": "c",
254
+ "name": "cli",
288
255
  "required": true,
289
- "default": "minor",
256
+ "summary": "the cli name to promote",
290
257
  "hasDynamicHelp": false,
291
258
  "multiple": false,
292
259
  "options": [
293
- "major",
294
- "minor",
295
- "patch"
260
+ "sf",
261
+ "sfdx"
296
262
  ],
297
263
  "type": "option"
298
264
  },
299
- "dryrun": {
300
- "char": "d",
301
- "name": "dryrun",
302
- "summary": "only show what would happen if you consolidated dependabot PRs",
303
- "allowNo": false,
265
+ "sha": {
266
+ "char": "s",
267
+ "name": "sha",
268
+ "summary": "the short sha to promote",
269
+ "hasDynamicHelp": false,
270
+ "multiple": false,
271
+ "type": "option"
272
+ },
273
+ "max-age": {
274
+ "aliases": [
275
+ "maxage"
276
+ ],
277
+ "char": "m",
278
+ "name": "max-age",
279
+ "summary": "cache control max-age in seconds",
280
+ "default": 300,
281
+ "hasDynamicHelp": false,
282
+ "multiple": false,
283
+ "type": "option"
284
+ },
285
+ "indexes": {
286
+ "char": "i",
287
+ "name": "indexes",
288
+ "summary": "append the promoted urls into the index files",
289
+ "allowNo": true,
304
290
  "type": "boolean"
305
291
  },
306
- "skip-ci": {
307
- "char": "s",
308
- "name": "skip-ci",
309
- "summary": "add [skip ci] to the merge commit title",
310
- "allowNo": false,
292
+ "xz": {
293
+ "char": "x",
294
+ "name": "xz",
295
+ "summary": "also upload xz",
296
+ "allowNo": true,
311
297
  "type": "boolean"
312
298
  },
313
- "merge-method": {
314
- "name": "merge-method",
315
- "summary": "merge method to use",
316
- "default": "merge",
299
+ "architecture-target": {
300
+ "aliases": [
301
+ "targets"
302
+ ],
303
+ "char": "T",
304
+ "name": "architecture-target",
305
+ "summary": "comma-separated targets to promote (e.g.: linux-arm,win32-x64)",
306
+ "delimiter": ",",
317
307
  "hasDynamicHelp": false,
318
- "multiple": false,
308
+ "multiple": true,
319
309
  "options": [
320
- "merge",
321
- "squash",
322
- "rebase"
310
+ "linux-x64",
311
+ "linux-arm",
312
+ "win32-x64",
313
+ "win32-x86",
314
+ "darwin-x64"
323
315
  ],
324
316
  "type": "option"
317
+ },
318
+ "version": {
319
+ "char": "v",
320
+ "name": "version",
321
+ "summary": "the version of the candidate to be promoted, which must exist already in s3. Used to fetch the correct sha",
322
+ "hasDynamicHelp": false,
323
+ "multiple": false,
324
+ "type": "option"
325
325
  }
326
326
  },
327
327
  "hasDynamicHelp": false,
328
328
  "hiddenAliases": [],
329
- "id": "dependabot:automerge",
329
+ "id": "channel:promote",
330
330
  "pluginAlias": "@salesforce/plugin-release-management",
331
331
  "pluginName": "@salesforce/plugin-release-management",
332
332
  "pluginType": "core",
333
333
  "strict": true,
334
- "summary": "automatically merge one green, mergeable PR up to the specified maximum bump type",
334
+ "summary": "promote a s3 channel",
335
335
  "enableJsonFlag": true,
336
336
  "isESM": true,
337
337
  "relativePath": [
338
338
  "lib",
339
339
  "commands",
340
- "dependabot",
341
- "automerge.js"
340
+ "channel",
341
+ "promote.js"
342
342
  ]
343
343
  },
344
344
  "repositories": {
@@ -621,12 +621,12 @@
621
621
  "test.js"
622
622
  ]
623
623
  },
624
- "cli:release:automerge": {
624
+ "github:check:closed": {
625
625
  "aliases": [],
626
626
  "args": {},
627
- "description": "Attempt to automerge nightly PR",
627
+ "description": "Description of a command.",
628
628
  "examples": [
629
- "<%= config.bin %> <%= command.id %> --owner salesforcecli --repo sfdx-cli --pul-number 1049"
629
+ "<%= config.bin %> <%= command.id %> -o me@gus.com"
630
630
  ],
631
631
  "flags": {
632
632
  "json": {
@@ -644,87 +644,50 @@
644
644
  "multiple": false,
645
645
  "type": "option"
646
646
  },
647
- "owner": {
648
- "aliases": [
649
- "org"
650
- ],
651
- "dependsOn": [
652
- "repo"
653
- ],
654
- "name": "owner",
655
- "required": true,
656
- "summary": "Github owner (org), example: salesforcecli",
657
- "hasDynamicHelp": false,
658
- "multiple": false,
659
- "type": "option"
660
- },
661
- "repo": {
662
- "dependsOn": [
663
- "owner"
664
- ],
665
- "name": "repo",
647
+ "gus": {
648
+ "char": "o",
649
+ "name": "gus",
650
+ "noCacheDefault": true,
666
651
  "required": true,
667
- "summary": "Github repo, example: sfdx-cli",
668
- "hasDynamicHelp": false,
652
+ "summary": "Username/alias of your GUS org connection",
653
+ "hasDynamicHelp": true,
669
654
  "multiple": false,
670
655
  "type": "option"
671
656
  },
672
- "pull-number": {
673
- "name": "pull-number",
657
+ "github-token": {
658
+ "env": "GITHUB_TOKEN",
659
+ "name": "github-token",
674
660
  "required": true,
675
- "summary": "Github pull request number to merge",
661
+ "summary": "Github token--store this in the environment as GITHUB_TOKEN",
676
662
  "hasDynamicHelp": false,
677
663
  "multiple": false,
678
664
  "type": "option"
679
- },
680
- "dry-run": {
681
- "char": "d",
682
- "name": "dry-run",
683
- "summary": "Run all checks, but do not merge PR",
684
- "allowNo": false,
685
- "type": "boolean"
686
- },
687
- "verbose": {
688
- "name": "verbose",
689
- "summary": "Show additional debug output",
690
- "allowNo": false,
691
- "type": "boolean"
692
665
  }
693
666
  },
694
- "hasDynamicHelp": false,
667
+ "hasDynamicHelp": true,
695
668
  "hiddenAliases": [],
696
- "id": "cli:release:automerge",
669
+ "id": "github:check:closed",
697
670
  "pluginAlias": "@salesforce/plugin-release-management",
698
671
  "pluginName": "@salesforce/plugin-release-management",
699
672
  "pluginType": "core",
700
673
  "strict": true,
701
- "summary": "Attempt to automerge nightly PR",
674
+ "summary": "Show open Github issues with GUS WI",
702
675
  "enableJsonFlag": true,
703
676
  "isESM": true,
704
677
  "relativePath": [
705
678
  "lib",
706
679
  "commands",
707
- "cli",
708
- "release",
709
- "automerge.js"
680
+ "github",
681
+ "check",
682
+ "closed.js"
710
683
  ]
711
684
  },
712
- "cli:release:build": {
713
- "aliases": [
714
- "cli:latestrc:build"
715
- ],
685
+ "cli:release:automerge": {
686
+ "aliases": [],
716
687
  "args": {},
717
- "description": "builds a new release from a designated starting point and optionally creates PR in Github",
688
+ "description": "Attempt to automerge nightly PR",
718
689
  "examples": [
719
- "<%= config.bin %> <%= command.id %>",
720
- "<%= config.bin %> <%= command.id %> --patch",
721
- "<%= config.bin %> <%= command.id %> --start-from-npm-dist-tag latest-rc --patch",
722
- "<%= config.bin %> <%= command.id %> --start-from-github-ref 7.144.0",
723
- "<%= config.bin %> <%= command.id %> --start-from-github-ref main",
724
- "<%= config.bin %> <%= command.id %> --start-from-github-ref f476e8e",
725
- "<%= config.bin %> <%= command.id %> --start-from-github-ref main --prerelease beta",
726
- "<%= config.bin %> <%= command.id %> --build-only",
727
- "<%= config.bin %> <%= command.id %> --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3"
690
+ "<%= config.bin %> <%= command.id %> --owner salesforcecli --repo sfdx-cli --pul-number 1049"
728
691
  ],
729
692
  "flags": {
730
693
  "json": {
@@ -742,219 +705,87 @@
742
705
  "multiple": false,
743
706
  "type": "option"
744
707
  },
745
- "start-from-npm-dist-tag": {
708
+ "owner": {
746
709
  "aliases": [
747
- "rctag"
710
+ "org"
748
711
  ],
749
- "char": "d",
750
- "deprecateAliases": true,
751
- "name": "start-from-npm-dist-tag",
752
- "summary": "the npm dist-tag to start the release from, examples: nightly, latest-rc",
753
- "hasDynamicHelp": false,
754
- "multiple": false,
755
- "type": "option"
756
- },
757
- "start-from-github-ref": {
758
- "char": "g",
759
- "name": "start-from-github-ref",
760
- "summary": "a Github ref to start the release from, examples: main, 7.144.0, f476e8e",
761
- "hasDynamicHelp": false,
762
- "multiple": false,
763
- "type": "option"
764
- },
765
- "release-channel": {
766
- "char": "c",
767
- "name": "release-channel",
712
+ "dependsOn": [
713
+ "repo"
714
+ ],
715
+ "name": "owner",
768
716
  "required": true,
769
- "summary": "the channel intended for this release, examples: nightly, latest-rc, latest, dev, beta, etc...",
770
- "hasDynamicHelp": false,
771
- "multiple": false,
772
- "type": "option"
773
- },
774
- "build-only": {
775
- "name": "build-only",
776
- "summary": "only build the release, do not git add/commit/push",
777
- "allowNo": false,
778
- "type": "boolean"
779
- },
780
- "resolutions": {
781
- "name": "resolutions",
782
- "summary": "bump the versions of packages listed in the resolutions section",
783
- "allowNo": true,
784
- "type": "boolean"
785
- },
786
- "only": {
787
- "name": "only",
788
- "summary": "only bump the version of the packages passed in, uses latest if version is not provided",
789
- "delimiter": ",",
790
- "hasDynamicHelp": false,
791
- "multiple": true,
792
- "type": "option"
793
- },
794
- "pinned-deps": {
795
- "name": "pinned-deps",
796
- "summary": "bump the versions of the packages listed in the pinnedDependencies section",
797
- "allowNo": true,
798
- "type": "boolean"
799
- },
800
- "jit": {
801
- "name": "jit",
802
- "summary": "bump the versions of the packages listed in the jitPlugins (just-in-time) section",
803
- "allowNo": true,
804
- "type": "boolean"
805
- },
806
- "label": {
807
- "name": "label",
808
- "summary": "add one or more labels to the Github PR",
809
- "hasDynamicHelp": false,
810
- "multiple": true,
811
- "type": "option"
812
- },
813
- "patch": {
814
- "name": "patch",
815
- "summary": "bump the release as a patch of an existing version, not a new minor version",
816
- "allowNo": false,
817
- "type": "boolean"
818
- },
819
- "empty": {
820
- "name": "empty",
821
- "summary": "create an empty release PR for pushing changes to later (version will still be bumped)",
822
- "allowNo": false,
823
- "type": "boolean"
824
- },
825
- "pr-base-branch": {
826
- "name": "pr-base-branch",
827
- "summary": "base branch to create the PR against; if not specified, the build determines the branch for you",
828
- "hasDynamicHelp": false,
829
- "multiple": false,
830
- "type": "option"
831
- }
832
- },
833
- "hasDynamicHelp": false,
834
- "hiddenAliases": [],
835
- "id": "cli:release:build",
836
- "pluginAlias": "@salesforce/plugin-release-management",
837
- "pluginName": "@salesforce/plugin-release-management",
838
- "pluginType": "core",
839
- "strict": true,
840
- "summary": "builds a new release from a designated starting point and optionally creates PR in Github",
841
- "enableJsonFlag": true,
842
- "isESM": true,
843
- "relativePath": [
844
- "lib",
845
- "commands",
846
- "cli",
847
- "release",
848
- "build.js"
849
- ]
850
- },
851
- "cli:versions:inspect": {
852
- "aliases": [],
853
- "args": {},
854
- "description": "inspect the CLI version across all install paths",
855
- "examples": [
856
- "<%= config.bin %> <%= command.id %> -l archive -c stable",
857
- "<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
858
- "<%= config.bin %> <%= command.id %> -l archive npm -c stable",
859
- "<%= config.bin %> <%= command.id %> -l archive npm -c latest",
860
- "<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
861
- "<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
862
- "<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
863
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
864
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
865
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
866
- ],
867
- "flags": {
868
- "json": {
869
- "description": "Format output as json.",
870
- "helpGroup": "GLOBAL",
871
- "name": "json",
872
- "allowNo": false,
873
- "type": "boolean"
874
- },
875
- "flags-dir": {
876
- "helpGroup": "GLOBAL",
877
- "name": "flags-dir",
878
- "summary": "Import flag values from a directory.",
717
+ "summary": "Github owner (org), example: salesforcecli",
879
718
  "hasDynamicHelp": false,
880
719
  "multiple": false,
881
720
  "type": "option"
882
721
  },
883
- "dependencies": {
884
- "char": "d",
885
- "name": "dependencies",
886
- "summary": "glob pattern of dependencies you want to see the version of",
887
- "hasDynamicHelp": false,
888
- "multiple": true,
889
- "type": "option"
890
- },
891
- "salesforce": {
892
- "char": "s",
893
- "name": "salesforce",
894
- "summary": "show versions of salesforce owned dependencies",
895
- "allowNo": false,
896
- "type": "boolean"
897
- },
898
- "channels": {
899
- "char": "c",
900
- "name": "channels",
722
+ "repo": {
723
+ "dependsOn": [
724
+ "owner"
725
+ ],
726
+ "name": "repo",
901
727
  "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)",
728
+ "summary": "Github repo, example: sfdx-cli",
903
729
  "hasDynamicHelp": false,
904
- "multiple": true,
905
- "options": [
906
- "stable",
907
- "stable-rc",
908
- "latest",
909
- "latest-rc",
910
- "nightly"
911
- ],
730
+ "multiple": false,
912
731
  "type": "option"
913
732
  },
914
- "locations": {
915
- "char": "l",
916
- "name": "locations",
733
+ "pull-number": {
734
+ "name": "pull-number",
917
735
  "required": true,
918
- "summary": "the location you want to inspect",
736
+ "summary": "Github pull request number to merge",
919
737
  "hasDynamicHelp": false,
920
- "multiple": true,
921
- "options": [
922
- "archive",
923
- "npm"
924
- ],
738
+ "multiple": false,
925
739
  "type": "option"
926
740
  },
927
- "ignore-missing": {
928
- "name": "ignore-missing",
929
- "summary": "skip missing archives. Useful when supporting new architectures in oclif",
741
+ "dry-run": {
742
+ "char": "d",
743
+ "name": "dry-run",
744
+ "summary": "Run all checks, but do not merge PR",
745
+ "allowNo": false,
746
+ "type": "boolean"
747
+ },
748
+ "verbose": {
749
+ "name": "verbose",
750
+ "summary": "Show additional debug output",
930
751
  "allowNo": false,
931
752
  "type": "boolean"
932
753
  }
933
754
  },
934
755
  "hasDynamicHelp": false,
935
756
  "hiddenAliases": [],
936
- "id": "cli:versions:inspect",
757
+ "id": "cli:release:automerge",
937
758
  "pluginAlias": "@salesforce/plugin-release-management",
938
759
  "pluginName": "@salesforce/plugin-release-management",
939
760
  "pluginType": "core",
940
761
  "strict": true,
941
- "summary": "inspect the CLI version across all install paths",
762
+ "summary": "Attempt to automerge nightly PR",
942
763
  "enableJsonFlag": true,
943
764
  "isESM": true,
944
765
  "relativePath": [
945
766
  "lib",
946
767
  "commands",
947
768
  "cli",
948
- "versions",
949
- "inspect.js"
769
+ "release",
770
+ "automerge.js"
950
771
  ]
951
772
  },
952
- "github:check:closed": {
953
- "aliases": [],
773
+ "cli:release:build": {
774
+ "aliases": [
775
+ "cli:latestrc:build"
776
+ ],
954
777
  "args": {},
955
- "description": "Description of a command.",
778
+ "description": "builds a new release from a designated starting point and optionally creates PR in Github",
956
779
  "examples": [
957
- "<%= config.bin %> <%= command.id %> -o me@gus.com"
780
+ "<%= config.bin %> <%= command.id %>",
781
+ "<%= config.bin %> <%= command.id %> --patch",
782
+ "<%= config.bin %> <%= command.id %> --start-from-npm-dist-tag latest-rc --patch",
783
+ "<%= config.bin %> <%= command.id %> --start-from-github-ref 7.144.0",
784
+ "<%= config.bin %> <%= command.id %> --start-from-github-ref main",
785
+ "<%= config.bin %> <%= command.id %> --start-from-github-ref f476e8e",
786
+ "<%= config.bin %> <%= command.id %> --start-from-github-ref main --prerelease beta",
787
+ "<%= config.bin %> <%= command.id %> --build-only",
788
+ "<%= config.bin %> <%= command.id %> --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3"
958
789
  ],
959
790
  "flags": {
960
791
  "json": {
@@ -972,42 +803,110 @@
972
803
  "multiple": false,
973
804
  "type": "option"
974
805
  },
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,
806
+ "start-from-npm-dist-tag": {
807
+ "aliases": [
808
+ "rctag"
809
+ ],
810
+ "char": "d",
811
+ "deprecateAliases": true,
812
+ "name": "start-from-npm-dist-tag",
813
+ "summary": "the npm dist-tag to start the release from, examples: nightly, latest-rc",
814
+ "hasDynamicHelp": false,
982
815
  "multiple": false,
983
816
  "type": "option"
984
817
  },
985
- "github-token": {
986
- "env": "GITHUB_TOKEN",
987
- "name": "github-token",
818
+ "start-from-github-ref": {
819
+ "char": "g",
820
+ "name": "start-from-github-ref",
821
+ "summary": "a Github ref to start the release from, examples: main, 7.144.0, f476e8e",
822
+ "hasDynamicHelp": false,
823
+ "multiple": false,
824
+ "type": "option"
825
+ },
826
+ "release-channel": {
827
+ "char": "c",
828
+ "name": "release-channel",
988
829
  "required": true,
989
- "summary": "Github token--store this in the environment as GITHUB_TOKEN",
830
+ "summary": "the channel intended for this release, examples: nightly, latest-rc, latest, dev, beta, etc...",
831
+ "hasDynamicHelp": false,
832
+ "multiple": false,
833
+ "type": "option"
834
+ },
835
+ "build-only": {
836
+ "name": "build-only",
837
+ "summary": "only build the release, do not git add/commit/push",
838
+ "allowNo": false,
839
+ "type": "boolean"
840
+ },
841
+ "resolutions": {
842
+ "name": "resolutions",
843
+ "summary": "bump the versions of packages listed in the resolutions section",
844
+ "allowNo": true,
845
+ "type": "boolean"
846
+ },
847
+ "only": {
848
+ "name": "only",
849
+ "summary": "only bump the version of the packages passed in, uses latest if version is not provided",
850
+ "delimiter": ",",
851
+ "hasDynamicHelp": false,
852
+ "multiple": true,
853
+ "type": "option"
854
+ },
855
+ "pinned-deps": {
856
+ "name": "pinned-deps",
857
+ "summary": "bump the versions of the packages listed in the pinnedDependencies section",
858
+ "allowNo": true,
859
+ "type": "boolean"
860
+ },
861
+ "jit": {
862
+ "name": "jit",
863
+ "summary": "bump the versions of the packages listed in the jitPlugins (just-in-time) section",
864
+ "allowNo": true,
865
+ "type": "boolean"
866
+ },
867
+ "label": {
868
+ "name": "label",
869
+ "summary": "add one or more labels to the Github PR",
870
+ "hasDynamicHelp": false,
871
+ "multiple": true,
872
+ "type": "option"
873
+ },
874
+ "patch": {
875
+ "name": "patch",
876
+ "summary": "bump the release as a patch of an existing version, not a new minor version",
877
+ "allowNo": false,
878
+ "type": "boolean"
879
+ },
880
+ "empty": {
881
+ "name": "empty",
882
+ "summary": "create an empty release PR for pushing changes to later (version will still be bumped)",
883
+ "allowNo": false,
884
+ "type": "boolean"
885
+ },
886
+ "pr-base-branch": {
887
+ "name": "pr-base-branch",
888
+ "summary": "base branch to create the PR against; if not specified, the build determines the branch for you",
990
889
  "hasDynamicHelp": false,
991
890
  "multiple": false,
992
891
  "type": "option"
993
892
  }
994
893
  },
995
- "hasDynamicHelp": true,
894
+ "hasDynamicHelp": false,
996
895
  "hiddenAliases": [],
997
- "id": "github:check:closed",
896
+ "id": "cli:release:build",
998
897
  "pluginAlias": "@salesforce/plugin-release-management",
999
898
  "pluginName": "@salesforce/plugin-release-management",
1000
899
  "pluginType": "core",
1001
900
  "strict": true,
1002
- "summary": "Show open Github issues with GUS WI",
901
+ "summary": "builds a new release from a designated starting point and optionally creates PR in Github",
1003
902
  "enableJsonFlag": true,
1004
903
  "isESM": true,
1005
904
  "relativePath": [
1006
905
  "lib",
1007
906
  "commands",
1008
- "github",
1009
- "check",
1010
- "closed.js"
907
+ "cli",
908
+ "release",
909
+ "build.js"
1011
910
  ]
1012
911
  },
1013
912
  "cli:tarballs:prepare": {
@@ -1187,6 +1086,107 @@
1187
1086
  "verify.js"
1188
1087
  ]
1189
1088
  },
1089
+ "cli:versions:inspect": {
1090
+ "aliases": [],
1091
+ "args": {},
1092
+ "description": "inspect the CLI version across all install paths",
1093
+ "examples": [
1094
+ "<%= config.bin %> <%= command.id %> -l archive -c stable",
1095
+ "<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
1096
+ "<%= config.bin %> <%= command.id %> -l archive npm -c stable",
1097
+ "<%= config.bin %> <%= command.id %> -l archive npm -c latest",
1098
+ "<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
1099
+ "<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
1100
+ "<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
1101
+ "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
1102
+ "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
1103
+ "<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
1104
+ ],
1105
+ "flags": {
1106
+ "json": {
1107
+ "description": "Format output as json.",
1108
+ "helpGroup": "GLOBAL",
1109
+ "name": "json",
1110
+ "allowNo": false,
1111
+ "type": "boolean"
1112
+ },
1113
+ "flags-dir": {
1114
+ "helpGroup": "GLOBAL",
1115
+ "name": "flags-dir",
1116
+ "summary": "Import flag values from a directory.",
1117
+ "hasDynamicHelp": false,
1118
+ "multiple": false,
1119
+ "type": "option"
1120
+ },
1121
+ "dependencies": {
1122
+ "char": "d",
1123
+ "name": "dependencies",
1124
+ "summary": "glob pattern of dependencies you want to see the version of",
1125
+ "hasDynamicHelp": false,
1126
+ "multiple": true,
1127
+ "type": "option"
1128
+ },
1129
+ "salesforce": {
1130
+ "char": "s",
1131
+ "name": "salesforce",
1132
+ "summary": "show versions of salesforce owned dependencies",
1133
+ "allowNo": false,
1134
+ "type": "boolean"
1135
+ },
1136
+ "channels": {
1137
+ "char": "c",
1138
+ "name": "channels",
1139
+ "required": true,
1140
+ "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)",
1141
+ "hasDynamicHelp": false,
1142
+ "multiple": true,
1143
+ "options": [
1144
+ "stable",
1145
+ "stable-rc",
1146
+ "latest",
1147
+ "latest-rc",
1148
+ "nightly"
1149
+ ],
1150
+ "type": "option"
1151
+ },
1152
+ "locations": {
1153
+ "char": "l",
1154
+ "name": "locations",
1155
+ "required": true,
1156
+ "summary": "the location you want to inspect",
1157
+ "hasDynamicHelp": false,
1158
+ "multiple": true,
1159
+ "options": [
1160
+ "archive",
1161
+ "npm"
1162
+ ],
1163
+ "type": "option"
1164
+ },
1165
+ "ignore-missing": {
1166
+ "name": "ignore-missing",
1167
+ "summary": "skip missing archives. Useful when supporting new architectures in oclif",
1168
+ "allowNo": false,
1169
+ "type": "boolean"
1170
+ }
1171
+ },
1172
+ "hasDynamicHelp": false,
1173
+ "hiddenAliases": [],
1174
+ "id": "cli:versions:inspect",
1175
+ "pluginAlias": "@salesforce/plugin-release-management",
1176
+ "pluginName": "@salesforce/plugin-release-management",
1177
+ "pluginType": "core",
1178
+ "strict": true,
1179
+ "summary": "inspect the CLI version across all install paths",
1180
+ "enableJsonFlag": true,
1181
+ "isESM": true,
1182
+ "relativePath": [
1183
+ "lib",
1184
+ "commands",
1185
+ "cli",
1186
+ "versions",
1187
+ "inspect.js"
1188
+ ]
1189
+ },
1190
1190
  "npm:dependencies:pin": {
1191
1191
  "aliases": [],
1192
1192
  "args": {},
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.6.37"
1393
+ "version": "5.6.38"
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.37",
4
+ "version": "5.6.38",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -16,7 +16,7 @@
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/core": "^8.8.2",
18
18
  "@salesforce/kit": "^3.2.0",
19
- "@salesforce/plugin-command-reference": "^3.1.39",
19
+ "@salesforce/plugin-command-reference": "^3.1.41",
20
20
  "@salesforce/plugin-trust": "^3.7.53",
21
21
  "@salesforce/sf-plugins-core": "^12.1.2",
22
22
  "@salesforce/ts-types": "^2.0.10",