2f519f3527504ac87737e0f2f96652a45331fd93
[yaffs-website] / vendor / drush / drush / docs / index.md
1 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](https://www.drupal.org/project/project_module?f[2]=im_vid_3%3A4654).
2
3 [![Latest Stable Version](https://poser.pugx.org/drush/drush/v/stable.png)](https://packagist.org/packages/drush/drush) [![Total Downloads](https://poser.pugx.org/drush/drush/downloads.png)](https://packagist.org/packages/drush/drush) [![Latest Unstable Version](https://poser.pugx.org/drush/drush/v/unstable.png)](https://packagist.org/packages/drush/drush) [![License](https://poser.pugx.org/drush/drush/license.png)](https://packagist.org/packages/drush/drush)
4
5 !!! note
6
7     Go to the [Drush 8 docs](https://docs.drush.org/en/8.x) if you want prior version of Drush.
8
9
10 Resources
11 -----------
12 * [Install documentation](https://docs.drush.org/en/master/install/)
13 * [General documentation](https://docs.drush.org/) 
14 * [API Documentation](https://www.drush.org/api/master/)
15 * [Drush Commands](https://drushcommands.com)
16 * Subscribe [this atom feed](https://github.com/drush-ops/drush/releases.atom) to receive notification on new releases. Also, [Version eye](https://www.versioneye.com/).
17 * [Drush packages available via Composer](https://packagist.org/?query=drush)
18 * [A list of modules that include Drush integration](https://www.drupal.org/project/project_module?f[2]=im_vid_3%3A4654&solrsort=ds_project_latest_release+desc)
19 * Drush comes with a [full test suite](https://github.com/drush-ops/drush/blob/master/tests/README.md) powered by [PHPUnit](https://github.com/sebastianbergmann/phpunit). Each commit gets tested by the awesome [Travis.ci continuous integration service](https://travis-ci.org/drush-ops/drush).
20
21 Support
22 -----------
23
24 Please take a moment to review the rest of the information in this file before
25 pursuing one of the support options below.
26
27 * Post support requests to [Drupal Answers](https://drupal.stackexchange.com/questions/tagged/drush).
28 * Bug reports and feature requests should be reported in the [GitHub Drush Issue Queue](https://github.com/drush-ops/drush/issues).
29 * Use pull requests (PRs) to contribute to Drush.