Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: watch command #78

Merged
merged 1 commit into from
Nov 6, 2023
Merged

feat: watch command #78

merged 1 commit into from
Nov 6, 2023

Conversation

merklefruit
Copy link
Collaborator

@merklefruit merklefruit commented Nov 5, 2023

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

@merklefruit merklefruit self-assigned this Nov 5, 2023
@merklefruit merklefruit requested a review from refcell November 5, 2023 19:11
@merklefruit merklefruit added A-bin Area: Binary related C-feature Category: Features labels Nov 5, 2023
@refcell refcell added this pull request to the merge queue Nov 6, 2023
Merged via the queue into main with commit 7c65433 Nov 6, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-bin Area: Binary related C-feature Category: Features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants