github jetify-com/devbox 0.5.11

latest releases: 0.13.0, 0.13.0-devrc, 0.13.0-deva...
13 months ago

New in this Release

.env Support

  • You can now add custom environment variables, or load variables from a .env file, using the --env and --env-file flags. Variables loaded from the command line or a .env file will override the variables set by plugins, or in your devbox.json
  • Supported commands include shell, run, services, global run, and global services. For more information, see our CLI reference
  • Direnv users can add --env or --env-files to your .envrc file, so that they automatically load whenever you CD into your directory. This can be useful if you always want to override your environment variables using a .env file. For more details, see our Direnv Guide

Simpler Devbox Run UX

  • devbox run can now run commands with flags directly without a -- separator
  • To run a command with flags, run devbox run ls -l
  • If you need to pass a flag to devbox run, pass it before your command (e.g., devbox run -c path/to/devbox.json ls -l)
  • For more information, see our Scripts guide

ARMv7l Support

  • Devbox now runs on ARMv7l architectures. Run Devbox on your Raspberry Pi!
  • Special thanks to @mstruebing for adding this to our release process

Bug Fixes

  • Fixed a bug that kept —process-compose-file from working if it pointed to a file outside the project directory
  • Fixed an issue that caused Poetry to use a different version of Python than the one installed by the user

Special Thanks To:

What's Changed

New Contributors

Full Changelog: 0.5.10...0.5.11

Don't miss a new devbox release

NewReleases is sending notifications on new releases.