Skip to content

Commit

Permalink
Add cache:tag:invalidate command. (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
cburschka authored and jmolivas committed Jul 24, 2017
1 parent 25d6336 commit 1d9e624
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions translations/cache.tag.invalidate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
description: 'Invalidate cache tags.'
options:
tag: 'One or more tags to invalidate.'
messages:
start: 'Invalidating tag(s) %s.'
completed: 'Done invalidating tag(s).'
examples:
- description: Invalidate routes
execution: drupal cti routes
- description: Invalidate a specific node
execution: drupal cti node:1 node_list

0 comments on commit 1d9e624

Please sign in to comment.