watch -d -n 5 'configcompare current.yaml golden.yaml' – auto-refresh comparison.
Do not rely on manual inspection. Use automated scripts to run diff checks nightly. configcompare
diff <(grep -v '^[[:space:]]*"version"' file1.json) \ <(grep -v '^[[:space:]]*"version"' file2.json) watch -d -n 5 'configcompare current
While a standard diff command looks for textual differences, a robust ConfigCompare strategy looks for . (grep -v '^[[:space:]]*"version"' file1.json) \ <