These docs are for Drush 8. You may want the docs for Drush 10, the current version.


Drush is a command line shell and Unix scripting interface for Drupal. Drush core ships with lots of useful commands for interacting with code like modules/themes/profiles. Similarly, it runs update.php, executes sql queries and DB migrations, and misc utilities like run cron or clear cache. Drush can be extended by 3rd party commandfiles.

Latest Stable Version Total Downloads Latest Unstable Version License

Resources

Support

Please take a moment to review the rest of the information in this file before pursuing one of the support options below.

FAQ

What does the name Drush mean?

The Drupal Shell.

How do I pronounce Drush?

Some people pronounce the dru with a long u like Drupal. Fidelity points go to them, but they are in the minority. Most pronounce Drush so that it rhymes with hush, rush, flush, etc. This is the preferred pronunciation.

Does Drush have unit tests?

Drush has an excellent suite of unit tests. See tests/README.md for more information.

Credits