Command Line (CLI) Reference > CLI Commands > Configuration

CLI: Configuration

Use the configuration command to manipulate the configuration database, ushc as backup, copy, merge, and view system configuration.

Configure the Exinda community

configuration {copy|delete|fetch|jump-start|merge|move|new|revert|rename|switch-to|text|upload|write}

To copy, move, or delete a configuration file:

configuration {copy|delete|move}

To download a configuration file or a text-based configuration file from a remote host:

configuration [text] fetch <url or scp://username:password@hostname/path/filename>

To upload a configuration file to a remote host:

configuration upload {active|<filename>} <URL or scp://username:password@hostname/path/filename>

To re-run the initial configuration wizard:

configuration jump-start

To modify the active running configuration

configuration {merge|revert|switch-to}

To create a new configuration file, specifying optional factory default options:

configuration new <filename> factory {keep-basic | keep-connect}

To generate a new text-based configuration file from this systems configuration:

configuration text generate {active | file <filename>}

To save the running configuration:

configuration write {local|to <filename>}

To manipulate a stored text-based configuration file:

configuration text file <filename> {apply|delete|rename|upload}

Viewing configuration file details

show configuration {files|full|running|text}

To display the contents of a configuration file:

show configuration {files|full|running}

To display names of available configuration files with status:

show configuration [text] files