TomasTomecek / sen

Terminal User Interface for containers.
MIT License
990 stars 61 forks source link

How to see layers for a single image via a single command? #140

Open abs51295 opened 6 years ago

abs51295 commented 6 years ago

Is there a sen command that takes image name as argument and gives out all the layers image has?

TomasTomecek commented 6 years ago

Hi! Unfortunately there is no such command. The easiest thing to do would be to code the functionality in the existing display-info command: https://github.com/TomasTomecek/sen/blob/master/sen/tui/commands/display.py#L39