Basic invalidation feature for system adminstrators, quickly purge on a specific domain
This invalidation feature sends the invalidation directly to the agents, for a specific domain. For an extended feature set with invalidation on VCLGroups, tags and monitoring possibilites please use the regular invalidation feature.
vcli invalidation basic [flags]
-t, --attempt-ttl string Specifies the timeout for each request or retry
-b, --broadcast Broadcast will determine whether all agents receive the invalidation or only those where the domain is deployed via VCLGroup.
-d, --domain string Specifies the domain for which the invalidation will be executed. For example: example.com
-H, --header stringToString Headers specified as key=value. Examples:
myHeader=MyValue. (default [])
-h, --help help for basic
-m, --method string HTTP method to use
-p, --path string the object to invalidate
-r, --retries int Specifies the number of retries the service will attempt before returning or receiving a successful response.
-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.