What's new
- Devbox can now autocomplete with the scripts in your
devbox.json
. Typedevbox run
followed by TAB to view a list of available scripts.- You can install shell completions by copying the output of
devbox completion <shell-name>
to the appropriate place for your shell - Huge thanks to @hezhizhen for contributing this feature!
- You can install shell completions by copying the output of
- Services running in Devbox Cloud can now be accessed remotely via
<hostname>-<port>.svc.devbox.sh
. You will need to be logged in to access your services.- For example -- if you start an NGINX server on port 8081, you can access it by visiting
<hostname>-8081.svc.devbox.sh
- For example -- if you start an NGINX server on port 8081, you can access it by visiting
- Fixed an entrypoint bug in generated devcontainers and Dockerfiles
Thanks to:
@hezhizhen for contributing #775, and for contributing multiple edits to our documentation
Changelog
- [Docs] Updated docs for java to include fix for gradle by @mohsenari in #747
- add env to configuration by @Lagoja in #679
- ci: use DeterminateSystems Nix installer by @gcurtis in #755
- impl: don't error in resetProfileDir if profile doesn't exist by @gcurtis in #754
- testscripts: convert boxcli tests to testscripts by @gcurtis in #756
- ci: remove go test -race and -cover by @gcurtis in #757
- Simplify error handling by @hezhizhen in #741
- impl: remove mod time check from template tests by @gcurtis in #759
- [cloud] Print message telling users how they can access their services by @mikeland86 in #761
- Link
services.md
by @hezhizhen in #767 - Remove unnecessary verbs by @hezhizhen in #766
- Update global data path by @hezhizhen in #763
- Lowercase for commit by @hezhizhen in #764
- Wrap filename with quotes by @hezhizhen in #762
- [plugin] Added gradle plugin and fixed typo in docs by @mohsenari in #769
- feat: add scripts as valid args for shell completion by @hezhizhen in #775
- [devcontainer] Updated dockerfile to use devbox run dash dash by @mohsenari in #776
Full Changelog: 0.4.3...0.4.4