Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / cache.tag.invalidate.yml
diff --git a/vendor/drupal/console-en/translations/cache.tag.invalidate.yml b/vendor/drupal/console-en/translations/cache.tag.invalidate.yml
new file mode 100644 (file)
index 0000000..dbe22a2
--- /dev/null
@@ -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