This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/drush/drush
2018-11-23 12:29:20 +00:00
..
.circleci Update Composer, update everything 2018-11-23 12:29:20 +00:00
.github/ISSUE_TEMPLATE Update Composer, update everything 2018-11-23 12:29:20 +00:00
build/scripts Update Composer, update everything 2018-11-23 12:29:20 +00:00
docs Update Composer, update everything 2018-11-23 12:29:20 +00:00
examples Update Composer, update everything 2018-11-23 12:29:20 +00:00
includes Update Composer, update everything 2018-11-23 12:29:20 +00:00
internal-copy/Config/Yaml Update Composer, update everything 2018-11-23 12:29:20 +00:00
isolation Update Composer, update everything 2018-11-23 12:29:20 +00:00
misc Update Composer, update everything 2018-11-23 12:29:20 +00:00
scenarios Update Composer, update everything 2018-11-23 12:29:20 +00:00
src Update Composer, update everything 2018-11-23 12:29:20 +00:00
tests Update Composer, update everything 2018-11-23 12:29:20 +00:00
.gitignore Update Composer, update everything 2018-11-23 12:29:20 +00:00
.travis.yml Update Composer, update everything 2018-11-23 12:29:20 +00:00
composer.json Update Composer, update everything 2018-11-23 12:29:20 +00:00
CONTRIBUTING.md Update Composer, update everything 2018-11-23 12:29:20 +00:00
dr.bat Update Composer, update everything 2018-11-23 12:29:20 +00:00
drush Update Composer, update everything 2018-11-23 12:29:20 +00:00
drush.info Update Composer, update everything 2018-11-23 12:29:20 +00:00
drush.php Update Composer, update everything 2018-11-23 12:29:20 +00:00
drush.yml Update Composer, update everything 2018-11-23 12:29:20 +00:00
drush_logo-black.png Update Composer, update everything 2018-11-23 12:29:20 +00:00
mkdocs.yml Update Composer, update everything 2018-11-23 12:29:20 +00:00
phpunit.xml.dist Update Composer, update everything 2018-11-23 12:29:20 +00:00
README.md Update Composer, update everything 2018-11-23 12:29:20 +00:00
sami-config.php Update Composer, update everything 2018-11-23 12:29:20 +00:00
shippable.yml Update Composer, update everything 2018-11-23 12:29:20 +00:00
sut Update Composer, update everything 2018-11-23 12:29:20 +00:00
unish.clean.php Update Composer, update everything 2018-11-23 12:29:20 +00:00
unish.phpunit.php Update Composer, update everything 2018-11-23 12:29:20 +00:00
unish.sut.php Update Composer, update everything 2018-11-23 12:29:20 +00:00

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. Developers love the generate command, which jump starts your coding project by writing ready-to-customize PHP and YML files. Drush can be extended by 3rd party commandfiles.

Latest Stable Version Total Downloads Latest Unstable Version License Documentation Status

Code style Isolation Tests Functional Tests

Resources

Support

Code of Conduct

The Drush project expects all participants to abide by the Drupal Code of Conduct.

FAQ

Q: What does "Drush" stand for?
A: The Drupal Shell.

Q: How do I pronounce Drush?
A: 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.

Q: Does Drush have unit tests?
A: Drush has an excellent suite of unit tests. See tests/README.md for more information.

Credits

Drush Logo PhpStorm Logo