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