Search
Varnish Controller

vcli vclgroup update

Update a vclGroup

Synopsis

Update an existing vclGroup.

vcli vclgroup update [VCLGroup-id,... | -f] [flags]

Options

      --clear-inc               Clear all includes for given entry
      --clear-rr                Clear routing rules for the VCLGroup
      --dep string              Comma separated deployment IDs
      --dom string              Comma separated domain IDs
  -f, --filter stringToString   Filter based on attributes, '*' act as wildcard (default [])
  -h, --help                    help for update
      --inc string              Comma separated file IDs for included files
  -k, --keep-on-failure         Keep previous VCL(s) deployed on deploy failure.
  -n, --name string             Name
      --root                    Mark as root deployment
      --rr int                  Routing-rule ID
      --vcl int                 Main VCL File ID
  -y, --yes                     Perform operation without confirmation

Options inherited from parent commands

  -c, --config string   configuration file for the CLI (default ~/.vcli.yml)
                        Could also be set via VARNISH_CONTROLLER_CLI_CONFIG=/path/to/config.yml
      --csv             Output the response table as CSV format.
  -j, --json            Output the response table as JSON format.

SEE ALSO