8fb7308a50059e399f893121816ba2772e97197d
[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 Resources
6 -----------
7 * [Install documentation](http://docs.drush.org/en/master/install/)
8 * [General documentation](http://docs.drush.org)
9 * [API Documentation](http://api.drush.org)
10 * [Drush Commands](http://drushcommands.com)
11 * 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/).
12 * [Drush packages available via Composer](http://packages.drush.org)
13 * [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)
14 * 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).
15
16 Support
17 -----------
18
19 Please take a moment to review the rest of the information in this file before
20 pursuing one of the support options below.
21
22 * Post support requests to [Drupal Answers](http://drupal.stackexchange.com/questions/tagged/drush).
23 * Bug reports and feature requests should be reported in the [GitHub Drush Issue Queue](https://github.com/drush-ops/drush/issues).
24 * Use pull requests (PRs) to contribute to Drush.
25 * It is still possible to search the old issue queue on Drupal.org for [fixed bugs](https://drupal.org/project/issues/search/drush?status%5B%5D=7&categories%5B%5D=bug), [unmigrated issues](https://drupal.org/project/issues/search/drush?status%5B%5D=5&issue_tags=needs+migration), [unmigrated bugs](https://drupal.org/project/issues/search/drush?status%5B%5D=5&categories%5B%5D=bug&issue_tags=needs+migration), and so on.
26
27 FAQ
28 ------
29
30 ##### What does the name Drush mean?
31 The Drupal Shell.
32
33 ##### How do I pronounce Drush?
34   
35 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.
36
37 ##### Does Drush have unit tests?
38   
39 Drush has an excellent suite of unit tests. See [tests/README.md](https://github.com/drush-ops/drush/blob/master/tests/README.md) for more information.
40
41
42 Credits
43 -----------
44
45 * Originally developed by [Arto Bendiken](http://bendiken.net) for Drupal 4.7.
46 * Redesigned by [Franz Heinzmann](http://unbiskant.org) in May 2007 for Drupal 5.
47 * Maintained by [Moshe Weitzman](http://drupal.org/moshe) with much help from
48   Owen Barton, greg.1.anderson, jonhattan, Mark Sonnabaum, Jonathan Hedstrom and
49   [Christopher Gervais](http://drupal.org/u/ergonlogic).