refresh-application
Refresh an Argo CD application to reconcile its configuration from the Git source. Hard mode clears cache for a full sync.
Instructions
Refresh an application (reconcile from Git). Use mode=hard to invalidate cache. Allowed when ARGOCD_ALLOW_REFRESH=true (default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Refresh mode. Default: hard | |
| name | Yes | Application name | |
| profile | No | Environment profile. Available: default. Default: default |