Handle configuration flags
Handle configuration for components.
If a configuration parameter is configured via command line argument, environment or configuration file it cannot be overridden via API. Overridable shows if the flag can be overridden. It can still be configured and will be overridden once the configuration has been cleared from argument, environment or configuration file.
Examples:
configs list
configs list -f type=agent
configs list -f type=router -v
configs update -f type=agent -f flag=log -v debug
configs delete -f type=agent -f flag=log
configs inspect -f type=router
-h, --help help for configs
-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.