Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information