generated from salesforcecli/plugin-template
-
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
SF-CLI-BOT
committed
Jun 9, 2021
1 parent
7b5388b
commit 912d797
Showing
4 changed files
with
93 additions
and
156 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 |
---|---|---|
|
@@ -63,19 +63,38 @@ sfdx plugins | |
## Commands | ||
|
||
<!-- commands --> | ||
* [`sf env:display`](#sf-envdisplay) | ||
* [`sf env:list`](#sf-envlist) | ||
* [`sf env:open`](#sf-envopen) | ||
|
||
## `sf env:display` | ||
|
||
Display details about a specific environment | ||
|
||
``` | ||
USAGE | ||
$ sf env:display | ||
OPTIONS | ||
-e, --environment=environment Environment name or alias to display. | ||
EXAMPLES | ||
sf env display -e my-scratch-org | ||
sf env display -e [email protected] | ||
``` | ||
|
||
_See code: [src/commands/env/display.ts](https://github.com/salesforcecli/plugin-env/blob/v0.0.4/src/commands/env/display.ts)_ | ||
|
||
## `sf env:list` | ||
|
||
list environments | ||
List the environments you’ve created or logged into. | ||
|
||
``` | ||
USAGE | ||
$ sf env:list | ||
OPTIONS | ||
-a, --all show all environments regardless of whether they're connected or not | ||
-a, --all Show all environments, including inactive orgs. | ||
-x, --extended show extra columns | ||
--columns=columns only show provided columns (comma-separated) | ||
--csv output is csv format [alias: --output=csv] | ||
|
@@ -90,7 +109,7 @@ EXAMPLES | |
sf env list --all | ||
``` | ||
|
||
_See code: [src/commands/env/list.ts](https://github.com/salesforcecli/plugin-env/blob/v0.0.3/src/commands/env/list.ts)_ | ||
_See code: [src/commands/env/list.ts](https://github.com/salesforcecli/plugin-env/blob/v0.0.4/src/commands/env/list.ts)_ | ||
|
||
## `sf env:open` | ||
|
||
|
@@ -136,5 +155,5 @@ EXAMPLES | |
sf env open --target-env test-org --path /apex/StartHere --browser "google chrome" | ||
``` | ||
|
||
_See code: [src/commands/env/open.ts](https://github.com/salesforcecli/plugin-env/blob/v0.0.3/src/commands/env/open.ts)_ | ||
_See code: [src/commands/env/open.ts](https://github.com/salesforcecli/plugin-env/blob/v0.0.4/src/commands/env/open.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
Oops, something went wrong.