devbox
devbox copied to clipboard
Instant, easy, and predictable development environments
## Summary Fixes #1918 Plugins stored in a private GitHub repository fail to pull due to due to a lack of authentication. This PR will add an `Authorization: token `...
### What problem are you trying to solve? I want to validate my `devbox.json` and `plugin.json` with [check-jsonschema](https://github.com/python-jsonschema/check-jsonschema) which can validate both `.json` and `.json5` files. Validate `devbox.json` ``` dj_goku...
**Current Behavior (bug)** 1. `devbox init` 2. `devbox generate direnv` 3. `devbox add ruby libyaml libxml2 xmlsec` 4. `gem install bundler`
## Summary This PR is to address #1909 The issue was that the check for files in the `.devbox/` directory was including files inside `devbox.d/jetpack-io.devbox-plugins.{PLUGIN}/`. This resulted in plugin configuration...
### What problem are you trying to solve? I'm frustrated when I try to use Devbox with a path that has a space in it. For example: if my Devbox...
**Is your feature request related to a problem you're trying to solve? Please describe.** I want to implement `devbox create` templates for initializing Bun based projects, both for JavaScript and...
## Summary **this is just for testing as of now and may not need to be merged** ## How was it tested?
### What problem are you trying to solve? I want to be able to get JSON output from devbox cli commands. `devbox search devbox` would return JSON object. ### What...
### What problem are you trying to solve? Easily setup environment that supports the robot operating system in a reproducible and ergonomic way. ### What solution would you like? Similar...
### What happened? `init_hook` should be triggered when `$SHELL` is `/bin/nu` but it doesn't. ### Steps to reproduce 1. Install [Nushell](https://www.nushell.sh/) 2. Set the shell as default (or alternatively set...