X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fdocs%2Findex.md;h=2f519f3527504ac87737e0f2f96652a45331fd93;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=8fb7308a50059e399f893121816ba2772e97197d;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/drush/drush/docs/index.md b/vendor/drush/drush/docs/index.md index 8fb7308a5..2f519f352 100644 --- a/vendor/drush/drush/docs/index.md +++ b/vendor/drush/drush/docs/index.md @@ -2,14 +2,19 @@ Drush is a command line shell and Unix scripting interface for Drupal. Drush cor [![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) +!!! note + + Go to the [Drush 8 docs](https://docs.drush.org/en/8.x) if you want prior version of Drush. + + Resources ----------- -* [Install documentation](http://docs.drush.org/en/master/install/) -* [General documentation](http://docs.drush.org) -* [API Documentation](http://api.drush.org) -* [Drush Commands](http://drushcommands.com) +* [Install documentation](https://docs.drush.org/en/master/install/) +* [General documentation](https://docs.drush.org/) +* [API Documentation](https://www.drush.org/api/master/) +* [Drush Commands](https://drushcommands.com) * 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/). -* [Drush packages available via Composer](http://packages.drush.org) +* [Drush packages available via Composer](https://packagist.org/?query=drush) * [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) * 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). @@ -19,31 +24,6 @@ Support 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](http://drupal.stackexchange.com/questions/tagged/drush). +* Post support requests to [Drupal Answers](https://drupal.stackexchange.com/questions/tagged/drush). * Bug reports and feature requests should be reported in the [GitHub Drush Issue Queue](https://github.com/drush-ops/drush/issues). * Use pull requests (PRs) to contribute to Drush. -* 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. - -FAQ ------- - -##### What does the name Drush mean? -The Drupal Shell. - -##### How do I pronounce Drush? - -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. - -##### Does Drush have unit tests? - -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. - - -Credits ------------ - -* Originally developed by [Arto Bendiken](http://bendiken.net) for Drupal 4.7. -* Redesigned by [Franz Heinzmann](http://unbiskant.org) in May 2007 for Drupal 5. -* Maintained by [Moshe Weitzman](http://drupal.org/moshe) with much help from - Owen Barton, greg.1.anderson, jonhattan, Mark Sonnabaum, Jonathan Hedstrom and - [Christopher Gervais](http://drupal.org/u/ergonlogic).