Skip to main content

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
I