Hi,

I've implemented Drush support for clearing the Support Files cache from the commandline.

It provides four new Drush commands:

drush sfcache-detect
drush sfcache-find
drush sfcache-update
drush sfcache-quickupdate (runs all three of the above in a row, good for deployment scripts)

The attached patch simply creates a sf_cache.drush.inc file in the root of the sf_cache module dir.

Thanks

CommentFileSizeAuthor
#2 bundlecache.drush_.inc_.txt4.03 KBneilnz
sfcache_drush.patch4.38 KBneilnz

Comments

wim leers’s picture

Project: Support File Cache » BundleCache
neilnz’s picture

StatusFileSize
new4.03 KB

Here's a port of the support to Bundlecache, which has an identical API to SFCache. Rename to bundlecache.drush.inc