Skip to content

Instantly share code, notes, and snippets.

@warwickandersonza
Created April 22, 2024 18:27
Show Gist options
  • Save warwickandersonza/4f99ac4d21538027266cfaae3f843b53 to your computer and use it in GitHub Desktop.
Save warwickandersonza/4f99ac4d21538027266cfaae3f843b53 to your computer and use it in GitHub Desktop.
Clearing cache with WP-CLI
# Run this at the beginning of the sessions in case the host removed packages after disconnecting
wp package install wp-media/wp-rocket-cli:trunk
# On WPEngine, this will clear all caches, including Cloudflare
wp rocket clean --confirm && wp cache flush
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment