Add new Deployment
Add a new deployment to the system. If tags are empty, no tags will be assigned. Default max and min values will be set if not specified.
vcli deployment add [Name] [flags]
-h, --help help for add
--max int Maxmimum agents to deploy to (default 1)
--min int Minmimum agents to deploy to (default 1)
-t, --tags string Comma separated tag IDs
-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.