An open API service indexing awesome lists of open source software.

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.

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`.