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| Flag | Description | Default |
|---|---|---|
--project | Project ID. | Active project |
--vault-group | Vault group ID. | All vault groups |
--environment | Environment type. | All |
--output | Output format: table, json. | table |
Examples
List all variables as a table:
depvault env listList variables for a specific vault group as JSON:
depvault env list --vault-group abc123 --output json