Back to CLI Reference

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

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

  Create a network group.

Options:
  -n, --name TEXT               The name of the object.  [required]
  -r, --referenced-object TEXT  UID or name of an existing network object to
                                include (repeatable).
  --network-literal TEXT        Inline network literal (IP, CIDR, or range;
                                repeatable).
  --url-literal TEXT            Inline URL literal (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.