Synopsis
Upload variables defined in one or more .env files. The files should have 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.
Upload variables defined in a .env file
devbox secrets upload <file1> [<fileN>]... [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 upload
--org-id string Organization id to namespace secrets by
--project-id string Project id to namespace secrets by
Was this page helpful?