Version 1
[yaffs-website] / vendor / drupal / console-en / translations / cache.rebuild.yml
diff --git a/vendor/drupal/console-en/translations/cache.rebuild.yml b/vendor/drupal/console-en/translations/cache.rebuild.yml
new file mode 100644 (file)
index 0000000..f3a6118
--- /dev/null
@@ -0,0 +1,15 @@
+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