Logo

Command Palette

Search for a command to run...

config rename

Renames an existing configuration profile.

$ cx config rename <old name> <new name>

Options

ArgumentRequired?DefaultDescription
<old name>yesCurrent name of the configuration profile
<new name>yesNew name for the configuration profile

Examples

$ cx config rename staging staging-env
$ cx config rename old-production production