- πΊπΈUnited States cgmonroe
Needed this function but my organization requires patched releases and not dev versions. Here is a patch that adds in the drush support.
As a site administrator I would like the ability to flush Cloudflare caches for specific url fragments and paths, individual entities or bundles of of entities via Drush commands.
The primary purpose of this would be to facilitate clearing caches during deployment operations and occasionally manually so as to do it without having to take the additional time to log into the site UI.
Proposed command structure could look like:
drush cloudflare:flush (alias: cfcr)
drush cloudflare:attack-mode (alias: cf-at) --zone=<zoneid>
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Needed this function but my organization requires patched releases and not dev versions. Here is a patch that adds in the drush support.