Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 5

drush_pm.module

Version

1.15 (checked in on 2008/01/08 at 04:28:40 by weitzman)

Description

The drush Package Manager

Functions

Namesort iconDescription
delete_dirDeletes a directory, all files in it and all subdirectories in it (recursively). Use with care! Written by Andreas Kalsch
drush_pm_drush_commandImplementation of hook_drush_command().
drush_pm_get_package_handlerFind a module handler
drush_pm_get_project_infoGet project information from drupal.org.
drush_pm_get_project_pathWe need to set the project path by looking at the module location. Ideally, update_status would do this for us.
drush_pm_get_releaseGet the recommended release for a certain so far uninstalled project.
drush_pm_helpImplementation of hook_help().
drush_pm_install_packageCommand callback. Installs one or more packages (so far only modules).
drush_pm_refreshCommand callback. Refresh update status information.
drush_pm_updateCommand 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_infoGet update information for all installed projects.