github jetify-com/devbox 0.4.4

latest releases: 0.10.6, 0.10.6-dev, 0.10.5...
13 months ago

What's new

  • Devbox can now autocomplete with the scripts in your devbox.json. Type devbox 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!
  • 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
  • Fixed an entrypoint bug in generated devcontainers and Dockerfiles

Thanks to:

@hezhizhen for contributing #775, and for contributing multiple edits to our documentation

Changelog

Full Changelog: 0.4.3...0.4.4

Don't miss a new devbox release

NewReleases is sending notifications on new releases.