quintilesims / layer0

Build, Manage, and Deploy Your Applications
Apache License 2.0
44 stars 20 forks source link

Remove COUNT field from CLI's Task 'get'; replace with task.Status #508

Closed diemonster closed 6 years ago

diemonster commented 6 years ago

Our current display on the CLI from task get looks something like:

l0 task get pulltest
TASK ID       TASK NAME  ENVIRONMENT  DEPLOY     COUNT
pulltes8c55e  pulltest   PullTest     pulltet:1  0/1
pulltesa62c3  pulltest   PullTest     pulltet:2  0/1

COUNT is no longer a relevant field for tasks, so it should be removed. Instead, let's replace this field with task.Status data within a column name of STATUS (?) for quicker debugging.

zpatrick commented 6 years ago

this has been done in the api-refactor branch