Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1023 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 1023 Bytes

Cloudflare CLI Add-On

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