This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/drupal/console-en/translations/cache.rebuild.yml

16 lines
503 B
YAML
Raw Normal View History

2018-11-23 12:29:20 +00:00
description: 'Rebuild and clear all site caches.'
options:
cache: 'Only clear a specific cache.'
messages:
welcome: 'Welcome to the cache:rebuild command'
rebuild: 'Rebuilding cache(s), wait a moment please.'
completed: 'Done clearing cache(s).'
invalid-cache: 'Cache "%s" is invalid.'
questions:
cache: 'Select cache.'
examples:
- description: Rebuild all caches
execution: drupal cr all
- description: Rebuild discovery cache
execution: drupal cr discovery