CompliancePromotion Gates
Promotion Gates
Configure different compliance strictness levels per environment.
Environment Promotion Gates
Valqore supports different strictness per environment. Configure via .valqore/policy.yaml.
CLI Usage
# Evaluate against a specific environment's policy
valqore env-evaluate deploy.yaml --env staging
# Evaluate against production policy
valqore env-evaluate deploy.yaml --env prod
# Promote from staging to prod (evaluates against prod policy first)
valqore promote --from staging --to prod deploy.yaml
# Dry-run to see what would happen
valqore promote --from staging --to prod deploy.yaml --dry-runWas this helpful?
Prev