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/database.dump.yml

17 lines
557 B
YAML
Raw Normal View History

2018-11-23 12:29:20 +00:00
description: 'Dump structure and contents of a database'
arguments:
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:'
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