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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | bundlecache.drush_.inc_.txt | 4.03 KB | neilnz |
| sfcache_drush.patch | 4.38 KB | neilnz |
Comments
Comment #1
wim leersMoving to the Bundlecache issue queue, as per #962178: Rename/migrate to Bundlecache and provide a stable D6 release..
Comment #2
neilnz commentedHere's a port of the support to Bundlecache, which has an identical API to SFCache. Rename to bundlecache.drush.inc