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: add "devbox list" command (same as "devbox global list" but for current box) #2005

Open
yogeek opened this issue Apr 17, 2024 · 0 comments
Assignees
Labels
feature New feature or request triage Issue needs triage

Comments

@yogeek
Copy link

yogeek commented Apr 17, 2024

What problem are you trying to solve?

It is possible to list global packages and their versions with devbox global list
but is does not seem possible to do the same for a specific devbox

What solution would you like?

It would be great to be able to do the same "locally", i.e. for a specific devbox environment

Maybe something like :

# ----------------------------- Global config
$ devbox global add jq
$ devbox global list
jq@latest

# ----------------------------- Local config
$ cd ./k8s-dev

$ devbox add kubernetes

$ devbox list
kubernetes@latest

$ devbox list all
jq@latest [global]
kubernetes@latest

Not sure about the UX so do not hesitate to propose other ideas !

Alternatives you've considered

No response

@yogeek yogeek added feature New feature or request triage Issue needs triage labels Apr 17, 2024
@yogeek yogeek changed the title feat: add "list" command to devbox (same as "devbox global list" but for local) feat: add "devbox list" command (same as "devbox global list" but for current box) Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request triage Issue needs triage
Development

No branches or pull requests

2 participants