Skip to main content

Local Config

Manage local device configuration versions and downloads.

Commands

List Config Versions

scm local list --device 007951000123456

Lists available configuration versions for a device, showing version number, timestamp, serial number, and MD5 hash.

Options:

OptionRequiredDescription
--device, -dYesDevice serial number (14-15 digits)

Download Config

# Output to stdout
scm local download --device 007951000123456 --version 42

# Save to file
scm local download --device 007951000123456 --version 42 --output config.xml

Downloads a specific configuration version as XML. Outputs to stdout by default; use --output to write to a file.

Options:

OptionRequiredDescription
--device, -dYesDevice serial number (14-15 digits)
--version, -vYesConfig version number
--output, -oNoOutput file path (default: stdout)