Search
Varnish Controller

vcli plugingrpc update

Update one or more grpc plugins

Synopsis

Update an existing grpc plugin configuration. Use flags to specify what should be updated.

vcli plugingrpc update [plugin-grpc-id,... | -f] [flags]

Options

      --allowed-headers string   Comma separated list of allowed client request headers, sent to gRPC service
      --connect-timeout string   Connection timeout (default "2s")
  -f, --filter stringToString    Filter based on attributes, '*' act as wildcard (default [])
  -h, --help                     help for update
      --max-uri-length int       Max URI length for client requests, sent to the gRPC service (default 2000)
  -n, --name string              Name
      --request-timeout string   Request timeout (default "500ms")
      --uri string               URI for the gRPC service
      --verify-tls               Verify TLS for gRPC service (default true)
  -y, --yes                      Perform operation without confirmation

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