@@ -10,12 +10,15 @@ Project-URL: Documentation, https://github.com/Coding-Dev-Tools/deploydiff#readm
1010Project-URL: Issue Tracker, https://github.com/Coding-Dev-Tools/deploydiff/issues
1111Requires-Python: >=3.9
1212Description-Content-Type: text/markdown
13+ License-File: LICENSE
1314Requires-Dist: click>=8.1
1415Requires-Dist: rich>=13.0
1516Requires-Dist: pyyaml>=6.0
17+ Requires-Dist: revenueholdings-license>=0.1.0
1618Provides-Extra: dev
1719Requires-Dist: pytest>=7.0; extra == "dev"
1820Requires-Dist: pytest-cov>=4.0; extra == "dev"
21+ Dynamic: license-file
1922
2023# DeployDiff CLI
2124
@@ -33,6 +36,12 @@ Preview infrastructure changes with human-readable diffs, cost impact estimation
3336pip install deploydiff
3437```
3538
39+ Or install directly from GitHub:
40+
41+ ```bash
42+ pip install git+https://github.com/Coding-Dev-Tools/deploydiff.git
43+ ```
44+
3645## Usage
3746
3847```bash
@@ -81,32 +90,33 @@ deploydiff cost --tf plan.json --threshold 500 || echo "Cost increase exceeds $5
8190
8291## Pricing
8392
84- One license covers all Revenue Holdings CLI tools. Pricing is per-seat .
93+ DeployDiff is one of eight tools in the Revenue Holdings suite. One license covers all CLI tools .
8594
86- | Tier | Price | Best For |
95+ | Plan | Price | Best For |
8796|------|-------|----------|
88- | **Open Source** | $0 | Individual devs, OSS projects — CLI only, 1 stack |
89- | **Pro** | **$29/mo** ($23 billed annually) | Professional devs — unlimited stacks, cost estimation |
90- | **Team** | **$79/mo** ($63 billed annually) | Teams up to 5 — multi-stack, team collaboration, alerting |
91- | **Enterprise** | **$199/mo** (custom) | Organizations — compliance reports, RBAC, SSO, SLA |
97+ | **Free** | $0 | Individual devs, OSS — CLI only, 1 plan comparison |
98+ | **DeployDiff Individual** | **$15/mo** ($12 billed annually) | Professional devs — unlimited plans, cost estimation |
99+ | **Suite (all 8 tools)** | **$49/mo** ($39 billed annually) | Full Revenue Holdings toolkit — 40% savings |
100+ | **Team** | **$79/mo** ($63 billed annually) | Up to 5 devs — shared reports, Slack alerts |
101+ | **Enterprise** | Custom | SSO, RBAC, compliance reports, dedicated support |
92102
93- 🔹 **No lock-in**: CLI works fully offline on the free tier — no telemetry, no phone-home.
103+ 🔹 **No lock-in**: CLI works fully offline on the free tier — no telemetry, no phone-home.
94104🔹 **Annual billing**: Save 20%.
95105
96106### Per-Tier Features
97107
98- | Feature | OSS | Pro | Team | Enterprise |
99- |---------|:---:|:---:|:----:|:----------:|
100- | CLI: preview, cost, rollback | ✓ | ✓ | ✓ | ✓ |
101- | Unlimited stacks | — | ✓ | ✓ | ✓ |
102- | Cost impact estimation | — | ✓ | ✓ | ✓ |
103- | Multi-provider (TF, CFN, Pulumi) | — | ✓ | ✓ | ✓ |
104- | Team collaboration / shared reports | — | — | ✓ | ✓ |
105- | Slack / webhook alerts | — | — | ✓ | ✓ |
106- | Compliance reports | — | — | — | ✓ |
107- | RBAC | — | — | — | ✓ |
108- | SSO / SAML / OIDC | — | — | — | ✓ |
109- | Priority support | Community | 24h | 8h | Dedicated |
108+ | Feature | Free | DeployDiff | Suite | Team | Enterprise |
109+ |---------|:---- :|:----------:|:-- ---:|:----:|:----------:|
110+ | CLI: preview, cost, rollback | ✓ | ✓ | ✓ | ✓ | ✓ |
111+ | Unlimited stacks | — | ✓ | ✓ | ✓ | ✓ |
112+ | Cost impact estimation | — | ✓ | ✓ | ✓ | ✓ |
113+ | Multi-provider (TF, CFN, Pulumi) | — | ✓ | ✓ | ✓ | ✓ |
114+ | Team collaboration / shared reports | — | — | — | ✓ | ✓ |
115+ | Slack / webhook alerts | — | — | — | ✓ | ✓ |
116+ | Compliance reports | — | — | — | — | ✓ |
117+ | RBAC | — | — | — | — | ✓ |
118+ | SSO / SAML / OIDC | — | — | — | — | ✓ |
119+ | Priority support | Community | 24h | 24h | 8h | Dedicated |
110120
111121---
112122
0 commit comments