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

[Feature]: Ephemeral Devbox #1275

Open
rbelem opened this issue Jul 15, 2023 · 0 comments
Open

[Feature]: Ephemeral Devbox #1275

rbelem opened this issue Jul 15, 2023 · 0 comments
Labels
feature New feature or request rfc Looking for feedback and comments

Comments

@rbelem
Copy link

rbelem commented Jul 15, 2023

Is your feature request related to a problem you're trying to solve? Please describe.

Occasionally, I need to install an app for testing purposes or to perform a one-time task.

Describe the solution you'd like

I would like an ephemeral devbox that would install the packages from the args and forget about it after exiting.

Describe alternatives you've considered

Today I have to install the app to the devbox global and then remove it after I'm done using it.

Additional context
@mikenikles created an alias that sets up a temporary devbox project for his use.

alias env-node="mkdir .devbox-tmp && cd .devbox-tmp && devbox init && devbox add nodejs-18_x && cd - && devbox shell --config .devbox-tmp && rm -fr .devbox-tmp"
@rbelem rbelem added the feature New feature or request label Jul 15, 2023
@Lagoja Lagoja added the rfc Looking for feedback and comments label Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request rfc Looking for feedback and comments
Development

No branches or pull requests

2 participants