generated from salesforcecli/plugin-template-sf
-
Notifications
You must be signed in to change notification settings - Fork 0
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
11bfaa2
commit bc07ab3
Showing
3 changed files
with
14 additions
and
8 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 |
---|---|---|
|
@@ -108,7 +108,7 @@ EXAMPLES | |
$ sf alias list | ||
``` | ||
|
||
_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.4.2/src/commands/alias/list.ts)_ | ||
_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.4.3/src/commands/alias/list.ts)_ | ||
|
||
## `sf alias set` | ||
|
||
|
@@ -157,7 +157,7 @@ EXAMPLES | |
$ sf alias set my-scratch-org [email protected] | ||
``` | ||
|
||
_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.4.2/src/commands/alias/set.ts)_ | ||
_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.4.3/src/commands/alias/set.ts)_ | ||
|
||
## `sf alias unset` | ||
|
||
|
@@ -197,7 +197,7 @@ EXAMPLES | |
$ sf alias unset --all [--no-prompt] | ||
``` | ||
|
||
_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.4.2/src/commands/alias/unset.ts)_ | ||
_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.4.3/src/commands/alias/unset.ts)_ | ||
|
||
## `sf config get` | ||
|
||
|
@@ -235,7 +235,7 @@ EXAMPLES | |
$ sf config get target-org api-version --verbose | ||
``` | ||
|
||
_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.4.2/src/commands/config/get.ts)_ | ||
_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.4.3/src/commands/config/get.ts)_ | ||
|
||
## `sf config list` | ||
|
||
|
@@ -275,7 +275,7 @@ EXAMPLES | |
$ sf config list | ||
``` | ||
|
||
_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.4.2/src/commands/config/list.ts)_ | ||
_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.4.3/src/commands/config/list.ts)_ | ||
|
||
## `sf config set` | ||
|
||
|
@@ -333,7 +333,7 @@ EXAMPLES | |
$ sf config set --global target-org=my-scratch-org target-dev-hub=my-dev-hub | ||
``` | ||
|
||
_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.4.2/src/commands/config/set.ts)_ | ||
_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.4.3/src/commands/config/set.ts)_ | ||
|
||
## `sf config unset` | ||
|
||
|
@@ -372,6 +372,6 @@ EXAMPLES | |
$ sf config unset target-org api-version --global | ||
``` | ||
|
||
_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.4.2/src/commands/config/unset.ts)_ | ||
_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.4.3/src/commands/config/unset.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