I cannot find an install command for installing single modules. Any plans for such?

sg like

drush install poormanscron
The drush command 'install poormanscron' could not be found.         [error]

Comments

giorgio79’s picture

Status: Active » Closed (fixed)

ah got it
pm-download
and then
en

authentictech’s picture

To spell that out for people who are interested, you would use:

drush pm-download poormanscron

(or using aliases: drush dl poormanscron)

and then: drush pm-enable poormanscron

(or using aliases: drush en poormanscron)

See: http://drush.ws/ for details and more commands.