Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.15 (checked in on 2008/01/08 at 04:28:40 by weitzman)
The drush Package Manager
| Name | Description |
|---|---|
| delete_dir | Deletes a directory, all files in it and all subdirectories in it (recursively). Use with care! Written by Andreas Kalsch |
| drush_pm_drush_command | Implementation of hook_drush_command(). |
| drush_pm_get_package_handler | Find a module handler |
| drush_pm_get_project_info | Get project information from drupal.org. |
| drush_pm_get_project_path | We need to set the project path by looking at the module location. Ideally, update_status would do this for us. |
| drush_pm_get_release | Get the recommended release for a certain so far uninstalled project. |
| drush_pm_help | Implementation of hook_help(). |
| drush_pm_install_package | Command callback. Installs one or more packages (so far only modules). |
| drush_pm_refresh | Command callback. Refresh update status information. |
| drush_pm_update | Command callback. Displays update status info and allows to update installed modules. Pass specific projects as arguments, otherwise we update all that have candidate releases. |
| _drush_pm_get_update_info | Get update information for all installed projects. |