lumoslabs / broadside

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

Add --all option to run commands on all containers; fix bugs with remote commands #99

Closed apurvis closed 7 years ago

apurvis commented 7 years ago
  1. Adds --all switch so you can run a bash command on all running containers
  2. Always shows you the STDOUT output
  3. Fixes the type of the command (String instead of Array).

This will make a git pull based deploy easier when running many containers (specifically airflow) if we decide not to use EFS.

apurvis commented 7 years ago

gonna merge this but not release quite yet...