dbe22a2468d588d0d37ea886f4b5366cc6073640
[yaffs-website] / vendor / drupal / console-en / translations / cache.tag.invalidate.yml
1 description: 'Invalidate cache tags.'
2 options:
3     tag: 'One or more tags to invalidate.'
4 messages:
5     start: 'Invalidating tag(s) "%s".'
6     completed: 'Done invalidating tag(s).'
7 examples:
8     - description: Invalidate routes
9       execution: drupal cti routes
10     - description: Invalidate a specific node
11       execution: drupal cti node:1 node_list