List registered clusters argocd
Show all clusters managed by ArgoCD
argocd cluster list
more argocd
all 27 commands →
Set image override
argocd app set myapp --kustomize-image myapp=myregistry/myapp:v1.2.3
Pause auto-sync
argocd app set myapp --sync-policy none
View application resources
argocd app resources myapp
Watch sync status
argocd app wait myapp --sync --health --timeout 120
Create project with RBAC
argocd proj create myproject --description 'Production apps' --dest 'https://kubernetes.default.svc,prod' --src 'https://github.com/org/*'