Search
Varnish Controller

vcli routingplugin

Handle Routing Plugin configuration

Synopsis

Handle Routing Plugin configurations, such as listing, add, delete or update.

Examples:

vcli routingplugin list
vcli routingplugin ls -f id=1
vcli routingplugin ls -f name="myRoutingPlugin*"
vcli routingplugin add myrp --reject --type=grpc --id=1
vcli routingplugin add myrp --type=grpc --id=1
vcli routingplugin update 1 --name newname --id=2
vcli routingplugin delete 1
vcli routingplugin inspect 1

Options

  -h, --help   help for routingplugin

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