Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.jetify.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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