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(cli): CLI List Containers Subcommand #55

Closed
Tracked by #17
refcell opened this issue Oct 13, 2023 · 0 comments · Fixed by #61
Closed
Tracked by #17

feat(cli): CLI List Containers Subcommand #55

refcell opened this issue Oct 13, 2023 · 0 comments · Fixed by #61
Labels
A-bin Area: Binary related C-feature Category: Features M-good-first-issue Meta: Good first issue

Comments

@refcell
Copy link
Collaborator

refcell commented Oct 13, 2023

Description

Inside the op-composer crate, there is a list_containers method to list docker containers that have the op-up label.

A nice to have subcommand would be a simple cli subcommand like containers that would pretty print a nice list of op-up docker containers to stdout as a table

For example:

$ cargo run -- list

op-up docker containers
----------------------------------------------------------
| container            | status      | id       | size   |
----------------------------------------------------------
| l1-execution-client  | up: 1:24:00 | abcdefgh | 156gb  |
| l2-execution-client  | up: 1:24:00 | abcdefgi | 32gb   |
----------------------------------------------------------
@refcell refcell added A-bin Area: Binary related C-feature Category: Features M-good-first-issue Meta: Good first issue labels Oct 13, 2023
@refcell refcell mentioned this issue Oct 17, 2023
6 tasks
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 M-good-first-issue Meta: Good first issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant