Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / database.dump.yml
1 description: 'Dump structure and contents of a database'
2 arguments:
3   database: 'Database key from settings.php'
4 options:
5   file: 'The filename for your database backup'
6   gz: 'Pass this option if you want the sql result file gzipped'
7 messages:
8     success: 'Database exported to:'
9 examples:
10     - description: 'Dump default database or the one specified on the argument'
11       execution: |
12         drupal database:dump \
13           <database>
14     - description: 'Dump in gz compressed format'
15       execution: |
16         drupal database:dump \
17           --gz