You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Armand Grillet <ag...@mesosphere.io> on 2017/08/10 17:10:30 UTC

Review Request 61204: CLI: Added 'mesos task list' command.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61204/
-----------------------------------------------------------

Review request for mesos and Kevin Klues.


Bugs: MESOS-7840
    https://issues.apache.org/jira/browse/MESOS-7840


Repository: mesos


Description
-------

This command displays all the tasks running in a Mesos cluster.


Testing
-------

```
$ ./bootstrap
$ source activate
$ mesos-cli-tests
```

I also checked that the Python linter was still working.


Thanks,

Armand Grillet