Update a vclGroup
Update an existing vclGroup.
vcli vclgroup update [VCLGroup-id,... | -f] [flags]
--clear-git Clear Git configuration for the VCLGroup
--clear-rr Clear routing rules for the VCLGroup
-d, --domains string Comma separated domain IDs
-f, --filter stringToString Filter based on attributes, '*' act as wildcard (default [])
--git-branch string Git branch to use for deployment.
--git-dir string Git directory to use for deployment.
--git-exclude string Exclude dirs and files from git deployment with comma separated Go regexp.
--git-main string Main VCL to use in the given git-repository and optionally the specified directory.
-g, --git-repo int Git repository ID
-h, --help help for update
-n, --name string Name
--root Mark as root deployment
--rr int Routing-rule ID
-t, --tags stringArray Tags (e.g. -t name=prod,eu -t id=1,2)
--track Track latest file changes (git/file-versions).
-y, --yes Perform operation without confirmation
-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.