Scroll
Lijst met handige Drush-commando’s
Een module downloaden:
drush dl module1 module2
Een module inschakelen:
drush en module1 -y
Een module verwijderen:
drush pm-uninstall module1 -y
Drupal installeren met geselecteerde Russische taal:
drush si --db-url=mysql://root:password@127.0.0.1/drupal --account-name=admin --account-pass=admin --site-mail=admin@example.com --site-name="Drupal 8" --locale=ru --yes
Configuratie exporteren:
drush config-export
Configuratie importeren:
drush config-import
De lijst met Drush-commando’s voor Drupal wordt voortdurend bijgewerkt. Schrijf daarom in de reacties op drupalbook.org wat je graag aan deze lijst zou willen toevoegen, zodat je altijd de juiste Drush-commando’s bij de hand hebt.