From 0c218a20682b890b5b552caa28cf236f3b93d5d5 Mon Sep 17 00:00:00 2001 From: Juliet Shackell Date: Mon, 2 Oct 2023 12:41:17 -0700 Subject: [PATCH] fix: add link to doc with full list of config vars --- messages/config.get.md | 2 ++ messages/config.list.md | 2 ++ messages/config.set.md | 2 ++ messages/config.unset.md | 2 ++ 4 files changed, 8 insertions(+) diff --git a/messages/config.get.md b/messages/config.get.md index b80016da..26392c71 100644 --- a/messages/config.get.md +++ b/messages/config.get.md @@ -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. diff --git a/messages/config.list.md b/messages/config.list.md index 2bbcb133..bd713a75 100644 --- a/messages/config.list.md +++ b/messages/config.list.md @@ -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: diff --git a/messages/config.set.md b/messages/config.set.md index 5d8a898a..6f96a6d7 100644 --- a/messages/config.set.md +++ b/messages/config.set.md @@ -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: diff --git a/messages/config.unset.md b/messages/config.unset.md index ee066b76..14844829 100644 --- a/messages/config.unset.md +++ b/messages/config.unset.md @@ -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: