Closed (fixed)
Project:
Drush
Component:
Core Commands
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2010 at 10:34 UTC
Updated:
29 May 2011 at 20:48 UTC
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
Comment #1
giorgio79 commentedah got it
pm-download
and then
en
Comment #2
authentictech commentedTo 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.