generated from salesforcecli/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2cc3b0a
commit f7edde1
Showing
3 changed files
with
25 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,7 +107,6 @@ sfdx plugins | |
- [`sfdx cli release automerge`](#sfdx-cli-release-automerge) | ||
- [`sfdx cli release build`](#sfdx-cli-release-build) | ||
- [`sfdx cli releasenotes`](#sfdx-cli-releasenotes) | ||
- [`sfdx cli schemas compare`](#sfdx-cli-schemas-compare) | ||
- [`sfdx cli tarballs prepare`](#sfdx-cli-tarballs-prepare) | ||
- [`sfdx cli tarballs smoke`](#sfdx-cli-tarballs-smoke) | ||
- [`sfdx cli tarballs verify`](#sfdx-cli-tarballs-verify) | ||
|
@@ -157,7 +156,7 @@ EXAMPLES | |
$ sfdx channel promote --candidate latest-rc --target latest --platform win --platform mac | ||
``` | ||
|
||
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/channel/promote.ts)_ | ||
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/channel/promote.ts)_ | ||
|
||
## `sfdx cli artifacts compare` | ||
|
||
|
@@ -180,7 +179,7 @@ EXAMPLES | |
$ sfdx cli artifacts compare | ||
``` | ||
|
||
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/cli/artifacts/compare.ts)_ | ||
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/cli/artifacts/compare.ts)_ | ||
|
||
## `sfdx cli install jit test` | ||
|
||
|
@@ -200,7 +199,7 @@ EXAMPLES | |
$ sfdx cli install jit test | ||
``` | ||
|
||
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/cli/install/jit/test.ts)_ | ||
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/cli/install/jit/test.ts)_ | ||
|
||
## `sfdx cli install test` | ||
|
||
|
@@ -240,7 +239,7 @@ EXAMPLES | |
$ sfdx cli install test --cli sf --method tarball --channel stable-rc | ||
``` | ||
|
||
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/cli/install/test.ts)_ | ||
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/cli/install/test.ts)_ | ||
|
||
## `sfdx cli release automerge` | ||
|
||
|
@@ -269,7 +268,7 @@ EXAMPLES | |
$ sfdx cli release automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049 | ||
``` | ||
|
||
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/cli/release/automerge.ts)_ | ||
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/cli/release/automerge.ts)_ | ||
|
||
## `sfdx cli release build` | ||
|
||
|
@@ -330,7 +329,7 @@ EXAMPLES | |
$ sfdx cli release build --only @salesforce/plugin-source,@salesforce/[email protected],@sf/config | ||
``` | ||
|
||
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/cli/release/build.ts)_ | ||
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/cli/release/build.ts)_ | ||
|
||
## `sfdx cli releasenotes` | ||
|
||
|
@@ -370,29 +369,7 @@ EXAMPLES | |
$ sfdx cli releasenotes --cli sf --markdown > changes.md | ||
``` | ||
|
||
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/cli/releasenotes.ts)_ | ||
|
||
## `sfdx cli schemas compare` | ||
|
||
compare schemas from installed plugins | ||
|
||
``` | ||
USAGE | ||
$ sfdx cli schemas compare [--json] | ||
GLOBAL FLAGS | ||
--json Format output as json. | ||
DESCRIPTION | ||
compare schemas from installed plugins | ||
compare schemas from installed plugins | ||
EXAMPLES | ||
$ sfdx cli schemas compare | ||
``` | ||
|
||
_See code: [src/commands/cli/schemas/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/cli/schemas/compare.ts)_ | ||
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/cli/releasenotes.ts)_ | ||
|
||
## `sfdx cli tarballs prepare` | ||
|
||
|
@@ -419,7 +396,7 @@ EXAMPLES | |
$ sfdx cli tarballs prepare | ||
``` | ||
|
||
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/cli/tarballs/prepare.ts)_ | ||
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/cli/tarballs/prepare.ts)_ | ||
|
||
## `sfdx cli tarballs smoke` | ||
|
||
|
@@ -448,7 +425,7 @@ EXAMPLES | |
$ sfdx cli tarballs smoke | ||
``` | ||
|
||
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/cli/tarballs/smoke.ts)_ | ||
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/cli/tarballs/smoke.ts)_ | ||
|
||
## `sfdx cli tarballs verify` | ||
|
||
|
@@ -479,7 +456,7 @@ EXAMPLES | |
$ sfdx cli tarballs verify --cli sf | ||
``` | ||
|
||
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/cli/tarballs/verify.ts)_ | ||
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/cli/tarballs/verify.ts)_ | ||
|
||
## `sfdx cli versions inspect` | ||
|
||
|
@@ -531,7 +508,7 @@ EXAMPLES | |
$ sfdx cli versions inspect -l npm -c latest -d chalk -s | ||
``` | ||
|
||
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/cli/versions/inspect.ts)_ | ||
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/cli/versions/inspect.ts)_ | ||
|
||
## `sfdx dependabot automerge` | ||
|
||
|
@@ -570,7 +547,7 @@ EXAMPLES | |
$ sfdx dependabot automerge --max-version-bump major | ||
``` | ||
|
||
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/dependabot/automerge.ts)_ | ||
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/dependabot/automerge.ts)_ | ||
|
||
## `sfdx github check closed` | ||
|
||
|
@@ -596,7 +573,7 @@ EXAMPLES | |
$ sfdx github check closed -o [email protected] | ||
``` | ||
|
||
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/github/check/closed.ts)_ | ||
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/github/check/closed.ts)_ | ||
|
||
## `sfdx npm dependencies pin` | ||
|
||
|
@@ -621,7 +598,7 @@ DESCRIPTION | |
in the package.json | ||
``` | ||
|
||
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/npm/dependencies/pin.ts)_ | ||
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/npm/dependencies/pin.ts)_ | ||
|
||
## `sfdx npm package release` | ||
|
||
|
@@ -652,7 +629,7 @@ DESCRIPTION | |
publish npm package | ||
``` | ||
|
||
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/npm/package/release.ts)_ | ||
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/npm/package/release.ts)_ | ||
|
||
## `sfdx plugins trust verify` | ||
|
||
|
@@ -675,12 +652,12 @@ DESCRIPTION | |
Verifies the digital signature on an npm package matches the signature and key stored at the expected URLs. | ||
EXAMPLES | ||
$ sfdx plugins trust verify --npm @scope/npmName --registry http://my.repo.org:4874 | ||
$ sfdx plugins trust verify --npm @scope/npmName --registry https://npm.pkg.github.com | ||
$ sfdx plugins trust verify --npm @scope/npmName | ||
``` | ||
|
||
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/2.6.23/src/commands/plugins/trust/verify.ts)_ | ||
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.3.1/src/commands/plugins/trust/verify.ts)_ | ||
|
||
## `sfdx repositories` | ||
|
||
|
@@ -718,6 +695,6 @@ EXAMPLES | |
$ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url | ||
``` | ||
|
||
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.27/src/commands/repositories/index.ts)_ | ||
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.6.0/src/commands/repositories/index.ts)_ | ||
|
||
<!-- commandsstop --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters