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.
fix: rename flag --environment to --target-env (#92)
Co-authored-by: Rodrigo Espinosa de los Monteros <[email protected]> Co-authored-by: Juliet Shackell <[email protected]>
- Loading branch information
1 parent
362782e
commit d0c8f47
Showing
4 changed files
with
18 additions
and
6 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 |
---|---|---|
|
@@ -12,15 +12,15 @@ Output depends on the type of environment. For example, scratch org details incl | |
|
||
- Display details about a scratch org with alias my-scratch-org: | ||
|
||
<%= config.bin %> <%= command.id %> --target-env=my-scratch-org | ||
<%= config.bin %> <%= command.id %> --target-env=my-scratch-org | ||
|
||
- Specify a username instead of an alias: | ||
|
||
<%= config.bin %> <%= command.id %> --target-env=[email protected] | ||
<%= config.bin %> <%= command.id %> --target-env=[email protected] | ||
|
||
- Specify JSON format and redirect output into a file: | ||
|
||
<%= config.bin %> <%= command.id %> --target-env=my-scratch-org --json > tmp/MyOrdDesc.json | ||
<%= config.bin %> <%= command.id %> --target-env=my-scratch-org --json > tmp/MyOrdDesc.json | ||
|
||
# flags.target-env.summary | ||
|
||
|
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