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.
!!! note
Go to the [Drush 8 docs](https://docs.drush.org/en/8.x) if you want prior version of Drush.
- Install documentation
- General documentation
- API Documentation
- Drush Commands
- Subscribe this atom feed to receive notification on new releases. Also, Version eye.
- Drush packages available via Composer
- A list of modules that include Drush integration
- Drush comes with a full test suite powered by PHPUnit. Each commit gets tested by the awesome Travis.ci continuous integration service.
Please take a moment to review the rest of the information in this file before pursuing one of the support options below.
- Post support requests to Drupal Answers.
- Bug reports and feature requests should be reported in the GitHub Drush Issue Queue.
- Use pull requests (PRs) to contribute to Drush.