Drush
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. DrushMODULENAMECOMMANDNAME All we have to do is turn our new module on, clear cache and test the commands. Examples of launching the commands from the above code. Drush rebuild-aggregate-file css drush raf js drush raf drush dna source /node/1 drush dna alias /alias-name. You will find the files of the sample module on GitHub.

Original author(s) | Arto Bendiken |
---|---|
Developer(s) | Moshe Weitzman |
Initial release | 2007; 14 years ago |
Stable release | |
Repository | |
Available in | PHP |
License | GPL |
Website | DRUSH Homepage |
Drush (DRUpal SHell) is a computer softwareshell-based application used to control, manipulate, and administer Drupal websites.[1][2] On the surface, drush is a tool for updating site modules, however Drush has a more comprehensive list of features.
Details[edit]
Drush was originally developed by Arto Bendiken for Drupal 4.7. In May 2007, it was partly rewritten and redesigned for Drupal 5 by Franz Heinzmann. Drush is maintained by Moshe Weitzman with the support of Owen Barton, greg.1.anderson, jonhattan, Mark Sonnabaum, Jonathan Hedstrom and Christopher Gervais.[3]
Drupal Drush
External links[edit]
References[edit]
- ^https://www.linuxjournal.com/article/11000
- ^https://github.com/drush-ops/drush#faq
- ^'Official Drush Documentation'. Drush docs. Retrieved 14 July 2018.CS1 maint: discouraged parameter (link)