vip cache
Manage page cache for an environment.
Usage
vip cache [options] [command]
Options
| Option | Description |
|---|---|
-d, --debug |
Generate verbose output during command execution to help identify or fix errors or bugs. |
-h, --help |
Retrieve a description, examples, and available options for a (sub)command. |
-v, --version |
Retrieve the version number of VIP-CLI currently installed on the local machine. |
Examples
- Purge the page cache for a single URL.
$ vip @example-app.develop cache purge-url https://example-app-develop.go-vip.co/sample-page/
- Purged URL: https://example-app.develop.go-vip.co/sample-page/
- Purge the page cache for multiple URLs, each listed on a single line in a local file.
$ vip @example-app.develop cache purge-url --from-file=./urls.txt
Subcommands
| Name | Description |
|---|---|
purge-url |
Purge page cache for one or more URLs. |
Last updated: December 10, 2025