Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / database.add.yml
index 27efc1926c5df0dc5e941b1940935f399f2e2f20..2fb04a14b84e7263ef42441d0ae2a7062de83fd0 100644 (file)
@@ -15,4 +15,11 @@ questions:
   host: 'Enter the database host address'
   port: 'Enter the database host port'
   driver: 'Enter the database driver'
-error: 'Could not write the site settings file. Either run this command as sudo or temporarily change permissions to allow write access to settings.php.'
\ No newline at end of file
+error: 'Could not write the site settings file. Either run this command as sudo or temporarily change permissions to allow write access to settings.php.'
+examples:
+    - description: 'Add a database to the settings.php'
+      execution: |
+        drupal database:add \
+          --database=DATABASE \
+          --username=USERNAME \
+          --password=PASSWORD