Search
Varnish Controller

vcli deployment

Handle Deployments

Synopsis

Handle Deployment such as listing, add, delete or update.

Examples:

vcli deployments list
vcli deployments ls -f id=1
vcli deployments ls -f name="MyDep*"
vcli deployments add MyDeploymentName --max 2 --min 1 --tags 1,2
vcli deployments update 1 --name MyNewDeploymentName --max 2 --min 1 --tags 1,2
vcli deployments update 1 --max 3
vcli deployments delete 1
vcli deployments inspect 1

Options

  -h, --help   help for deployment

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