|
1 | | -# DeployDiff CLI |
| 1 | +# DeployDiff CLI |
2 | 2 |
|
3 | 3 | [](https://github.com/Coding-Dev-Tools/deploydiff/stargazers) |
4 | 4 |
|
5 | | -Preview infrastructure changes with human-readable diffs, cost impact estimation, and rollback commands — before you hit deploy. |
| 5 | +Preview infrastructure changes with human-readable diffs, cost impact estimation, and rollback commands — before you hit deploy. |
6 | 6 |
|
7 | 7 | [](https://pypi.org/project/deploydiff/) |
8 | 8 | [](https://pypi.org/project/deploydiff/) |
9 | 9 | [](https://github.com/Coding-Dev-Tools/deploydiff/blob/main/LICENSE) |
10 | 10 |
|
11 | | -**Why DeployDiff?** Every infrastructure change carries risk — wrong config, unexpected cost, unreachable state. DeployDiff gives you a clear, human-readable preview of what's about to change before Terraform, CloudFormation, or Pulumi applies it. See which resources are being created, modified, or destroyed. Estimate cost impact so surprise bills don't show up. Get rollback commands pre-generated so recovery isn't panic-mode. Supports Terraform plan JSON, CloudFormation change sets, and Pulumi previews. |
| 11 | +**Why DeployDiff?** Every infrastructure change carries risk — wrong config, unexpected cost, unreachable state. DeployDiff gives you a clear, human-readable preview of what's about to change before Terraform, CloudFormation, or Pulumi applies it. See which resources are being created, modified, or destroyed. Estimate cost impact so surprise bills don't show up. Get rollback commands pre-generated so recovery isn't panic-mode. Supports Terraform plan JSON, CloudFormation change sets, and Pulumi previews. |
12 | 12 |
|
13 | 13 | ## Installation |
14 | 14 |
|
@@ -74,36 +74,37 @@ DeployDiff is one of eight tools in the Revenue Holdings suite. One license cove |
74 | 74 |
|
75 | 75 | | Plan | Price | Best For | |
76 | 76 | |------|-------|----------| |
77 | | -| **Free** | $0 | Individual devs, OSS — CLI only, 1 plan comparison | |
78 | | -| **DeployDiff Individual** | **$15/mo** ($12 billed annually) | Professional devs — unlimited plans, cost estimation | |
79 | | -| **Suite (all 8 tools)** | **$49/mo** ($39 billed annually) | Full Revenue Holdings toolkit — 40% savings | |
80 | | -| **Team** | **$79/mo** ($63 billed annually) | Up to 5 devs — shared reports, Slack alerts | |
| 77 | +| **Free** | $0 | Individual devs, OSS — CLI only, 1 plan comparison | |
| 78 | +| **DeployDiff Individual** | **$15/mo** ($12 billed annually) | Professional devs — unlimited plans, cost estimation | |
| 79 | +| **Suite (all 8 tools)** | **$49/mo** ($39 billed annually) | Full Revenue Holdings toolkit — 40% savings | |
| 80 | +| **Team** | **$79/mo** ($63 billed annually) | Up to 5 devs — shared reports, Slack alerts | |
81 | 81 | | **Enterprise** | Custom | SSO, RBAC, compliance reports, dedicated support | |
82 | 82 |
|
83 | | -🔹 **No lock-in**: CLI works fully offline on the free tier — no telemetry, no phone-home. |
84 | | -🔹 **Annual billing**: Save 20%. |
| 83 | +🔹 **No lock-in**: CLI works fully offline on the free tier — no telemetry, no phone-home. |
| 84 | +🔹 **Annual billing**: Save 20%. |
85 | 85 |
|
86 | 86 | ### Per-Tier Features |
87 | 87 |
|
88 | 88 | | Feature | Free | DeployDiff | Suite | Team | Enterprise | |
89 | 89 | |---------|:----:|:----------:|:-----:|:----:|:----------:| |
90 | | -| CLI: preview, cost, rollback | ✓ | ✓ | ✓ | ✓ | ✓ | |
91 | | -| Unlimited stacks | — | ✓ | ✓ | ✓ | ✓ | |
92 | | -| Cost impact estimation | — | ✓ | ✓ | ✓ | ✓ | |
93 | | -| Multi-provider (TF, CFN, Pulumi) | — | ✓ | ✓ | ✓ | ✓ | |
94 | | -| Team collaboration / shared reports | — | — | — | ✓ | ✓ | |
95 | | -| Slack / webhook alerts | — | — | — | ✓ | ✓ | |
96 | | -| Compliance reports | — | — | — | — | ✓ | |
97 | | -| RBAC | — | — | — | — | ✓ | |
98 | | -| SSO / SAML / OIDC | — | — | — | — | ✓ | |
| 90 | +| CLI: preview, cost, rollback | ✓ | ✓ | ✓ | ✓ | ✓ | |
| 91 | +| Unlimited stacks | — | ✓ | ✓ | ✓ | ✓ | |
| 92 | +| Cost impact estimation | — | ✓ | ✓ | ✓ | ✓ | |
| 93 | +| Multi-provider (TF, CFN, Pulumi) | — | ✓ | ✓ | ✓ | ✓ | |
| 94 | +| Team collaboration / shared reports | — | — | — | ✓ | ✓ | |
| 95 | +| Slack / webhook alerts | — | — | — | ✓ | ✓ | |
| 96 | +| Compliance reports | — | — | — | — | ✓ | |
| 97 | +| RBAC | — | — | — | — | ✓ | |
| 98 | +| SSO / SAML / OIDC | — | — | — | — | ✓ | |
99 | 99 | | Priority support | Community | 24h | 24h | 8h | Dedicated | |
100 | 100 |
|
101 | 101 | --- |
102 | 102 |
|
103 | 103 | <p align="center"> |
104 | | - <sub>Part of <a href="https://coding-dev-tools.github.io/revenueholdings.dev/">Revenue Holdings</a> — CLI tools built by autonomous AI.</sub> |
| 104 | + <sub>Part of <a href="https://coding-dev-tools.github.io/revenueholdings.dev/">Revenue Holdings</a> — CLI tools built by autonomous AI.</sub> |
105 | 105 | </p> |
106 | 106 |
|
107 | 107 | ## License |
108 | 108 |
|
109 | 109 | MIT |
| 110 | + |
0 commit comments