shoenig / marathonctl

marathonctl is a CLI tool for Marathon
MIT License
100 stars 26 forks source link

Support multiple hosts #3

Closed shoenig closed 9 years ago

shoenig commented 9 years ago

Right now marathonctl only understands 1 host at a time. This is mostly fine because you do not need to be connected to the current leader for things to work, but it would be nice to be able to run commands as long as there is a quorum.

As a part of this the ping command should ping all listed hosts and display all results

shoenig commented 9 years ago

fixed