You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
This allows users to generate .envrc files that use custom env variables
like so:
```bash
devbox generate direnv -e foo=bar -e foo1=bar2
devbox generate direnv --env-file .env
```
Users can also manually modify `.envrc` files to add additional flags:
`devbox generate direnv --print-envrc -e foo=bar`
## How was it tested?
Generated .envrc file with custom env flags. Then used direnv and
verified environment was setup as expected.
## Backward compatibility
Newly generated `.envrc` files that contain `--env` or `--env-file`
flags will not be compatible with previous versions of devbox.
0 commit comments