sterner-stuff / cloudflare-cli
Provides a command line interface to the WordPress Cloudflare plugin, for performing cache purge actions.
Installs: 214
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 3
Open Issues: 0
Type:wp-cli-package
Requires
- php: >=7.2
This package is auto-updated.
Last update: 2025-03-13 03:01:31 UTC
README
Requires Cloudflare 3.4+.
Provides a command line interface to the WordPress Cloudflare plugin, for performing cache purge actions.
Quick links: Using | Installing
Using
wp cloudflare cache_purge
Clears all cached files to force Cloudflare to fetch a fresh version of those files from your web server.
EXAMPLES
# Flush Cloudflare cache after new code deployment.
$ wp cloudflare cache_purge
Success: Entire site cache on Cloudflare purged.
Installing
This package depends on the \CF\WordPress\Hooks
class from the Cloudflare for WordPress plugin. Make sure it is installed and active.
Via WP-CLI
wp package install https://github.com/sterner-stuff/cloudflare-wp-cli
Using Composer
composer require sterner-stuff/cloudflare-wp-cli