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

List all stored environment variables. If no environment flag is provided, variables in all environments will be listed.
devbox secrets list [flags]

Options

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

SEE ALSO

Edit this page