1.22 (checked in on 2008/04/14 at 02:34:16 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.module 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_info | A drush command callback. Show release info for given project(s). |
| drush_pm_install_package | Command callback. Installs one or more packages (so far only modules). |
| drush_pm_parse_package_name | Parse out the project name and version and return as a structured array |
| drush_pm_refresh | Command callback. Refresh update status information. |
| drush_pm_requirements | |
| 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. |