@@ -9,7 +9,17 @@ Preview infrastructure changes with human-readable diffs, cost impact estimation
99[ ![ GitHub release] ( https://img.shields.io/github/v/release/Coding-Dev-Tools/deploydiff?label=latest )] ( https://github.com/Coding-Dev-Tools/deploydiff/releases )
1010![ Python] ( https://img.shields.io/badge/python-3.10%2B-blue )
1111[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://github.com/Coding-Dev-Tools/deploydiff/blob/main/LICENSE )
12- [ ![ Open Source Alternative] ( https://img.shields.io/badge/Open_Source_Alternative-%E2%87%92-blue?logo=opensourceinitiative )] ( https://www.opensourcealternative.to/project/deploydiff )
12+ |[ ![ Open Source Alternative] ( https://img.shields.io/badge/Open_Source_Alternative-%E2%87%92-blue?logo=opensourceinitiative )] ( https://www.opensourcealternative.to/project/deploydiff )
13+ [ ![ CI] ( https://github.com/Coding-Dev-Tools/deploydiff/actions/workflows/ci.yml/badge.svg )] ( https://github.com/Coding-Dev-Tools/deploydiff/actions/workflows/ci.yml )
14+ [ ![ PyPI] ( https://img.shields.io/pypi/v/deploydiff )] ( https://pypi.org/project/deploydiff/ )
15+
16+
17+
18+ Real-world scenarios:
19+ - ** CI/CD gating** : Gate deploys on cost thresholds or destructive changes — no more surprise $1000 bills
20+ - ** Pre-deploy review** : Send a readable diff to your team instead of raw ` terraform plan ` output
21+ - ** Cost governance** : Compare before/after costs per resource before approving any infrastructure change
22+ - ** Incident recovery** : Generate rollback commands instantly instead of hand-typing reverse plans
1323
1424## Installation
1525
@@ -104,13 +114,13 @@ deploydiff cost --tf plan.json --pricing custom-pricing.json
104114
105115## Pricing
106116
107- DeployDiff is one of 11 tools in the DevForge suite. One license covers all CLI tools.
117+ DeployDiff is one of 11 tools in the Revenue Holdings suite. One license covers all CLI tools.
108118
109119| Plan | Price | Best For |
110120| ------| -------| ----------|
111121| ** Free** | $0 | Individual devs, OSS — CLI only, 1 plan comparison |
112122| ** DeployDiff Individual** | ** $15/mo** ($12 billed annually) | Professional devs — unlimited plans, cost estimation |
113- | ** Suite (all 11 tools)** | ** $49/mo** ($39 billed annually) | Full DevForge toolkit — 40% savings |
123+ | ** Suite (all 11 tools)** | ** $49/mo** ($39 billed annually) | Full Revenue Holdings toolkit — 40% savings |
114124| ** Team** | ** $79/mo** ($63 billed annually) | Up to 5 devs — shared reports, Slack alerts |
115125| ** Enterprise** | Custom | SSO, RBAC, compliance reports, dedicated support |
116126
0 commit comments