Skip to content

Commit 8197d46

Browse files
authored
Merge pull request #197 from salesforcecli/sm/dependabot-automation
Sm/dependabot automation
2 parents a3bb7fe + e079a62 commit 8197d46

14 files changed

Lines changed: 1884 additions & 2674 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "npm"
4-
directory: "/"
3+
- package-ecosystem: 'npm'
4+
directory: '/'
55
schedule:
6-
interval: "monthly"
6+
interval: 'monthly'
77
labels:
8-
- "dependencies"
8+
- 'dependencies'
99
open-pull-requests-limit: 100
1010
pull-request-branch-name:
11-
separator: "-"
11+
separator: '-'
1212
ignore:
13-
- dependency-name: "typescript"
14-
- dependency-name: "sinon"
15-
- dependency-name: "string-ansi"
16-
- dependency-name: "*"
17-
update-types: ["version-update:semver-major"]
13+
- dependency-name: 'typescript'
14+
- dependency-name: 'sinon'
15+
- dependency-name: 'string-ansi'
16+
- dependency-name: '*'
17+
update-types: ['version-update:semver-major']

CHANGELOG.md

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,75 +4,69 @@ All notable changes to this project will be documented in this file. See [standa
44

55
### [1.11.1](https://github.com/salesforcecli/plugin-release-management/compare/v1.11.0...v1.11.1) (2021-06-15)
66

7-
87
### Bug Fixes
98

10-
* add proxy support for aws upload ([#198](https://github.com/salesforcecli/plugin-release-management/issues/198)) ([9a3bbd7](https://github.com/salesforcecli/plugin-release-management/commit/9a3bbd72cd689fa660b31e6f813bedeb31779068))
9+
- add proxy support for aws upload ([#198](https://github.com/salesforcecli/plugin-release-management/issues/198)) ([9a3bbd7](https://github.com/salesforcecli/plugin-release-management/commit/9a3bbd72cd689fa660b31e6f813bedeb31779068))
1110

1211
## [1.11.0](https://github.com/salesforcecli/plugin-release-management/compare/v1.10.3...v1.11.0) (2021-06-11)
1312

13+
- automerge 1 PR ([f7ae153](https://github.com/salesforcecli/plugin-release-management/commit/f7ae1536d9ce10da7444706d4fd8df60e75f2c96))
14+
15+
## [1.11.0](https://github.com/salesforcecli/plugin-release-management/compare/v1.10.3...v1.11.0) (2021-06-11)
1416

1517
### Features
1618

17-
* add command for consolidating dependabot PRs ([#170](https://github.com/salesforcecli/plugin-release-management/issues/170)) ([8464f39](https://github.com/salesforcecli/plugin-release-management/commit/8464f3980f51b8c199139a1124d1eaaf8c96cb46))
19+
- add command for consolidating dependabot PRs ([#170](https://github.com/salesforcecli/plugin-release-management/issues/170)) ([8464f39](https://github.com/salesforcecli/plugin-release-management/commit/8464f3980f51b8c199139a1124d1eaaf8c96cb46))
1820

1921
### [1.10.3](https://github.com/salesforcecli/plugin-release-management/compare/v1.10.2...v1.10.3) (2021-05-26)
2022

21-
2223
### Bug Fixes
2324

24-
* prerelease ([#151](https://github.com/salesforcecli/plugin-release-management/issues/151)) ([67b3abc](https://github.com/salesforcecli/plugin-release-management/commit/67b3abc457c1d489be451f9eadb708af52966e95))
25+
- prerelease ([#151](https://github.com/salesforcecli/plugin-release-management/issues/151)) ([67b3abc](https://github.com/salesforcecli/plugin-release-management/commit/67b3abc457c1d489be451f9eadb708af52966e95))
2526

2627
### [1.10.2](https://github.com/salesforcecli/plugin-release-management/compare/v1.10.1...v1.10.2) (2021-05-25)
2728

28-
2929
### Bug Fixes
3030

31-
* do not use release-as during prerelease ([#148](https://github.com/salesforcecli/plugin-release-management/issues/148)) ([1597c5c](https://github.com/salesforcecli/plugin-release-management/commit/1597c5cf5ab34085da315b1ba15934e5613e81b6))
31+
- do not use release-as during prerelease ([#148](https://github.com/salesforcecli/plugin-release-management/issues/148)) ([1597c5c](https://github.com/salesforcecli/plugin-release-management/commit/1597c5cf5ab34085da315b1ba15934e5613e81b6))
3232

3333
### [1.10.1](https://github.com/salesforcecli/plugin-release-management/compare/v1.10.0...v1.10.1) (2021-05-24)
3434

35-
3635
### Bug Fixes
3736

38-
* add proxy support for got ([eb96775](https://github.com/salesforcecli/plugin-release-management/commit/eb96775d9b562cb67ec9a7eb9ab8c63b475e03f7))
37+
- add proxy support for got ([eb96775](https://github.com/salesforcecli/plugin-release-management/commit/eb96775d9b562cb67ec9a7eb9ab8c63b475e03f7))
3938

4039
## [1.10.0](https://github.com/salesforcecli/plugin-release-management/compare/v1.9.4...v1.10.0) (2021-05-20)
4140

42-
4341
### Features
4442

45-
* add npm:release:validate command ([#122](https://github.com/salesforcecli/plugin-release-management/issues/122)) ([418ca2e](https://github.com/salesforcecli/plugin-release-management/commit/418ca2ec3b9f2e9749448d8f9938bd390b52998c))
43+
- add npm:release:validate command ([#122](https://github.com/salesforcecli/plugin-release-management/issues/122)) ([418ca2e](https://github.com/salesforcecli/plugin-release-management/commit/418ca2ec3b9f2e9749448d8f9938bd390b52998c))
4644

4745
### [1.9.4](https://github.com/salesforcecli/plugin-release-management/compare/v1.9.3...v1.9.4) (2021-05-12)
4846

49-
5047
### Bug Fixes
5148

52-
* throw an error when versions don't match ([cca7498](https://github.com/salesforcecli/plugin-release-management/commit/cca74981b6c3020648f7c94644614f7038de5af8))
49+
- throw an error when versions don't match ([cca7498](https://github.com/salesforcecli/plugin-release-management/commit/cca74981b6c3020648f7c94644614f7038de5af8))
5350

5451
### [1.9.3](https://github.com/salesforcecli/plugin-release-management/compare/v1.9.2...v1.9.3) (2021-05-12)
5552

56-
5753
### Bug Fixes
5854

59-
* lerna publish tp use correct default package dir ([#135](https://github.com/salesforcecli/plugin-release-management/issues/135)) ([4cc7dfa](https://github.com/salesforcecli/plugin-release-management/commit/4cc7dfa9d8012d4dccb3316324d5ec5c60ad9247))
55+
- lerna publish tp use correct default package dir ([#135](https://github.com/salesforcecli/plugin-release-management/issues/135)) ([4cc7dfa](https://github.com/salesforcecli/plugin-release-management/commit/4cc7dfa9d8012d4dccb3316324d5ec5c60ad9247))
6056

6157
### [1.9.2](https://github.com/salesforcecli/plugin-release-management/compare/v1.9.1...v1.9.2) (2021-05-10)
6258

6359
### [1.9.1](https://github.com/salesforcecli/plugin-release-management/compare/v1.9.0...v1.9.1) (2021-05-03)
6460

65-
6661
### Bug Fixes
6762

68-
* add prerelease flag when preparing for publish ([#109](https://github.com/salesforcecli/plugin-release-management/issues/109)) ([70a354b](https://github.com/salesforcecli/plugin-release-management/commit/70a354b21a34dfefd7cacfd2968a720b0f8c068e))
63+
- add prerelease flag when preparing for publish ([#109](https://github.com/salesforcecli/plugin-release-management/issues/109)) ([70a354b](https://github.com/salesforcecli/plugin-release-management/commit/70a354b21a34dfefd7cacfd2968a720b0f8c068e))
6964

7065
## [1.9.0](https://github.com/salesforcecli/plugin-release-management/compare/v1.8.4...v1.9.0) (2021-04-19)
7166

72-
7367
### Features
7468

75-
* handle lerna repo ([#68](https://github.com/salesforcecli/plugin-release-management/issues/68)) ([e2c3528](https://github.com/salesforcecli/plugin-release-management/commit/e2c3528a847c8c8fce6ceccd87190d0238160fdf))
69+
- handle lerna repo ([#68](https://github.com/salesforcecli/plugin-release-management/issues/68)) ([e2c3528](https://github.com/salesforcecli/plugin-release-management/commit/e2c3528a847c8c8fce6ceccd87190d0238160fdf))
7670

7771
### [1.8.4](https://github.com/salesforcecli/plugin-release-management/compare/v1.8.3...v1.8.4) (2021-04-09)
7872

README.md

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -99,26 +99,27 @@ sfdx plugins
9999
# Commands
100100

101101
<!-- commands -->
102-
* [`sfdx circleci [-t plugin|library|orb] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-circleci--t-pluginlibraryorb---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
103-
* [`sfdx circleci:envvar:update -e <string> [-s <string>] [--dryrun] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-circlecienvvarupdate--e-string--s-string---dryrun---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
104-
* [`sfdx cli:versions:inspect -c <string> -l <string> [-d <string>] [-s] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-cliversionsinspect--c-string--l-string--d-string--s---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
105-
* [`sfdx dependabot:consolidate -m major|minor|patch -b <string> -t <string> [--ignore <array>] [-d] [--no-pr] [-o <string>] [-r <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-dependabotconsolidate--m-majorminorpatch--b-string--t-string---ignore-array--d---no-pr--o-string--r-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
106-
* [`sfdx npm:dependencies:pin [-d] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-npmdependenciespin--d--t-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
107-
* [`sfdx npm:lerna:release [-d] [-s <array>] [-t <string>] [-a <string>] [--install] [--githubrelease] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-npmlernarelease--d--s-array--t-string--a-string---install---githubrelease---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
108-
* [`sfdx npm:package:release [-d] [-s] [-t <string>] [-a <string>] [--install] [--prerelease <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-npmpackagerelease--d--s--t-string--a-string---install---prerelease-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
109-
* [`sfdx npm:release:validate [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-npmreleasevalidate---verbose---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
110-
* [`sfdx `](#sfdx-)
111-
* [`sfdx trust:sign -s <string> -p <string> -k <string> [-t <string> | --tarpath <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-trustsign--s-string--p-string--k-string--t-string----tarpath-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
112-
* [`sfdx trust:upload -f <string> -b <string> [-k <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-trustupload--f-string--b-string--k-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
113-
* [`sfdx typescript:update [-v <string>] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-typescriptupdate--v-string--t-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
102+
103+
- [`sfdx circleci [-t plugin|library|orb] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-circleci--t-pluginlibraryorb---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
104+
- [`sfdx circleci:envvar:update -e <string> [-s <string>] [--dryrun] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-circlecienvvarupdate--e-string--s-string---dryrun---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
105+
- [`sfdx cli:versions:inspect -c <string> -l <string> [-d <string>] [-s] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-cliversionsinspect--c-string--l-string--d-string--s---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
106+
- [`sfdx dependabot:consolidate -m major|minor|patch -b <string> -t <string> [--ignore <array>] [-d] [--no-pr] [-o <string>] [-r <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-dependabotconsolidate--m-majorminorpatch--b-string--t-string---ignore-array--d---no-pr--o-string--r-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
107+
- [`sfdx npm:dependencies:pin [-d] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-npmdependenciespin--d--t-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
108+
- [`sfdx npm:lerna:release [-d] [-s <array>] [-t <string>] [-a <string>] [--install] [--githubrelease] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-npmlernarelease--d--s-array--t-string--a-string---install---githubrelease---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
109+
- [`sfdx npm:package:release [-d] [-s] [-t <string>] [-a <string>] [--install] [--prerelease <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-npmpackagerelease--d--s--t-string--a-string---install---prerelease-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
110+
- [`sfdx npm:release:validate [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-npmreleasevalidate---verbose---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
111+
- [`sfdx `](#sfdx-)
112+
- [`sfdx trust:sign -s <string> -p <string> -k <string> [-t <string> | --tarpath <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-trustsign--s-string--p-string--k-string--t-string----tarpath-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
113+
- [`sfdx trust:upload -f <string> -b <string> [-k <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-trustupload--f-string--b-string--k-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
114+
- [`sfdx typescript:update [-v <string>] [-t <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-typescriptupdate--v-string--t-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
114115

115116
## `sfdx circleci [-t plugin|library|orb] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
116117

117118
list known Circle CI slugs from 'sfdx repositories'
118119

119120
```
120121
USAGE
121-
$ sfdx circleci [-t plugin|library|orb] [--json] [--loglevel
122+
$ sfdx circleci [-t plugin|library|orb] [--json] [--loglevel
122123
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
123124
124125
OPTIONS
@@ -140,7 +141,7 @@ update environment variable(s) on Circle CI slug(s)
140141

141142
```
142143
USAGE
143-
$ sfdx circleci:envvar:update -e <string> [-s <string>] [--dryrun] [--json] [--loglevel
144+
$ sfdx circleci:envvar:update -e <string> [-s <string>] [--dryrun] [--json] [--loglevel
144145
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
145146
146147
OPTIONS
@@ -159,8 +160,8 @@ OPTIONS
159160
this command invocation
160161
161162
DESCRIPTION
162-
Updates one or more environment variables on one or more CIrcle CI slugs. The environment variables must already exist
163-
on the slug. You will be prompted for the environment variable values unless they already exist on the process. The
163+
Updates one or more environment variables on one or more CIrcle CI slugs. The environment variables must already exist
164+
on the slug. You will be prompted for the environment variable values unless they already exist on the process. The
164165
slugs can be piped in. If so, the environment variables must be on the process (prompting is disabled).
165166
166167
EXAMPLES
@@ -177,7 +178,7 @@ inspect the CLI version across all install paths
177178

178179
```
179180
USAGE
180-
$ sfdx cli:versions:inspect -c <string> -l <string> [-d <string>] [-s] [--json] [--loglevel
181+
$ sfdx cli:versions:inspect -c <string> -l <string> [-d <string>] [-s] [--json] [--loglevel
181182
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
182183
183184
OPTIONS
@@ -222,7 +223,7 @@ consolidate dependabot PRs into a single PR
222223

223224
```
224225
USAGE
225-
$ sfdx dependabot:consolidate -m major|minor|patch -b <string> -t <string> [--ignore <array>] [-d] [--no-pr] [-o
226+
$ sfdx dependabot:consolidate -m major|minor|patch -b <string> -t <string> [--ignore <array>] [-d] [--no-pr] [-o
226227
<string>] [-r <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
227228
228229
OPTIONS
@@ -273,7 +274,7 @@ lock a list of dependencies to a target tag or default to 'latest', place these
273274

274275
```
275276
USAGE
276-
$ sfdx npm:dependencies:pin [-d] [-t <string>] [--json] [--loglevel
277+
$ sfdx npm:dependencies:pin [-d] [-t <string>] [--json] [--loglevel
277278
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
278279
279280
OPTIONS
@@ -298,7 +299,7 @@ publish npm packages from a lerna repository
298299

299300
```
300301
USAGE
301-
$ sfdx npm:lerna:release [-d] [-s <array>] [-t <string>] [-a <string>] [--install] [--githubrelease] [--json]
302+
$ sfdx npm:lerna:release [-d] [-s <array>] [-t <string>] [-a <string>] [--install] [--githubrelease] [--json]
302303
[--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
303304
304305
OPTIONS
@@ -333,7 +334,7 @@ publish npm package
333334

334335
```
335336
USAGE
336-
$ sfdx npm:package:release [-d] [-s] [-t <string>] [-a <string>] [--install] [--prerelease <string>] [--json]
337+
$ sfdx npm:package:release [-d] [-s] [-t <string>] [-a <string>] [--install] [--prerelease <string>] [--json]
337338
[--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
338339
339340
OPTIONS
@@ -371,7 +372,7 @@ inspects the git commits to see if there are any commits that will warrant a new
371372

372373
```
373374
USAGE
374-
$ sfdx npm:release:validate [--verbose] [--json] [--loglevel
375+
$ sfdx npm:release:validate [--verbose] [--json] [--loglevel
375376
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
376377
377378
OPTIONS
@@ -437,7 +438,7 @@ pack an npm package and produce a tgz file along with a corresponding digital si
437438

438439
```
439440
USAGE
440-
$ sfdx trust:sign -s <string> -p <string> -k <string> [-t <string> | --tarpath <string>] [--json] [--loglevel
441+
$ sfdx trust:sign -s <string> -p <string> -k <string> [-t <string> | --tarpath <string>] [--json] [--loglevel
441442
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
442443
443444
OPTIONS
@@ -451,7 +452,7 @@ OPTIONS
451452
(required) the url location where the signature will be hosted minus the name of the actual signature file.
452453
453454
-t, --target=target
454-
the package path you want to target for signing. Helpful for signing individual packages within a multipackage
455+
the package path you want to target for signing. Helpful for signing individual packages within a multipackage
455456
project (e.g. lerna). Defaults to the current working directory.
456457
457458
--json
@@ -472,7 +473,7 @@ upload signature to S3. Requires AWS_SECRET_ACCESS_KEY and AWS_ACCESS_KEY_ID to
472473

473474
```
474475
USAGE
475-
$ sfdx trust:upload -f <string> -b <string> [-k <string>] [--json] [--loglevel
476+
$ sfdx trust:upload -f <string> -b <string> [-k <string>] [--json] [--loglevel
476477
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
477478
478479
OPTIONS
@@ -497,7 +498,7 @@ Runs tests with updated typescript version and ES target
497498

498499
```
499500
USAGE
500-
$ sfdx typescript:update [-v <string>] [-t <string>] [--json] [--loglevel
501+
$ sfdx typescript:update [-v <string>] [-t <string>] [--json] [--loglevel
501502
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
502503
503504
OPTIONS
@@ -517,4 +518,5 @@ OPTIONS
517518
```
518519

519520
_See code: [src/commands/typescript/update.ts](https://github.com/salesforcecli/plugin-release-management/blob/v1.11.0/src/commands/typescript/update.ts)_
521+
520522
<!-- commandsstop -->

0 commit comments

Comments
 (0)