Workflows
Schema And Validation
Required flags, expected value types, profile validation, and connector config validation.
Expected value types
- string
- URL
- number
- boolean
- secret
- JSON
Env-file validation
Variables can be marked required or optional and assigned an expected type. The variable table and security checks surface schema failures.
Runtime profile validation
- Required profile variables must have values.
- URL, number, boolean, JSON, and secret expectations are validated.
- The app validates runtime profile variables.
- The CLI validates a profile before running a child command.
Connector config validation
.envvault.json must use schemaVersion 1 and non-empty projectId and defaultProfile values.