Back to CLI Reference

$ sccfm-cli objects network create --help

Usage: sccfm-cli objects network create [OPTIONS]

  Create a network object.

Options:
  -n, --name TEXT         The name of the object.  [required]
  -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.