Handle external routing targets.
Handle external routing targets, such as listing, add, delete or update.
Examples:
externalroutes list
externalroutes ls -f id=1
externalroutes ls -f name="MyExternalRoute*"
externalroutes add MyExternalRouteName --baseurl=http://mycdn.com
externalroutes update 1 --name MyNewExternalRouteName --ipv4 123.4.5.6
externalroutes delete 1
externalroutes inspect 1
-h, --help help for externalroutes
-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.