default services conflit ?
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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>
|
||||
Reference in New Issue
Block a user