Skip to main content

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.
devbox secrets download <file1> [flags]

Options

--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

SEE ALSO

Edit this page
I