devbox
devbox copied to clipboard
Instant, easy, and predictable development environments
### What happened? The Dockerfile generated by `devbox generate dockerfile` doesn't seem to work on my box. I've seen this exact Dockerfile all over github so I'm not actually sure...
### What happened? In my devbox global ``` * kubernetes-helm@latest * kubernetes-helmPlugins.helm-diff@latest ``` ``` eval "$(devbox global shellenv --init-hook)" ``` ``` ❯ helm plugin list NAME VERSION DESCRIPTION ``` ```...
## Summary Output tabular search results which show the platforms available ``` ❯ devbox search ruby Found 6+ results for "ruby": ┌─────────────┬──────────────────────────────────┬─────────────────┐ │ PACKAGE │ VERSIONS │ PLATFORMS │ ├─────────────┼──────────────────────────────────┼─────────────────┤...
## Summary Extract getSubcommand from telemetry and use it to set the new DEVBOX_ENTRYPOINT environment variable in midcobra. Use the new env var in venvShellHook.sh to stop printing the banner...
## Summary When SIGINT is detected by `devbox run` send SIGTERM to the pid of the script that is running. Fixes #1815 ## How was it tested? I ran a...
### What problem are you trying to solve? Devbox allows you to reference plugins hosted by Github, but from what I can tell they only allow public repos. Our company...
An interactive CLI for browsing Azure, inspired by http://resources.azure.com/ https://github.com/lawrencegripper/azbrowse
### What happened? If I try to install the toga library through pip inside .venv it gives me this error: ``` ❯ pip install toga Collecting toga Using cached toga-0.4.1-py3-none-any.whl.metadata...
### What happened? I installed `nodejs@20` via devbox and added direnv with `devbox generate direnv` and now when I `cd` into that directory I get this error: ``` direnv: loading...
### What problem are you trying to solve? The python plugin logs a banner message no matter what.. https://github.com/jetpack-io/devbox/blob/7f1633f6834f8772d31b06588c637b8f12cbe7c7/plugins/pip/venvShellHook.sh#L8 If you use the shell init_hook to enter the virtual env...