Options
SEE ALSO
- devbox generate - Generate supporting files for your project
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Top level command for generating the .envrc file for your Devbox Project. This can be used with direnv to automatically start your shell when you cd into your devbox directory
devbox generate direnv [flags]
| Option | Description |
|---|---|
-c, --config string | path to directory containing a devbox.json config file |
-e, --env stringToString | environment variables to set in the devbox environment (default []) |
--env-file string | path to a file containing environment variables to set in the devbox environment. If the file does not exist, then this parameter is ignored |
-h, --help | help for direnv |
-q, --quiet | Quiet mode: Suppresses logs. |
Was this page helpful?