Files
deb-python-dcos/cli/tests/data/marathon/apps/sleep-completed1.json
Harpreet Singh Gulati 441ab429df make --completed great again
* add `--completed` option for `dcos task ls`

* fix `dcos task --completed` to show completed AND running tasks
2016-05-24 11:46:12 -07:00

12 lines
205 B
JSON

{
"id": "test-app-completed1",
"cmd": "sleep 1000",
"cpus": 0.1,
"mem": 16,
"instances": 1,
"labels": {
"PACKAGE_ID": "test-app",
"PACKAGE_VERSION": "1.2.3"
}
}