shoenig / marathonctl

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

Make force optional in app update #2

Open shoenig opened 9 years ago

shoenig commented 9 years ago

Right now executing 'app update [id] [json]' will force an update. The Marathon API makes this optional to avoid bad things from happening, so we should provide this as an option as well.

dontrebootme commented 8 years ago

Along this line, we might want to also make the group updates optionally forced as well. If there is part of a group that is broken, you have to kill that deployment first.