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:
vcli configs list
vcli configs list -f type=agent
vcli configs list -f type=router -v
vcli configs update -f type=agent -f flag=log -v debug
vcli configs delete -f type=agent -f flag=log
vcli 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.