Handle domains
Handle domains such as listing, add, delete or update.
Examples:
domains list
domains list -f fqdn="*examp*" -f created_at="*2020-04*"
domains add example.com
domains add example.com --tls-certificate 1
domains update 1 example2.com
domains update 1 --tls-certificate 1
domains update 1 --tls-clear
domains delete 1
domains inspect 1
domains stats -v
-h, --help help for domains
-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.