Releases: ashwanthkumar/marathonctl
Releases · ashwanthkumar/marathonctl
v0.0.3-fix
Fixing the blocker issue on v0.0.3 release. Please upgrade to v0.0.3-fix, if you're using v0.0.3.
EDIT - This is no longer a Pre-Release, because we've been using it internally at Indix for sometime without any issues. If you find any bugs, please create an issue.
v0.0.3
Minor changes in how configuration file is parsed and better error handling around it. From this release the configuration file under $HOME/.marathon.json
is optional, you can now pass the host information with --host
flag to any command you run.
v0.0.2
- Fixing the bug where the client fails when launching new apps (marathon returns 201 and not 200)
- Few code refactoring - version number is now managed via Makefile like in POM.
Initial release of marathonctl
First public release of marathonctl
. Supports the following sub commands
- marathon deploy - Deploy app to marathon instance using app.json
- marathon version - Shows the client and server versions
Usage
$ marathon --help
Command line client to Marathon
Usage:
marathonctl [command]
Available Commands:
deploy Deploy an app using Marathon's app definition
version Version of the Marathon CLI
Use "marathonctl [command] --help" for more information about a command.