Posted by Frando on June 11, 2007 at 2:07pm
| Download | Size | md5 hash |
|---|---|---|
| drush-5.x-1.0-beta1.tar.gz | 18.06 KB | 378785d07a56ebc3ec638e31402e5ce7 |
| drush-5.x-1.0-beta1.zip | 22.51 KB | 27af5c8c22108e3a91f3c01509266dbe |
Last updated: December 24, 2010 - 22:51
First beta release of the new drush module (Drush: The Drupal Shell) for Drupal 5 featuring
- a new command-line API that allows modules to expose command-line functionality in a very simple way (just one hook)
- drush_tools.module: The Drush Toolbox: several tools for site administrators and developers (e,g,
drush cronordrush cache clear) - and drush_pm.module: The Drush Packet Manager - thanks to the new release system, the new xml release files and the update_status.module, you can now use this neat command line utility to install modules from the command line (e.g.
drush pm install views) and also to update all your modules with just one command (drush pm update)