Skip to content

Releases: ashwanthkumar/marathonctl

v0.0.3-fix

19 Feb 12:48
Compare
Choose a tag to compare

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

05 Feb 07:49
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

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

04 Feb 18:13
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  • 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

01 Feb 02:28
Compare
Choose a tag to compare
Pre-release

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.