jetbrains-space-infra/Argo CD Diff Action
Run argocd app diff for apps-in-app manifests and output a markdown report
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| argocd-version | Argo CD CLI version to use (e.g., v3.0.12) | no | v3.0.12 |
| server | Argo CD server address | yes | — |
| token | Argo CD auth token | yes | — |
| argocd_diff_flags | Extra flags for `argocd app diff` (e.g., --grpc-web --refresh) | no | "" |
| app_glob | Glob to find Application manifests | no | **/*.application.yaml |
| only_changed | If true, diff only manifests changed vs BASE_REF | no | false |
| base_ref | Git base ref used when only-changed=true | no | origin/main |
Outputs
| name | description |
|---|---|
| result | Markdown-formatted Argo CD diff result |
| filename | Generated diff-summary markdown filename |