$ sccfm-cli objects network update --help
Usage: sccfm-cli objects network update [OPTIONS]
Update a network object.
Options:
-u, --uid TEXT The unique identifier (UID) of the object.
-n, --name TEXT The name of the object (alternative to UID).
--new-name TEXT The new name for the object.
-v, --value TEXT The literal value (IP address, CIDR, or range).
-d, --description TEXT A human-readable description of the object.
-l, --labels TEXT Labels to attach to the object (can be specified
multiple times).
-t, --tags TEXT Tags in key=value format (value can be comma-
separated; repeatable).
--check Run a preflight check without performing the
operation.
--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.