shoenig / marathonctl

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

Fix `app show` Humanize #16

Closed mattrobenolt closed 9 years ago

mattrobenolt commented 9 years ago

The response returned from Marathon is different when specifying a version, and when not. When asking without a specific version, Marathon returns the AppById struct, and with a version, the Application struct.

shoenig commented 9 years ago

Thanks for the PRs!