dnephin / dobi

A build automation tool for Docker applications
https://dnephin.github.io/dobi/
Apache License 2.0
309 stars 36 forks source link

[feature] Command to list images/jobs, not just aliases #199

Closed wittekm closed 4 years ago

wittekm commented 4 years ago

Hi! dobi list only shows aliases; it'd be super convenient if there were a dobi list job or dobi list image type thing :)

I might try and contribute this on my own, just wanted to get an opinion on it first.

dnephin commented 4 years ago

It should list all of the resources, not just aliases. You may need --all , because it will default to excluding any that do not have descriptions.

wimax-grapl commented 4 years ago

It should list all of the resources, not just aliases. You may need --all , because it will default to excluding any that do not have descriptions.

Ah, good call! Thanks! We can close this out then