Deploy a VCLGroup
Deploy a specified VCLGroup on all agents where matching tags.
vcli vclgroup deploy [vclGroup-id,... | -f] [flags]
-d, --detached Detached deployment, use deploy-status to retrive current deployment status.
-f, --filter stringToString Filter based on attributes, '*' act as wildcard (default [])
--git-commit string Git commit to use for deployment.
-h, --help help for deploy
-i, --includes string Comma separated file ID:Version for included files (e.g. 1:3, 3:latest)
-p, --percentage int Wait for minimum percentage of agents to have been deployed (per VCLGroup). Used in combination with -w <timeout>
--validate string Validate method for VCLGroup (random, agents=<ids,...>, all) (default "random")
-v, --vcl string Main VCL File ID:Version (e.g. 1:21, 1:latest)
-w, --wait string Max time to wait for deployment to succeed
-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.