X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fdatabase.add.yml;h=2fb04a14b84e7263ef42441d0ae2a7062de83fd0;hb=4e1bfbf98b844da83b18aca92ef00f11a4735806;hp=27efc1926c5df0dc5e941b1940935f399f2e2f20;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/drupal/console-en/translations/database.add.yml b/vendor/drupal/console-en/translations/database.add.yml index 27efc1926..2fb04a14b 100644 --- a/vendor/drupal/console-en/translations/database.add.yml +++ b/vendor/drupal/console-en/translations/database.add.yml @@ -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