Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / database.dump.yml
index dffee21a9a2ea1b261d130eaae32694807dd54bf..4abeb0a642f815bc366f170d08242b685d7d5ba8 100644 (file)
@@ -1,8 +1,17 @@
-description: "Dump structure and contents of a database"
+description: 'Dump structure and contents of a database'
 arguments:
-  database: "Database key from settings.php"
+  database: 'Database key from settings.php'
 options:
   file: 'The filename for your database backup'
   gz: 'Pass this option if you want the sql result file gzipped'
 messages:
-    success: "Database exported to:"
+    success: 'Database exported to:'
+examples:
+    - description: 'Dump default database or the one specified on the argument'
+      execution: |
+        drupal database:dump \
+          <database>
+    - description: 'Dump in gz compressed format'
+      execution: |
+        drupal database:dump \
+          --gz
\ No newline at end of file