Closed (fixed)
Project:
Cache Expiration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
8 Feb 2011 at 06:42 UTC
Updated:
5 Mar 2011 at 22:19 UTC
Jump to comment: Most recent file
Comments
Comment #1
SqyD commentedTaken from #1050526: Drush integration where mikeytown2 said:
Drush commands I was thinking of:
expire-url: full url
expire-path: contact-us
expire-node: NID
expire-node-type: page
Future would have expire-view and expire-panel.
Comment #2
SqyD commentedI've got a rough patch for those who can't wait to test. (which I admit I haven't done too much myself). Basics seem to work. Will improve it over the coming days.
Comment #3
SqyD commentedComment #4
SqyD commentedOk. I've found a few bugs since the last update:
- multiple arguments didn't get passed along. Now getting them directly from drush.
-
<front>doesn't fly in cli land apparently. Using FRONT for nowSyntax is as follows:
More help text available with the help command for instance:
drush help expire-pathI think this is ready to go in.
Comment #5
mikeytown2 commentedQuick glance at the patch and it looks good. Commit away!
Comment #6
SqyD commentedOk, it's committed. I've also updated the project page and included it in the drush and rules categories.
Drush integration is a big help for testing during development.
Comment #7
mikeytown2 commentedNice! +1