terra-ops / terra-cli

The Terra Command Line Interface
http://terra.readthedocs.org
GNU General Public License v2.0
48 stars 17 forks source link

Add the Run and Drush commands #100

Closed frankcarey closed 8 years ago

frankcarey commented 8 years ago

Fixes https://github.com/terra-ops/terra-cli/issues/98

jonpugh commented 8 years ago

Great commands! Let's get this merged at the sprints tomorrow?

jonpugh commented 8 years ago

Thanks a ton, @frankcarey. These are great.

I've cleaned it up a bit to be more consistent with the rest of the project.

The new commands are now:

environment:drush Run a drush command on an environment's drush container. environment:run Run a command on one of an environment's containers.

There's still some kinks to work out, but I'd rather merge first and ask questions later. :rocket: