Posted by tusharkanta on February 21, 2010 at 7:06am
Drush enable command for enabling modules requires some human intervention with input to type in Y/N when prompted. Is there any way to do it fully automatically through some api or script calls?
Comments
Use -y or --yes to assume yes
Use -y or --yes to assume yes to Y/n questions.
web@li35-166:~$ drush help | grep yes-y, --yes Assume 'yes' as answer to all prompts
This question is probably more suited to the Drush group than Aegir
Expect
tusharkanta, have you tried expect?
Edit: sorry, got the wrong name the first time.