Releases: Coding-Dev-Tools/configdrift
Releases · Coding-Dev-Tools/configdrift
configdrift v0.1.0
configdrift v0.1.0
Detect and fix configuration drift across environments — diff YAML/JSON/TOML/dotenv files with actionable insights.
Features:
- Multi-format support: YAML, JSON, TOML, dotenv
- Environment comparison (dev/staging/prod)
- Diff with severity classification (added/removed/changed)
- Rich terminal output with colorized diffs
- Nested key support with smart value masking
Usage: configdrift diff --base config.dev.yaml --target config.prod.yaml