Security update for Core, with self-updated composer
[yaffs-website] / vendor / drush / drush / README.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) [![Documentation Status](https://readthedocs.org/projects/drush/badge/?version=master)](https://readthedocs.org/projects/drush/?badge=master)
4
5 Resources
6 -----------
7 * [Installing (and Upgrading)](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](https://packagist.org/search/?type=drupal-drush)
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 * Post support requests to [Drupal Answers](http://drupal.stackexchange.com/questions/tagged/drush).
19 * Report bugs and request features in the [GitHub Drush Issue Queue](https://github.com/drush-ops/drush/issues).
20 * Use pull requests (PRs) to contribute to Drush.
21
22 FAQ
23 ------
24
25 >  Q: What does "drush" stand for?<br>
26 >  A: The Drupal Shell.
27 >
28 >  Q: How do I pronounce Drush?<br>
29 >  A: Some people pronounce the *dru* with a long 'u' like Dr*u*pal. Fidelity points
30 >     go to them, but they are in the minority. Most pronounce Drush so that it
31 >     rhymes with hush, rush, flush, etc. This is the preferred pronunciation.
32 >
33 >  Q: Does Drush have unit tests?<br>
34 >  A: Drush has an excellent suite of unit tests. See 
35 > [tests/README.md](https://github.com/drush-ops/drush/blob/master/tests/README.md) for more information.
36
37
38 Credits
39 -----------
40
41 * Originally developed by [Arto Bendiken](http://bendiken.net) for Drupal 4.7.
42 * Redesigned by [Franz Heinzmann](http://unbiskant.org) in May 2007 for Drupal 5.
43 * Maintained by [Moshe Weitzman](http://drupal.org/moshe) with much help from
44   the folks listed at https://github.com/orgs/drush-ops/people.
45
46 ![Drush Logo](drush_logo-black.png)