CLI
sfp cli config get [FIRSTARGKEY]
sfp cli config get [FIRSTARGKEY]USAGE
$ sfp cli config get [FIRSTARGKEY] [--json] [-g] [--loglevel
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
FLAGS
-g, --global Fetch the configuration variable globally, so they can be used from any Salesforce DX
project.
--loglevel=<option> [default: info] logging level for this command invocation
<options: trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL>
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Fetch a config key/value pair from the config.json file in the .sfp folder.
When this commands runs globally the file needs to be in the home folder.
When this commands runs without flag the file needs to be in the project folder.
ALIASES
$ sfp get
$ sfp config get
EXAMPLES
$ sfp config:unset domain coresfp cli config list [FIRSTARGKEY]
sfp cli config list [FIRSTARGKEY]sfp cli config set [FIRSTARGKEY] [SECONDARGVALUE]
sfp cli config set [FIRSTARGKEY] [SECONDARGVALUE]sfp cli config unset [FIRSTARGKEY]
sfp cli config unset [FIRSTARGKEY]sfp cli test
sfp cli testsfp cli update
sfp cli updateLast updated
Was this helpful?