Search
Varnish Controller

vcli configsets update

Update a configSet

Synopsis

Update an existing configSet.

vcli configsets update [configSet-id,... | -f] [flags]

Options

  -d, --delete stringArray      Delete a configuration flag from a config-set.
  -f, --filter stringToString   Filter based on attributes, '*' act as wildcard (default [])
  -v, --fvp stringToString      Flag and value pair (e.g. hb-rate=1s) (default [])
  -h, --help                    help for update
  -n, --name string             Name
  -t, --tags string             Comma separated tag IDs
  -w, --weight int              Weight, arbitrary positive value where highest value have highest priority
  -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