Synopsis
List all stored environment variables. If no environment flag is provided, variables in all environments will be listed.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.
List all stored environment variables
devbox secrets list [flags]
--environment string Environment name (e.g. dev, prod)
(default "dev")
-f, --format string Display format: table or key=value
(default "table")
-h, --help help for ls
--org-id string Organization id to namespace secrets by
--project-id string Project id to namespace secrets by
-s, --show Display the value of each environment variable
(secrets included)
Was this page helpful?