Skip to content

Commit

Permalink
Merge pull request #393 from salesforcecli/jshackell/messages
Browse files Browse the repository at this point in the history
fix: add link to doc with full list of config vars
  • Loading branch information
jshackell-sfdc authored Oct 2, 2023
2 parents 670866a + 0c218a2 commit 4a4f1d6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions messages/config.get.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Get the value of a configuration variable.

Run "sf config list" to see all the configuration variables you've set. Global configuration variable are always displayed; local ones are displayed if you run the command in a project directory. Run "sf config set" to set a configuration variable.

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

- Get the value of the "target-org" configuration variable.
Expand Down
2 changes: 2 additions & 0 deletions messages/config.list.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ List the configuration variables that you've previously set.

Global configuration variables apply to any Salesforce DX project and are always displayed. If you run this command from a project directory, local configuration variables are also displayed.

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

- List both global configuration variables and those local to your project:
Expand Down
2 changes: 2 additions & 0 deletions messages/config.set.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ 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).

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:
Expand Down
2 changes: 2 additions & 0 deletions messages/config.unset.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Unset local or global configuration variables.

Local configuration variables apply only to your current project. Global configuration variables apply in any Salesforce DX project.

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

- Unset the local "target-org" configuration variable:
Expand Down

0 comments on commit 4a4f1d6

Please sign in to comment.