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