Tweet
One of my favorite #InfrastructureAsCode tools is definitively diff
.
diff -qr stage prod
compares all directories (-r: recursive) underneath the stage and prod directories and outputs a brief (-q: only show filenames instead of the actual diff) summary of files that differ.
(original)