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
4e727eb
commit 58f7267
Showing
4 changed files
with
13 additions
and
13 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
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 |
---|---|---|
|
@@ -16,25 +16,23 @@ The resolution order if you've set a flag value in multiple ways is as follows: | |
|
||
Run "sf config list" to see the configuration variables you've already set and their level (local or global). | ||
|
||
If you're setting a single config variable, you don't need to use an equal sign between the variable and value. But you must use the equal sign if setting multiple config variables. | ||
|
||
For the full list of available configuration variables, see https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_dev_cli_config_values.htm. | ||
|
||
# examples | ||
|
||
- Set the local target-org configuration variable to an org username: | ||
|
||
<%= config.bin %> <%= command.id %> target-org=[email protected] | ||
<%= config.bin %> <%= command.id %> target-org [email protected] | ||
|
||
- Set the local target-org configuration variable to an alias: | ||
|
||
<%= config.bin %> <%= command.id %> target-org=my-scratch-org | ||
|
||
- Set the global target-org configuration variable: | ||
|
||
<%= config.bin %> <%= command.id %> --global target-org=my-scratch-org | ||
<%= config.bin %> <%= command.id %> target-org my-scratch-org | ||
|
||
- Set a single configuration variable without using an equal sign; this syntax doesn't work when setting multiple configuration variables: | ||
- Set the global target-org and target-dev-hub configuration variables using aliases: | ||
|
||
<%= config.bin %> <%= command.id %> target-org [email protected] | ||
<%= config.bin %> <%= command.id %> --global target-org=my-scratch-org target-dev-hub=my-dev-hub | ||
|
||
# flags.global.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