Skip to content

Coding-Dev-Tools/deploydiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeployDiff CLI

Ship infrastructure changes with confidence. See cost estimates, full change previews, and automatic rollback commands — all before you hit apply.

PyPI Python License

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.

Install

pip install deploydiff

Usage

# 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.json

Pricing

One 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%.

Per-Tier Features

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.

License

MIT