Search
Varnish Controller

vcli plugingrpc

Handle GRPC routing plugins

Synopsis

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

Options

  -h, --help   help for plugingrpc

Options inherited from parent commands

  -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.

SEE ALSO