anton-rs / op-up

Composable OP Stack Orchestration
https://stack.anton.systems
MIT License
41 stars 2 forks source link

feat: watch command #78

Closed merklefruit closed 10 months ago

merklefruit commented 10 months ago

Added a CLI watch command that outputs an auto-refreshing table that shows the running op-up containers. This command duplicates most of the code of the list command made by @refcell, but I think it's fine as long as that is going to get refactored into inspect in #62 anyway.

I also moved the call to crate::banners::banner()?; in the up command itself, as I don't think it's necessary to show it on utility commands like down, list, etc