Skip to content

ArgoCD Commands

Commands for managing the ArgoCD integration.

Contents

Command Description
status Show ArgoCD-reported sync/health status
sync Trigger ArgoCD sync for apps

Usage

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

Prerequisites

Requires ArgoCD to be deployed on the cluster and the argocd app group configured.

See Also