@@ -9,9 +9,18 @@ Keep configurations consistent across all environments, automatically. ConfigDri
99[ ![ GitHub release] ( https://img.shields.io/github/v/release/Coding-Dev-Tools/configdrift?label=latest )] ( https://github.com/Coding-Dev-Tools/configdrift/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/configdrift/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/configdrift )
12+ |[ ![ Open Source Alternative] ( https://img.shields.io/badge/Open_Source_Alternative-%E2%87%92-blue?logo=opensourceinitiative )] ( https://www.opensourcealternative.to/project/configdrift )
13+ [ ![ CI] ( https://github.com/Coding-Dev-Tools/configdrift/actions/workflows/ci.yml/badge.svg )] ( https://github.com/Coding-Dev-Tools/configdrift/actions/workflows/ci.yml )
14+ [ ![ PyPI] ( https://img.shields.io/pypi/v/configdrift )] ( https://pypi.org/project/configdrift/ )
1315
1416
17+
18+ Real-world scenarios:
19+ - ** Multi-environment compliance** : Ensure staging and prod configs are identical before every deploy
20+ - ** Secrets audit** : Detect env vars that exist in one environment but are missing in another
21+ - ** CI/CD gating** : Block PRs that introduce config drift across environments
22+ - ** Incident prevention** : Catch a changed database endpoint before it causes a production outage
23+
1524## Installation
1625
1726``` bash
@@ -124,13 +133,13 @@ pytest --cov=configdrift
124133
125134## Pricing
126135
127- ConfigDrift is one of 11 tools in the DevForge suite. One license covers all CLI tools.
136+ ConfigDrift is one of 11 tools in the Revenue Holdings suite. One license covers all CLI tools.
128137
129138| Plan | Price | Best For |
130139| ------| -------| ----------|
131140| ** Free** | $0 | Individual devs, OSS — CLI only, 1 env pair |
132141| ** ConfigDrift Individual** | ** $15/mo** ($12 billed annually) | Professional devs — unlimited environments, custom rules |
133- | ** Suite (all 11 tools)** | ** $49/mo** ($39 billed annually) | Full DevForge toolkit — 40% savings |
142+ | ** Suite (all 11 tools)** | ** $49/mo** ($39 billed annually) | Full Revenue Holdings toolkit — 40% savings |
134143| ** Team** | ** $79/mo** ($63 billed annually) | Up to 5 devs — drift history, Slack alerts, priority support |
135144| ** Enterprise** | Custom | SSO, RBAC, compliance reports, dedicated support |
136145
0 commit comments