$ sccfm-cli objects edit-override --help
Usage: sccfm-cli objects edit-override [OPTIONS]
Edit the value of an existing override for a specific target device.
Options:
-u, --uid TEXT The unique identifier (UID) of the object.
--target-id TEXT UID of the target device whose override to edit.
[required]
--override-value TEXT The new override value (IP address, CIDR, range, or
URL). [required]
--format [table|json] Output format [default: table]
--config-path PATH Path to the configuration file (defaults to ~/.sccfm-
cli/config.json).
--help Show this message and exit.