This script generates HTML-page from ArgoCD Diff output. You could find it useful for CI/CD by generating HTML-page and putting it to artifacts for future analysis.
To convert the output execute:
argocd app diff YOUR-APPLICATION --revision DESIRED-STATE --refresh | python3 format.py