lumoslabs / broadside

Command-line tool for AWS ECS deploys
MIT License
44 stars 8 forks source link

Use a separate "execute" for running bash commands in containers #100

Closed apurvis closed 7 years ago

apurvis commented 7 years ago

I decided that having the --command flag on the bash command made the situation more complicated than it should be, especially when introducing the --all switch, so i separated execute to its own command namespace. I think it's better this way.

Also addresses a bug where Open3 would block an interactive session (bug is on master but was not released)

apurvis commented 7 years ago

(we already had run, but that spins up a new container just to run one command... anyone got any ideas better than execute to differentiate the two?)