Open
Description
The sub-command buildrun list
should show more information about the resource, as in the output-image, elapsed build time, creation date, and more. The current output is as follows:
$ shp buildrun list
NAME STATUS AGE
nodejs-ex-srqsc BuildRegistrationFailed 0s
And we would like to add the following new columns:
ELAPSED-TIME
: how long the build took, in case the build still running it should show how long has elapsedOUTPUT-IMAGE
: fully qualified image produced
What other columns should we add?
/cc @SaschaSchwarze0