Can I execute drush commands through this shell module?

Comments

richardp’s picture

You 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_login or drush en safer_login should work fine.

richardp’s picture

Status: Active » Closed (works as designed)

(closing issue so it doesn't show up in my list of requests or bugs)

technikh’s picture

Ah gotcha! I hope every drush command has silent option that assumes default value.