-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61213/
-----------------------------------------------------------
Review request for mesos and Kevin Klues.
Bugs: MESOS-7840
https://issues.apache.org/jira/browse/MESOS-7840
Repository: mesos
Description
-------
This command displays the active tasks in a cluster
by reaching the tasks endpoint of a master.
Diffs
-----
src/python/cli_new/bin/settings.py d42df04b0ff42bb6f466842e59223cd90a74d5c0
src/python/cli_new/lib/cli/plugins/task/__init__.py PRE-CREATION
src/python/cli_new/lib/cli/plugins/task/main.py PRE-CREATION
src/python/cli_new/lib/cli/tests/__init__.py
0daf28869e107263c51653ace39e3b1826871048
src/python/cli_new/lib/cli/tests/task.py PRE-CREATION
src/python/cli_new/tests/main.py 3e4d2e449a6485206700b4a490d325a393d31f90
Diff: https://reviews.apache.org/r/61213/diff/1/
Testing
-------
```
$ ./bootstrap
$ source activate
$ mesos-cli-tests
```
I also checked that the Python linter was still working.
Thanks,
Armand Grillet