Fetch running configs (SSH/API), parse to JSON, compare to golden templates, and output clear diffs. Optionally raise a PR/ticket in your workflow.
python -m venv .venv
# mac/linux:
source .venv/bin/activate
# windows powershell:
# .\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
python src/drift.py --running examples/running.txt --golden examples/golden.txt