Add new grpc plugin
Add a new grpc plugin configuration to the system.
vcli plugingrpc add [Name] [flags]
--allowed-headers string Comma separated list of allowed client request headers, sent to gRPC service
--connect-timeout string Connection timeout (default "2s")
-h, --help help for add
--max-uri-length int Max URI length for client requests, sent to the gRPC service (default 2000)
--request-timeout string Request timeout (default "500ms")
--uri string URI for the gRPC service
--verify-tls Verify TLS for gRPC service (default true)
-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.