Logo

Command Palette

Search for a command to run...

config update

Set a configuration profile to point to an organization.

$ cx config update <name> [--org <org name>]

Options

ArgumentRequired?DefaultDescription
<name>yesName of the configuration profile to update
--org <org name>noOrganization name to associate with the profile

Examples

$ cx config update production --org my-new-organization
$ cx config update staging --org staging-org