Contributions API

drush_pm.module

Version

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