X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fdatabase.add.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fdatabase.add.yml;h=2fb04a14b84e7263ef42441d0ae2a7062de83fd0;hp=27efc1926c5df0dc5e941b1940935f399f2e2f20;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 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