From 1d9e6248b337e5d63deb79c3d11c7ba457f52e56 Mon Sep 17 00:00:00 2001 From: Christoph Burschka Date: Mon, 24 Jul 2017 09:09:16 +0200 Subject: [PATCH] Add cache:tag:invalidate command. (#122) --- translations/cache.tag.invalidate.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 translations/cache.tag.invalidate.yml diff --git a/translations/cache.tag.invalidate.yml b/translations/cache.tag.invalidate.yml new file mode 100644 index 0000000..c783dbc --- /dev/null +++ b/translations/cache.tag.invalidate.yml @@ -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