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
Jul 21, 2021
1 parent
d0c8f47
commit 8ac6f97
Showing
3 changed files
with
19 additions
and
7 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 |
---|---|---|
|
@@ -92,12 +92,17 @@ DESCRIPTION | |
environment details include the associated orgs, the list of functions, the project name, and more. | ||
EXAMPLES | ||
- Display details about a scratch org with alias my-scratch-org: | ||
$ sf env display --target-env=my-scratch-org | ||
- Specify a username instead of an alias: | ||
$ sf env display [email protected] | ||
- Specify JSON format and redirect output into a file: | ||
$ sf env display --target-env=my-scratch-org --json > tmp/MyOrdDesc.json | ||
Display details about a scratch org with alias my-scratch-org: | ||
$ sf env display --target-env=my-scratch-org | ||
Specify a username instead of an alias: | ||
$ sf env display [email protected] | ||
Specify JSON format and redirect output into a file: | ||
$ sf env display --target-env=my-scratch-org --json > tmp/MyOrdDesc.json | ||
``` | ||
|
||
## `sf env list` | ||
|
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