Search
Varnish Controller

vcli deployment add

Add new Deployment

Synopsis

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]

Options

  -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

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