This PR adds a wp cache-enabler command to WP-CLI when Cache Enabler is active.
At this point, there's a single sub-command: "flush".
Usage:
# Flush all page caches
wp cache-enabler flush
# Flush the cache for object IDs 1, 2, and 3
wp cache-enabler flush --ids=1,2,3
# Flush the cache for a particular URL
wp cache-enabler flush --urls=https://example.com/about-us
This PR adds a
wp cache-enabler
command to WP-CLI when Cache Enabler is active.At this point, there's a single sub-command: "flush".
Usage: