Closed (works as designed)
Project:
Shell
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2011 at 21:07 UTC
Updated:
27 Jul 2011 at 15:45 UTC
Can I execute drush commands through this shell module?
Comments
Comment #1
richardp commentedYou can access anything on your server that doesn't require interactivity. In other words, you can run commands easily enough, but you cannot run something that comes back and asks you a question, and wants you to answer.
So the short answer is: mostly. You can run any drush command that doesn't require interactivity. For example:
drush dl safer_loginordrush en safer_loginshould work fine.Comment #2
richardp commented(closing issue so it doesn't show up in my list of requests or bugs)
Comment #3
technikh commentedAh gotcha! I hope every drush command has silent option that assumes default value.