Show app diff vs cluster argocd
Show what would change if the app were synced now
argocd app diff myapp
more argocd
all 27 commands →
Rollback to previous version
argocd app rollback myapp 3
Create application from CLI
argocd app create myapp --repo https://github.com/org/repo --path k8s/prod --dest-server https://kubernetes.default.svc --dest-namespace default --sync-policy automated
Delete application (keep resources)
argocd app delete myapp --cascade=false
Add cluster to ArgoCD
argocd cluster add my-k8s-context
List registered clusters
argocd cluster list