Handle GRPC routing plugins
Handle routing plugin GRPC configurations, such as listing, add, delete or update.
Examples:
vcli plugingrpc list
vcli plugingrpc ls -f id=1
vcli plugingrpc ls -f name="mygRPC*"
vcli plugingrpc add myrr --connect-timeout 2s --request-timeout 2s
vcli plugingrpc update 1 --name newname --uri localhost:1234
vcli plugingrpc delete 1
vcli plugingrpc inspect 1
-h, --help help for plugingrpc
-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.