Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / cache.rebuild.yml
1 description: 'Rebuild and clear all site caches.'
2 options:
3     cache: 'Only clear a specific cache.'
4 messages:
5     welcome: 'Welcome to the cache:rebuild command'
6     rebuild: 'Rebuilding cache(s), wait a moment please.'
7     completed: 'Done clearing cache(s).'
8     invalid-cache: 'Cache "%s" is invalid.'
9 questions:
10     cache: 'Select cache.'
11 examples:
12     - description: Rebuild all caches
13       execution: drupal cr all
14     - description: Rebuild discovery cache
15       execution: drupal cr discovery