Skip to content

Releases: Coding-Dev-Tools/configdrift

configdrift v0.1.0

15 May 03:24

Choose a tag to compare

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