Files
deb-python-dcos/cli/tests/data/marathon/groups/scale.json
yura c3f3cba854 [ADD] DCOS-367 As a user, I want to scale the application
fit tests

fix scale json

fix dcos help test

update after review, add negative tests

fix help test

move parse_float to dcoscli.marathon.main

fix test help marathon testx
2015-08-26 19:44:02 +03:00

16 lines
203 B
JSON

{
"groups": [
{
"apps": [
{
"id": "sleep",
"cmd": "sleep 1000",
"instances": 1
}
],
"id": "sleep"
}
],
"id": "scale-group"
}