https://github.com/ocean90/wp-cli-flush-cache
WP-CLI Command: Clear the cache of a user or a site.
https://github.com/ocean90/wp-cli-flush-cache
wp-cli wp-cli-command wp-cli-package
Last synced: 7 months ago
JSON representation
WP-CLI Command: Clear the cache of a user or a site.
- Host: GitHub
- URL: https://github.com/ocean90/wp-cli-flush-cache
- Owner: ocean90
- Created: 2016-06-14T20:38:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-07T13:51:04.000Z (about 9 years ago)
- Last Synced: 2025-05-07T23:05:37.445Z (9 months ago)
- Topics: wp-cli, wp-cli-command, wp-cli-package
- Language: PHP
- Homepage: https://wp-cli.org/
- Size: 3.91 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ocean90/wp-cli-flush-cache
=========================
Clear the cache of a user or a site.
## Using
```
wp user flush-cache
```
**OPTIONS**
User ID, user email, or user login.
---
```
wp site flush-cache
```
**OPTIONS**
ID of a site.
## Installing
Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with `wp cli update`.
Once you've done so, you can install this package with `wp package install ocean90/wp-cli-flush-cache`.