shoenig / marathonctl

marathonctl is a CLI tool for Marathon
MIT License
100 stars 26 forks source link

Fixed formatting for task list when specifying ID #17

Closed dontrebootme closed 9 years ago

dontrebootme commented 9 years ago

Before

➜  marathonctl (master) ✔ marathonctl task list /prom-container-exporter
ID                                                            HOST                                       VERSION
prom-container-exporter.9b90a8c1-d448-11e4-91c7-56847afe9799  host1  2015-03-27T06:15:00.095Zprom-container-exporter.58497f24-e7eb-11e4-9851-56847afe9799  host2  2015-04-09T00:12:27.491Zprom-container-exporter.538196d3-e7eb-11e4-9851-56847afe9799  host3  2015-04-09T00:12:27.491Zprom-container-exporter.360f54b8-e7ec-11e4-9851-56847afe9799  host4  2015-04-09T00:12:27.491Zprom-container-exporter.9af74eed-d448-11e4-91c7-56847afe9799  host5  2015-03-27T06:15:00.095Zprom-container-exporter.933ffc43-de3e-11e4-9498-56847afe9799  host6  2015-03-27T06:15:00.095Z

After

➜  marathonctl (master) ✔ ./marathonctl task list /prom-container-exporter
ID                                                            HOST                                       VERSION
prom-container-exporter.9b90a8c1-d448-11e4-91c7-56847afe9799  host1  2015-03-27T06:15:00.095Z
prom-container-exporter.58497f24-e7eb-11e4-9851-56847afe9799  host2  2015-04-09T00:12:27.491Z
prom-container-exporter.538196d3-e7eb-11e4-9851-56847afe9799  host3  2015-04-09T00:12:27.491Z
prom-container-exporter.360f54b8-e7ec-11e4-9851-56847afe9799  host4  2015-04-09T00:12:27.491Z
prom-container-exporter.9af74eed-d448-11e4-91c7-56847afe9799  host5  2015-03-27T06:15:00.095Z
prom-container-exporter.933ffc43-de3e-11e4-9498-56847afe9799  host6  2015-03-27T06:15:00.095Z
shoenig commented 9 years ago

Thanks!