Skip to content

hydra argocd sync

Trigger ArgoCD sync for apps.

CLI help recording

Synopsis

hydra argocd sync <appId...>

Description

Triggers an ArgoCD reconciliation (sync) for the specified apps. This forces ArgoCD to pull the latest desired state from Git and apply it.

Examples

hydra argocd sync prod.cluster-infra.ingress-nginx
hydra argocd sync 'prod.demo.*'

See Also