Synopsis
Download environment variables stored into the specified file (most commonly a .env file). The format of the file is one NAME=VALUE per line.Options
SEE ALSO
- devbox-secrets - Manage environment variables and secrets
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Download environment variables into the specified file
devbox secrets download <file1> [flags]
--environment string Environment name (e.g. dev, prod)
(default "dev")
-f, --format string File format: env or json (default "env")
-h, --help help for download
--org-id string Organization id to namespace secrets by
--project-id string Project id to namespace secrets by
Was this page helpful?