Back to CLI Reference

$ sccfm-cli objects network-group update --help

Usage: sccfm-cli objects network-group update [OPTIONS]

  Update a network group.

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.
  -r, --referenced-object TEXT  UID or name of an existing network object to
                                include (repeatable).
  -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.