Handle config-sets
Handle config-sets such as listing, add, delete or update.
Examples:
configset ls
configset list -f name="*examp*"
configset add test -t 1,2 -v hb-rate=5s -v log=debug --type agent
configset u 1 -v log=warning
configset delete 1
configset inspect 1
# Clear tags:
configset u 1 -t ""
-h, --help help for configsets
-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.