mesosphere-backup / mesos-cli

This project has been deprecated. Please use the DC/OS CLI.
https://github.com/mesosphere/dcos-cli
Apache License 2.0
116 stars 30 forks source link

{preview}: added framework list command - fixes #51 #58

Closed mahdibh closed 9 years ago

mahdibh commented 9 years ago

This adds the framework list command.

mahdibh commented 9 years ago

I pushed the review feedback changes to my forked repo (mahdibh/mesos-cli), but for some reason it didn't update this pull request yet. If this isn't a caching issue, I'll probably just create a new pull request with the complete diff.

mahdibh commented 9 years ago

Ha, I spoke too fast. This was indeed a caching issue :)

mahdibh commented 9 years ago

Fixed. Note that I wasn't able to run the integration tests since the setup.py nosetests fails.

ssk2 commented 9 years ago

I removed the assumption that used_resources exists to make this backwards compatible with older Mesos versions. See new PR here: https://github.com/mesosphere/mesos-cli/pull/61