Home

Awesome

Open Source Love

Magento 2 CloudFlare Cache Cleaner

Simple Magento 2 module that allows to clear CloudFlare cache from CLI

Installation (in your Magento 2 directory):
THIS PACKAGE REQUIRES COMPOSER 2.x

composer require enanobots/m2-cloudflare-cache-cleaner

And run upgrade command:

php bin/magento setup:upgrade

Module should work out-of-the box

Tested on:

How to use this module

Simply run CLI command:

php bin/magento  nanobots:cloudflare:cache-clear [--request] [param list] 

Examples:

php bin/magento  nanobots:cloudflare:cache-clear  --request=files https://www.store.com/ https://www.store.com/clear_this
php bin/magento  nanobots:cloudflare:cache-clear  --request=tags tag1 tag2 tag3
php bin/magento  nanobots:cloudflare:cache-clear  --request=hosts https://www.store.com/ 

Available requests:

Next update (coming soon... )