You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Exit with error if `argocd diff` exits with failure (#39)
In the previous implementation, only exit code for `argocd diff` 2 was
being treated as error.
In addition to error codes 0, 1, and 2, `argocd diff` also throws
additional errors, which were being processed as successful.