Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.

Misc

Install

The easiest way to install the latest release of Drush on Unix/Linux systems is via our custom PEAR channel. (See below for Windows-specific instructions)

pear channel-discover pear.drush.org
pear install drush/drush

Tip: Use sudo to overcome permission problems. If the channel-discover fails, try running the following sequence of commands:

pear upgrade --force Console_Getopt
pear upgrade --force pear
pear upgrade-all

To get alternate drush versions, replace that last line with one of the below that matches your fancy.

pear install drush/drush-4.6.0
pear install drush/drush-5.0.0

  • Beloved Windows users. There is a convenient Drush installer for Windows available on www.drush.org. This is drush5, since drush4 does not work with Windows.
  • If you are using Debian or Ubuntu, you can also use the Debian packages
    uploaded in your distribution. You may need to use the backports to get
    the latest version, if you are running a LTS or "stable" release.
  • Note that Drush5+ works with three versions of Drupal (6,7,8). Use Drush 4 for Drupal 5.

History

Drush was originally developed by Arto for Drupal 4.7. In May 2007, it was partly rewritten and redesigned for Drupal 5 by frando. The module is now maintained by Moshe Weitzman, Owen Barton, greg.1.anderson, jonhattan, and Mark Sonnabaum.

Downloads

Recommended releases

Version Downloads Date Links
7.x-4.5 tar.gz (276.13 KB) | zip (327.78 KB) 2011-Aug-12 Notes

Development releases

Project Information


Maintainers for Drush

  • jhedstrom - 66 commits
    last: 12 hours ago, first: 15 weeks ago
  • moshe weitzman - 1334 commits
    last: 23 hours ago, first: 4 years ago
  • greg.1.anderson - 485 commits
    last: 1 day ago, first: 2 years ago
  • Owen Barton - 93 commits
    last: 2 days ago, first: 3 years ago
  • msonnabaum - 121 commits
    last: 3 days ago, first: 1 year ago

Issues for Drush

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Oldest open issue: 25 Jan 07
nobody click here