a771d7d219f91d2b7536a4e4f4951e433913867a
[yaffs-website] / vendor / drupal / console-en / translations / database.connect.yml
1 description: "Shows DB connection"
2 arguments:
3   database: "Database key from settings.php"
4 messages:
5     database-not-found: 'Database "%s" connection info wasn''t found'
6     database-not-supported: 'Database type "%s" is not supported yet'
7     database-client-not-found: 'Database client "%s" wasn''t found'
8     connection: 'Connection: "%s"'
9 examples:
10     - description: 'Connects to an specified database, or the default if not arguments passed'
11       execution: |
12         drupal database:connect \
13           <database>