Search
Varnish Controller

vcli externalroutes

Handle external routing targets.

Synopsis

Handle external routing targets, such as listing, add, delete or update.

Examples:

vcli externalroutes list
vcli externalroutes ls -f id=1
vcli externalroutes ls -f name="MyExternalRoute*"
vcli externalroutes add MyExternalRouteName --baseurl=http://mycdn.com
vcli externalroutes update 1 --name MyNewExternalRouteName --ipv4 123.4.5.6
vcli externalroutes delete 1
vcli externalroutes inspect 1

Options

  -h, --help   help for externalroutes

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