15 lines
639 B
YAML
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>
|