Monday, January 18, 2016

pmcli v1.1 realeased


I've realeased a new version of the marathon CLI 'pmcli' with the following major updates:

  • Attach to events stream with filter options
  • SSL support
  • Manage Subscriptions
  • Native proxy support
  • User defined timeout to API calls
  • Option to manually reset applications launch delay
  • Bug fixed and code cleaning

This new version, with an updated documentation can be downloaded from mygithub account

Tuesday, January 5, 2016

pmcli, a marathon CLI written in python


For those who need to deal with Marathon and prefer command line rather than graphical administration I've written a CLI in python. It's based on the marathon REST API and can be used for scripting by checking the exit status: 0 ok, 2 failed.

Despite the 'Marathonctl' CLI distributed by mesosphere team is good enough, this one doesn't need to be compiled and works in any architecture with python installed. Also I've been without using python for a long time and this has been a good opportunity to get in touch again.  

You can download freely from mi github account and follow the instructions to install it.