default services conflit ?
This commit is contained in:
19
old.vendor/drupal/console-en/translations/database.dump.yml
Normal file
19
old.vendor/drupal/console-en/translations/database.dump.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
description: 'Dump structure and contents of a database'
|
||||
arguments:
|
||||
database: 'Database key from settings.php'
|
||||
target: 'Database target from settings.php'
|
||||
options:
|
||||
file: 'The filename for your database backup'
|
||||
gz: 'Pass this option if you want the sql result file gzipped'
|
||||
exclude-cache: 'Pass this option if you want to exclude cache tables.'
|
||||
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
|
||||
Reference in New Issue
Block a user