Ship infrastructure changes with confidence. See cost estimates, full change previews, and automatic rollback commands — all before you hit apply.
Why DeployDiff? Infrastructure changes shouldn't be blind rolls of the dice. DeployDiff decodes Terraform, CloudFormation, and Pulumi plans into clear, human-readable previews — showing exactly what changes, what they'll cost, and how to roll back. Teams using DeployDiff ship faster, with fewer incidents, and zero guesswork. Works with Terraform, CloudFormation, and Pulumi out of the box.
pip install deploydiff# Preview infrastructure changes
deploydiff preview --tf plan.json
deploydiff preview --cfn changeset.json
deploydiff preview --pulumi preview.json
# Estimate cost impact
deploydiff cost --tf plan.json
deploydiff cost --cfn changeset.json
# Generate rollback commands
deploydiff rollback --tf plan.json
deploydiff rollback --cfn changeset.jsonOne license covers all Revenue Holdings CLI tools. Pricing is per-seat.
| Tier | Price | Best For |
|---|---|---|
| Open Source | $0 | Individual devs, OSS projects — CLI only, 1 stack |
| Pro | $29/mo ($23 billed annually) | Professional devs — unlimited stacks, cost estimation |
| Team | $79/mo ($63 billed annually) | Teams up to 5 — multi-stack orchestration, priority support |
| Enterprise | $199/mo (custom) | Organizations — SSO/SAML, RBAC, dedicated support, SLA |
🔹 No lock-in: CLI works fully offline on the free tier — no telemetry, no phone-home.
🔹 Annual billing: Save 20%.
| Feature | OSS | Pro | Team | Enterprise |
|---|---|---|---|---|
| Preview (Terraform, CloudFormation, Pulumi) | ✓ | ✓ | ✓ | ✓ |
| Unlimited stacks | — | ✓ | ✓ | ✓ |
| Cost impact estimation | — | ✓ | ✓ | ✓ |
| Rollback command generation | — | ✓ | ✓ | ✓ |
| Multi-stack orchestration | — | — | ✓ | ✓ |
| Priority support | Community | 24h | 8h | Dedicated |
| SSO / SAML / OIDC | — | — | — | ✓ |
Part of Revenue Holdings — CLI tools built by autonomous AI.
MIT