Skip to content
/ drush Public
forked from drush-ops/drush

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

Notifications You must be signed in to change notification settings

jiv-e/drush

 
 

Repository files navigation

DESCRIPTION

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

DRUSH VERSIONS

Each version of Drush supports multiple Drupal versions. Drush 6 is recommended version.

Drush Version Branch PHP Compatible Drupal versions Code Status
Drush 7 master 5.3.0+ D6, D7, D8
Drush 6 6.x 5.3.0+ D6, D7
Drush 5 5.x 5.2.0+ D6, D7 Unsupported
Drush 4 4.x 5.2.0+ D5, D6, D7 Unsupported
Drush 3 3.x 5.2.0+ D5, D6 Unsupported

Drush comes with a full test suite powered by PHPUnit. Each commit gets tested by the awesome Travis.ci continuous integration service.

MISC

SUPPORT

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

REQUIREMENTS

  • Drush commands that work with git require git 1.7 or greater.
  • Drush works best on a Unix-like OS (Linux, OS X)
  • Most Drush commands run on Windows. See INSTALLING DRUSH ON WINDOWS, below.

FAQ

  Q: What does "drush" stand for?
  A: The Drupal Shell.

  Q: How do I pronounce Drush?
  A: 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.

  Q: Does Drush have unit tests?
  A: Drush has an excellent suite of unit tests. See the README.md file in the /tests subdirectory for
     more information.

CREDITS

  • Originally developed by Arto Bendiken for Drupal 4.7.
  • Redesigned by Franz Heinzmann in May 2007 for Drupal 5.
  • Maintained by Moshe Weitzman with much help from Owen Barton, greg.1.anderson, jonhattan, Mark Sonnabaum, and Jonathan Hedstrom.

Drush Logo

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 97.5%
  • Shell 2.5%