sterner-stuff/cloudflare-cli

Provides a command line interface to the WordPress Cloudflare plugin, for performing cache purge actions.

3.0.0 2022-01-12 19:55 UTC

This package is auto-updated.

Last update: 2024-05-13 01:17:16 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