Skip to Content
CLIEnvironment Variables

Environment Variables

The depvault env command group lists environment variables. For pulling and pushing, see depvault pull and depvault push.

All commands default to the active project (set with depvault project select). Override with --project.


env list

List environment variables for a project.

depvault env list --vault-group <id> --environment DEVELOPMENT
FlagDescriptionDefault
--projectProject ID.Active project
--vault-groupVault group ID.All vault groups
--environmentEnvironment type.All
--outputOutput format: table, json.table

Examples

List all variables as a table:

depvault env list

List variables for a specific vault group as JSON:

depvault env list --vault-group abc123 --output json