@salesforce/plugin-release-management 4.4.24 → 4.5.0
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 +65 -65
- package/bin/dev.cmd +1 -1
- package/bin/dev.js +6 -0
- package/bin/run.cmd +1 -1
- package/bin/run.js +7 -0
- package/lib/commands/channel/promote.d.ts +8 -8
- package/lib/commands/cli/artifacts/compare.d.ts +3 -3
- package/lib/commands/cli/install/jit/test.d.ts +1 -1
- package/lib/commands/cli/install/test.d.ts +4 -4
- package/lib/commands/cli/release/automerge.d.ts +3 -3
- package/lib/commands/cli/release/build.d.ts +6 -6
- package/lib/commands/cli/releasenotes.d.ts +2 -2
- package/lib/commands/cli/tarballs/verify.d.ts +2 -2
- package/lib/commands/cli/versions/inspect.d.ts +4 -4
- package/lib/commands/dependabot/automerge.d.ts +4 -4
- package/lib/commands/github/check/closed.d.ts +2 -2
- package/lib/commands/npm/dependencies/pin.d.ts +1 -1
- package/lib/commands/npm/package/release.d.ts +4 -4
- package/lib/dependabot.d.ts +1 -1
- package/npm-shrinkwrap.json +392 -384
- package/oclif.manifest.json +706 -455
- package/package.json +9 -11
- package/bin/dev +0 -21
- package/bin/run +0 -3
package/README.md
CHANGED
|
@@ -157,7 +157,7 @@ EXAMPLES
|
|
|
157
157
|
$ sfdx channel:promote --candidate latest-rc --target latest --platform win --platform mac
|
|
158
158
|
```
|
|
159
159
|
|
|
160
|
-
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.
|
|
160
|
+
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.0/src/commands/channel/promote.ts)_
|
|
161
161
|
|
|
162
162
|
## `sfdx cli:artifacts:compare`
|
|
163
163
|
|
|
@@ -180,7 +180,7 @@ EXAMPLES
|
|
|
180
180
|
$ sfdx cli:artifacts:compare
|
|
181
181
|
```
|
|
182
182
|
|
|
183
|
-
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.
|
|
183
|
+
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.0/src/commands/cli/artifacts/compare.ts)_
|
|
184
184
|
|
|
185
185
|
## `sfdx cli:install:jit:test`
|
|
186
186
|
|
|
@@ -200,7 +200,7 @@ EXAMPLES
|
|
|
200
200
|
$ sfdx cli:install:jit:test
|
|
201
201
|
```
|
|
202
202
|
|
|
203
|
-
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.
|
|
203
|
+
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.0/src/commands/cli/install/jit/test.ts)_
|
|
204
204
|
|
|
205
205
|
## `sfdx cli:install:test`
|
|
206
206
|
|
|
@@ -212,13 +212,13 @@ USAGE
|
|
|
212
212
|
legacy|stable|stable-rc|latest|latest-rc] [--output-file <value>]
|
|
213
213
|
|
|
214
214
|
FLAGS
|
|
215
|
-
-c, --cli=<option>
|
|
216
|
-
|
|
217
|
-
-m, --method=<option>
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
215
|
+
-c, --cli=<option> (required) the cli to install
|
|
216
|
+
<options: sf|sfdx>
|
|
217
|
+
-m, --method=<option> (required) the installation method to use
|
|
218
|
+
<options: installer|npm|tarball>
|
|
219
|
+
--channel=<option> [default: stable] the channel to install from
|
|
220
|
+
<options: legacy|stable|stable-rc|latest|latest-rc>
|
|
221
|
+
--output-file=<value> [default: test-results.json] the file to write the JSON results to (must be .json)
|
|
222
222
|
|
|
223
223
|
GLOBAL FLAGS
|
|
224
224
|
--json Format output as json.
|
|
@@ -240,7 +240,7 @@ EXAMPLES
|
|
|
240
240
|
$ sfdx cli:install:test --cli sf --method tarball --channel stable-rc
|
|
241
241
|
```
|
|
242
242
|
|
|
243
|
-
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.
|
|
243
|
+
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.0/src/commands/cli/install/test.ts)_
|
|
244
244
|
|
|
245
245
|
## `sfdx cli:release:automerge`
|
|
246
246
|
|
|
@@ -251,11 +251,11 @@ USAGE
|
|
|
251
251
|
$ sfdx cli:release:automerge (--owner <value> --repo <value>) --pull-number <value> [--json] [-d] [--verbose]
|
|
252
252
|
|
|
253
253
|
FLAGS
|
|
254
|
-
-d, --dry-run
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
254
|
+
-d, --dry-run Run all checks, but do not merge PR
|
|
255
|
+
--owner=<value> (required) Github owner (org), example: salesforcecli
|
|
256
|
+
--pull-number=<value> (required) Github pull request number to merge
|
|
257
|
+
--repo=<value> (required) Github repo, example: sfdx-cli
|
|
258
|
+
--verbose Show additional debug output
|
|
259
259
|
|
|
260
260
|
GLOBAL FLAGS
|
|
261
261
|
--json Format output as json.
|
|
@@ -269,7 +269,7 @@ EXAMPLES
|
|
|
269
269
|
$ sfdx cli:release:automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
|
|
270
270
|
```
|
|
271
271
|
|
|
272
|
-
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.
|
|
272
|
+
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.0/src/commands/cli/release/automerge.ts)_
|
|
273
273
|
|
|
274
274
|
## `sfdx cli:release:build`
|
|
275
275
|
|
|
@@ -285,19 +285,19 @@ FLAGS
|
|
|
285
285
|
latest, dev, beta, etc...
|
|
286
286
|
-d, --start-from-npm-dist-tag=<value> the npm dist-tag to start the release from, examples: nightly, latest-rc
|
|
287
287
|
-g, --start-from-github-ref=<value> a Github ref to start the release from, examples: main, 7.144.0, f476e8e
|
|
288
|
-
|
|
289
|
-
|
|
288
|
+
--build-only only build the release, do not git add/commit/push
|
|
289
|
+
--empty create an empty release PR for pushing changes to later (version will still be
|
|
290
290
|
bumped)
|
|
291
|
-
|
|
291
|
+
--[no-]jit bump the versions of the packages listed in the jitPlugins (just-in-time)
|
|
292
292
|
section
|
|
293
|
-
|
|
294
|
-
|
|
293
|
+
--label=<value>... add one or more labels to the Github PR
|
|
294
|
+
--only=<value>... only bump the version of the packages passed in, uses latest if version is not
|
|
295
295
|
provided
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
296
|
+
--patch bump the release as a patch of an existing version, not a new minor version
|
|
297
|
+
--[no-]pinned-deps bump the versions of the packages listed in the pinnedDependencies section
|
|
298
|
+
--pr-base-branch=<value> base branch to create the PR against; if not specified, the build determines
|
|
299
299
|
the branch for you
|
|
300
|
-
|
|
300
|
+
--[no-]resolutions bump the versions of packages listed in the resolutions section
|
|
301
301
|
|
|
302
302
|
GLOBAL FLAGS
|
|
303
303
|
--json Format output as json.
|
|
@@ -330,7 +330,7 @@ EXAMPLES
|
|
|
330
330
|
$ sfdx cli:release:build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3,@sf/config
|
|
331
331
|
```
|
|
332
332
|
|
|
333
|
-
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.
|
|
333
|
+
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.0/src/commands/cli/release/build.ts)_
|
|
334
334
|
|
|
335
335
|
## `sfdx cli:releasenotes`
|
|
336
336
|
|
|
@@ -370,7 +370,7 @@ EXAMPLES
|
|
|
370
370
|
$ sfdx cli:releasenotes --cli sf --markdown > changes.md
|
|
371
371
|
```
|
|
372
372
|
|
|
373
|
-
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.
|
|
373
|
+
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.0/src/commands/cli/releasenotes.ts)_
|
|
374
374
|
|
|
375
375
|
## `sfdx cli:schemas:compare`
|
|
376
376
|
|
|
@@ -392,7 +392,7 @@ EXAMPLES
|
|
|
392
392
|
$ sfdx cli:schemas:compare
|
|
393
393
|
```
|
|
394
394
|
|
|
395
|
-
_See code: [src/commands/cli/schemas/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.
|
|
395
|
+
_See code: [src/commands/cli/schemas/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.0/src/commands/cli/schemas/compare.ts)_
|
|
396
396
|
|
|
397
397
|
## `sfdx cli:tarballs:prepare`
|
|
398
398
|
|
|
@@ -403,9 +403,9 @@ USAGE
|
|
|
403
403
|
$ sfdx cli:tarballs:prepare [--json] [-d] [-t] [--verbose]
|
|
404
404
|
|
|
405
405
|
FLAGS
|
|
406
|
-
-d, --dryrun
|
|
407
|
-
-t, --types
|
|
408
|
-
|
|
406
|
+
-d, --dryrun only show what would be removed from node_modules
|
|
407
|
+
-t, --types remove all types (.d.ts) files from node_modules
|
|
408
|
+
--verbose show all files paths being removed
|
|
409
409
|
|
|
410
410
|
GLOBAL FLAGS
|
|
411
411
|
--json Format output as json.
|
|
@@ -419,7 +419,7 @@ EXAMPLES
|
|
|
419
419
|
$ sfdx cli:tarballs:prepare
|
|
420
420
|
```
|
|
421
421
|
|
|
422
|
-
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.
|
|
422
|
+
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.0/src/commands/cli/tarballs/prepare.ts)_
|
|
423
423
|
|
|
424
424
|
## `sfdx cli:tarballs:smoke`
|
|
425
425
|
|
|
@@ -448,7 +448,7 @@ EXAMPLES
|
|
|
448
448
|
$ sfdx cli:tarballs:smoke
|
|
449
449
|
```
|
|
450
450
|
|
|
451
|
-
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.
|
|
451
|
+
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.0/src/commands/cli/tarballs/smoke.ts)_
|
|
452
452
|
|
|
453
453
|
## `sfdx cli:tarballs:verify`
|
|
454
454
|
|
|
@@ -479,7 +479,7 @@ EXAMPLES
|
|
|
479
479
|
$ sfdx cli:tarballs:verify --cli sf
|
|
480
480
|
```
|
|
481
481
|
|
|
482
|
-
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.
|
|
482
|
+
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.0/src/commands/cli/tarballs/verify.ts)_
|
|
483
483
|
|
|
484
484
|
## `sfdx cli:versions:inspect`
|
|
485
485
|
|
|
@@ -498,7 +498,7 @@ FLAGS
|
|
|
498
498
|
-l, --locations=<option>... (required) the location you want to inspect
|
|
499
499
|
<options: archive|npm>
|
|
500
500
|
-s, --salesforce show versions of salesforce owned dependencies
|
|
501
|
-
|
|
501
|
+
--cli=<option> (required) [default: sfdx] the CLI you want to inspect
|
|
502
502
|
<options: sf|sfdx>
|
|
503
503
|
|
|
504
504
|
GLOBAL FLAGS
|
|
@@ -531,7 +531,7 @@ EXAMPLES
|
|
|
531
531
|
$ sfdx cli:versions:inspect -l npm -c latest -d chalk -s
|
|
532
532
|
```
|
|
533
533
|
|
|
534
|
-
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.
|
|
534
|
+
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.0/src/commands/cli/versions/inspect.ts)_
|
|
535
535
|
|
|
536
536
|
## `sfdx dependabot:automerge`
|
|
537
537
|
|
|
@@ -551,7 +551,7 @@ FLAGS
|
|
|
551
551
|
-r, --repo=<value> the repository you want to consolidate PRs on. This defaults to the repository
|
|
552
552
|
specified in the package.json
|
|
553
553
|
-s, --skip-ci add [skip ci] to the merge commit title
|
|
554
|
-
|
|
554
|
+
--merge-method=<option> [default: merge] merge method to use
|
|
555
555
|
<options: merge|squash|rebase>
|
|
556
556
|
|
|
557
557
|
GLOBAL FLAGS
|
|
@@ -570,7 +570,7 @@ EXAMPLES
|
|
|
570
570
|
$ sfdx dependabot:automerge --max-version-bump major
|
|
571
571
|
```
|
|
572
572
|
|
|
573
|
-
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.
|
|
573
|
+
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.0/src/commands/dependabot/automerge.ts)_
|
|
574
574
|
|
|
575
575
|
## `sfdx github:check:closed`
|
|
576
576
|
|
|
@@ -581,8 +581,8 @@ USAGE
|
|
|
581
581
|
$ sfdx github:check:closed -o <value> --github-token <value> [--json]
|
|
582
582
|
|
|
583
583
|
FLAGS
|
|
584
|
-
-o, --gus=<value>
|
|
585
|
-
|
|
584
|
+
-o, --gus=<value> (required) Username/alias of your GUS org connection
|
|
585
|
+
--github-token=<value> (required) Github token--store this in the environment as GITHUB_TOKEN
|
|
586
586
|
|
|
587
587
|
GLOBAL FLAGS
|
|
588
588
|
--json Format output as json.
|
|
@@ -596,7 +596,7 @@ EXAMPLES
|
|
|
596
596
|
$ sfdx github:check:closed -o me@gus.com
|
|
597
597
|
```
|
|
598
598
|
|
|
599
|
-
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.
|
|
599
|
+
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.0/src/commands/github/check/closed.ts)_
|
|
600
600
|
|
|
601
601
|
## `sfdx npm:dependencies:pin`
|
|
602
602
|
|
|
@@ -621,7 +621,7 @@ DESCRIPTION
|
|
|
621
621
|
in the package.json
|
|
622
622
|
```
|
|
623
623
|
|
|
624
|
-
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.
|
|
624
|
+
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.0/src/commands/npm/dependencies/pin.ts)_
|
|
625
625
|
|
|
626
626
|
## `sfdx npm:package:release`
|
|
627
627
|
|
|
@@ -633,15 +633,15 @@ USAGE
|
|
|
633
633
|
[--githubtag <value>]
|
|
634
634
|
|
|
635
635
|
FLAGS
|
|
636
|
-
-a, --npmaccess=<value>
|
|
637
|
-
-d, --dryrun
|
|
638
|
-
-s, --sign
|
|
639
|
-
-t, --npmtag=<value>
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
636
|
+
-a, --npmaccess=<value> [default: public] access level to use when publishing to npm
|
|
637
|
+
-d, --dryrun If true, will not commit changes to repo or push any tags
|
|
638
|
+
-s, --sign If true, then the package will be signed and the signature will be uploaded to S3
|
|
639
|
+
-t, --npmtag=<value> [default: latest] tag to use when publishing to npm
|
|
640
|
+
--githubtag=<value> given a github tag, release the version specified in the package.json as is. Useful when
|
|
641
|
+
you've already done a release and only need npm publish features
|
|
642
|
+
--[no-]install run yarn install and build on repository
|
|
643
|
+
--prerelease=<value> determine the next version as <version>-<prerelease>.0 if version is not manually set
|
|
644
|
+
--[no-]verify verify npm registry has new version after publish and digital signature
|
|
645
645
|
|
|
646
646
|
GLOBAL FLAGS
|
|
647
647
|
--json Format output as json.
|
|
@@ -652,7 +652,7 @@ DESCRIPTION
|
|
|
652
652
|
publish npm package
|
|
653
653
|
```
|
|
654
654
|
|
|
655
|
-
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.
|
|
655
|
+
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.0/src/commands/npm/package/release.ts)_
|
|
656
656
|
|
|
657
657
|
## `sfdx plugins:trust:verify`
|
|
658
658
|
|
|
@@ -688,19 +688,19 @@ list repositories owned and supported by Salesforce CLI
|
|
|
688
688
|
|
|
689
689
|
```
|
|
690
690
|
USAGE
|
|
691
|
-
$ sfdx repositories [--json] [--columns <value> | -x] [--
|
|
692
|
-
csv|json|yaml | |
|
|
691
|
+
$ sfdx repositories [--json] [--columns <value> | -x] [--filter <value>] [--no-header | [--csv | --no-truncate]]
|
|
692
|
+
[--output csv|json|yaml | | ] [--sort <value>]
|
|
693
693
|
|
|
694
694
|
FLAGS
|
|
695
|
-
-x, --extended
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
695
|
+
-x, --extended show extra columns
|
|
696
|
+
--columns=<value> only show provided columns (comma-separated)
|
|
697
|
+
--csv output is csv format [alias: --output=csv]
|
|
698
|
+
--filter=<value> filter property by partial string matching, ex: name=foo
|
|
699
|
+
--no-header hide table header from output
|
|
700
|
+
--no-truncate do not truncate output to fit screen
|
|
701
|
+
--output=<option> output in a more machine friendly format
|
|
702
|
+
<options: csv|json|yaml>
|
|
703
|
+
--sort=<value> property to sort by (prepend '-' for descending)
|
|
704
704
|
|
|
705
705
|
GLOBAL FLAGS
|
|
706
706
|
--json Format output as json.
|
|
@@ -718,6 +718,6 @@ EXAMPLES
|
|
|
718
718
|
$ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
|
|
719
719
|
```
|
|
720
720
|
|
|
721
|
-
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.
|
|
721
|
+
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.0/src/commands/repositories/index.ts)_
|
|
722
722
|
|
|
723
723
|
<!-- commandsstop -->
|
package/bin/dev.cmd
CHANGED
package/bin/dev.js
ADDED
package/bin/run.cmd
CHANGED
package/bin/run.js
ADDED
|
@@ -8,16 +8,16 @@ export default class Promote extends SfCommand<AnyJson> {
|
|
|
8
8
|
static readonly examples: string[];
|
|
9
9
|
static readonly flags: {
|
|
10
10
|
dryrun: Interfaces.BooleanFlag<boolean>;
|
|
11
|
-
'promote-to-channel': Interfaces.OptionFlag<string,
|
|
12
|
-
'promote-from-channel': Interfaces.OptionFlag<string | undefined,
|
|
13
|
-
platform: Interfaces.OptionFlag<string[]
|
|
14
|
-
cli: Interfaces.OptionFlag<CLI,
|
|
15
|
-
sha: Interfaces.OptionFlag<string | undefined,
|
|
16
|
-
'max-age': Interfaces.OptionFlag<number,
|
|
11
|
+
'promote-to-channel': Interfaces.OptionFlag<string, Interfaces.CustomOptions>;
|
|
12
|
+
'promote-from-channel': Interfaces.OptionFlag<string | undefined, Interfaces.CustomOptions>;
|
|
13
|
+
platform: Interfaces.OptionFlag<string[], Interfaces.CustomOptions>;
|
|
14
|
+
cli: Interfaces.OptionFlag<CLI, Interfaces.CustomOptions>;
|
|
15
|
+
sha: Interfaces.OptionFlag<string | undefined, Interfaces.CustomOptions>;
|
|
16
|
+
'max-age': Interfaces.OptionFlag<number, Interfaces.CustomOptions>;
|
|
17
17
|
indexes: Interfaces.BooleanFlag<boolean>;
|
|
18
18
|
xz: Interfaces.BooleanFlag<boolean>;
|
|
19
|
-
'architecture-target': Interfaces.OptionFlag<string[]
|
|
20
|
-
version: Interfaces.OptionFlag<string | undefined,
|
|
19
|
+
'architecture-target': Interfaces.OptionFlag<string[], Interfaces.CustomOptions>;
|
|
20
|
+
version: Interfaces.OptionFlag<string | undefined, Interfaces.CustomOptions>;
|
|
21
21
|
};
|
|
22
22
|
private flags;
|
|
23
23
|
run(): Promise<AnyJson>;
|
|
@@ -70,9 +70,9 @@ export default class ArtifactsTest extends SfCommand<ArtifactsCompareResult> {
|
|
|
70
70
|
static readonly summary: string;
|
|
71
71
|
static readonly examples: string[];
|
|
72
72
|
static readonly flags: {
|
|
73
|
-
plugin: Interfaces.OptionFlag<string[] | undefined,
|
|
74
|
-
previous: Interfaces.OptionFlag<string | undefined,
|
|
75
|
-
current: Interfaces.OptionFlag<string | undefined,
|
|
73
|
+
plugin: Interfaces.OptionFlag<string[] | undefined, Interfaces.CustomOptions>;
|
|
74
|
+
previous: Interfaces.OptionFlag<string | undefined, Interfaces.CustomOptions>;
|
|
75
|
+
current: Interfaces.OptionFlag<string | undefined, Interfaces.CustomOptions>;
|
|
76
76
|
};
|
|
77
77
|
private octokit;
|
|
78
78
|
private currentPlugins;
|
|
@@ -3,7 +3,7 @@ export default class Test extends SfCommand<void> {
|
|
|
3
3
|
static readonly summary: string;
|
|
4
4
|
static readonly examples: string[];
|
|
5
5
|
static readonly flags: {
|
|
6
|
-
'jit-plugin': import("@oclif/core/lib/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/lib/interfaces
|
|
6
|
+
'jit-plugin': import("@oclif/core/lib/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
7
7
|
};
|
|
8
8
|
run(): Promise<void>;
|
|
9
9
|
}
|
|
@@ -4,10 +4,10 @@ export default class Test extends SfCommand<void> {
|
|
|
4
4
|
static readonly summary: string;
|
|
5
5
|
static readonly examples: string[];
|
|
6
6
|
static readonly flags: {
|
|
7
|
-
cli: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces
|
|
8
|
-
method: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces
|
|
9
|
-
channel: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces
|
|
10
|
-
'output-file': import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces
|
|
7
|
+
cli: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
8
|
+
method: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
9
|
+
channel: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
10
|
+
'output-file': import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
11
11
|
};
|
|
12
12
|
run(): Promise<void>;
|
|
13
13
|
}
|
|
@@ -4,9 +4,9 @@ export default class AutoMerge extends SfCommand<void> {
|
|
|
4
4
|
static readonly description: string;
|
|
5
5
|
static readonly examples: string[];
|
|
6
6
|
static readonly flags: {
|
|
7
|
-
owner: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces
|
|
8
|
-
repo: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces
|
|
9
|
-
'pull-number': import("@oclif/core/lib/interfaces").OptionFlag<number, import("@oclif/core/lib/interfaces
|
|
7
|
+
owner: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
8
|
+
repo: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
9
|
+
'pull-number': import("@oclif/core/lib/interfaces").OptionFlag<number, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
10
10
|
'dry-run': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
11
11
|
verbose: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
12
12
|
};
|
|
@@ -5,18 +5,18 @@ export default class build extends SfCommand<void> {
|
|
|
5
5
|
static readonly examples: string[];
|
|
6
6
|
static readonly aliases: string[];
|
|
7
7
|
static readonly flags: {
|
|
8
|
-
'start-from-npm-dist-tag': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces
|
|
9
|
-
'start-from-github-ref': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces
|
|
10
|
-
'release-channel': import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces
|
|
8
|
+
'start-from-npm-dist-tag': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
9
|
+
'start-from-github-ref': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
10
|
+
'release-channel': import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
11
11
|
'build-only': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
12
12
|
resolutions: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
13
|
-
only: import("@oclif/core/lib/interfaces").OptionFlag<string[]
|
|
13
|
+
only: import("@oclif/core/lib/interfaces").OptionFlag<string[], import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
14
14
|
'pinned-deps': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
15
15
|
jit: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
16
|
-
label: import("@oclif/core/lib/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/lib/interfaces
|
|
16
|
+
label: import("@oclif/core/lib/interfaces").OptionFlag<string[] | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
17
17
|
patch: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
18
18
|
empty: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
19
|
-
'pr-base-branch': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces
|
|
19
|
+
'pr-base-branch': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
20
20
|
};
|
|
21
21
|
run(): Promise<void>;
|
|
22
22
|
private distTagToGithubRef;
|
|
@@ -14,8 +14,8 @@ export default class ReleaseNotes extends SfCommand<ChangesByPlugin> {
|
|
|
14
14
|
static readonly description: string;
|
|
15
15
|
static readonly examples: string[];
|
|
16
16
|
static readonly flags: {
|
|
17
|
-
cli: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces
|
|
18
|
-
since: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces
|
|
17
|
+
cli: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
18
|
+
since: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
19
19
|
markdown: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
20
20
|
};
|
|
21
21
|
private octokit;
|
|
@@ -9,8 +9,8 @@ export default class Verify extends SfCommand<void> {
|
|
|
9
9
|
static readonly description: string;
|
|
10
10
|
static readonly examples: string[];
|
|
11
11
|
static readonly flags: {
|
|
12
|
-
cli: Interfaces.OptionFlag<CLI,
|
|
13
|
-
"windows-username-buffer": Interfaces.OptionFlag<number,
|
|
12
|
+
cli: Interfaces.OptionFlag<CLI, Interfaces.CustomOptions>;
|
|
13
|
+
"windows-username-buffer": Interfaces.OptionFlag<number, Interfaces.CustomOptions>;
|
|
14
14
|
};
|
|
15
15
|
private baseDir;
|
|
16
16
|
private step;
|
|
@@ -31,11 +31,11 @@ export default class Inspect extends SfCommand<Info[]> {
|
|
|
31
31
|
static readonly description: string;
|
|
32
32
|
static readonly examples: string[];
|
|
33
33
|
static readonly flags: {
|
|
34
|
-
dependencies: Interfaces.OptionFlag<string[] | undefined,
|
|
34
|
+
dependencies: Interfaces.OptionFlag<string[] | undefined, Interfaces.CustomOptions>;
|
|
35
35
|
salesforce: Interfaces.BooleanFlag<boolean>;
|
|
36
|
-
channels: Interfaces.OptionFlag<string[],
|
|
37
|
-
locations: Interfaces.OptionFlag<string[],
|
|
38
|
-
cli: Interfaces.OptionFlag<CLI,
|
|
36
|
+
channels: Interfaces.OptionFlag<string[], Interfaces.CustomOptions>;
|
|
37
|
+
locations: Interfaces.OptionFlag<string[], Interfaces.CustomOptions>;
|
|
38
|
+
cli: Interfaces.OptionFlag<CLI, Interfaces.CustomOptions>;
|
|
39
39
|
};
|
|
40
40
|
workingDir: string;
|
|
41
41
|
archives?: Archives;
|
|
@@ -4,12 +4,12 @@ export default class AutoMerge extends SfCommand<void> {
|
|
|
4
4
|
static readonly description: string;
|
|
5
5
|
static readonly examples: string[];
|
|
6
6
|
static readonly flags: {
|
|
7
|
-
owner: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces
|
|
8
|
-
repo: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces
|
|
9
|
-
'max-version-bump': import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces
|
|
7
|
+
owner: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
8
|
+
repo: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
9
|
+
'max-version-bump': import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
10
10
|
dryrun: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
11
11
|
'skip-ci': import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
12
|
-
'merge-method': import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces
|
|
12
|
+
'merge-method': import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
13
13
|
};
|
|
14
14
|
private octokit;
|
|
15
15
|
private baseRepoObject;
|
|
@@ -9,8 +9,8 @@ export default class GithubCheckClosed extends SfCommand<GithubCheckClosedResult
|
|
|
9
9
|
static readonly description: string;
|
|
10
10
|
static readonly examples: string[];
|
|
11
11
|
static readonly flags: {
|
|
12
|
-
gus: import("@oclif/core/lib/interfaces").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/lib/interfaces
|
|
13
|
-
'github-token': import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces
|
|
12
|
+
gus: import("@oclif/core/lib/interfaces").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
13
|
+
'github-token': import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
14
14
|
};
|
|
15
15
|
run(): Promise<GithubCheckClosedResult[]>;
|
|
16
16
|
}
|
|
@@ -5,7 +5,7 @@ export default class Pin extends SfCommand<ChangedPackageVersions> {
|
|
|
5
5
|
static readonly description: string;
|
|
6
6
|
static readonly flags: {
|
|
7
7
|
dryrun: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
8
|
-
tag: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces
|
|
8
|
+
tag: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
9
9
|
};
|
|
10
10
|
run(): Promise<ChangedPackageVersions>;
|
|
11
11
|
}
|
|
@@ -10,12 +10,12 @@ export default class Release extends SfCommand<ReleaseResult> {
|
|
|
10
10
|
static readonly flags: {
|
|
11
11
|
dryrun: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
12
12
|
sign: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
13
|
-
npmtag: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces
|
|
14
|
-
npmaccess: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces
|
|
13
|
+
npmtag: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
14
|
+
npmaccess: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
15
15
|
install: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
16
|
-
prerelease: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces
|
|
16
|
+
prerelease: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
17
17
|
verify: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>;
|
|
18
|
-
githubtag: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces
|
|
18
|
+
githubtag: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
19
19
|
};
|
|
20
20
|
run(): Promise<ReleaseResult>;
|
|
21
21
|
protected verifySign(pkgInfo: PackageInfo): void;
|
package/lib/dependabot.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const maxVersionBumpFlag: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces
|
|
1
|
+
export declare const maxVersionBumpFlag: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces").CustomOptions>;
|
|
2
2
|
export declare const getOwnerAndRepo: (ownerFlag?: string, repoFlag?: string) => Promise<{
|
|
3
3
|
owner: string;
|
|
4
4
|
repo: string;
|