Files
popsu-d9/old.vendor/drupal/console-en/translations/database.connect.yml
2022-04-27 11:30:43 +02:00

15 lines
639 B
YAML

description: "Shows DB connection"
arguments:
key: "Database key from settings.php"
target: "Database target from settings.php"
messages:
database-not-found: 'Database connection with key "%s" and target "%s" info wasn''t found'
database-not-supported: 'Database type "%s" is not supported yet'
database-client-not-found: 'Database client "%s" wasn''t found'
connection: 'Connection: "%s"'
examples:
- description: 'Connects to an specified database with key and target, or if no arguments default key and default target will be passed'
execution: |
drupal database:connect \
<key> <target>