argocd
Installation
SKILL.md
Argo CD
Use this skill to manage GitOps deployments with Argo CD declaratively and safely.
Quick Start
- Run
argocd app listto see all applications and their sync status. - Run
argocd app diff <name>before any sync to preview what will change. - Use
argocd app sync <name>to trigger a deployment. - Check
argocd app get <name>for health and sync state after deploying.
Intent Router
resources/install-and-setup.md— install argocd CLI, login, env vars, initial setupresources/command-cookbook.md— argocd app list/get/create/sync/diff/history/rollback commandsresources/application-management.md— Application CRD, sync policies, waves, hooks, health statusresources/rbac-and-projects.md— AppProject CRD, RBAC policies, SSO, multi-tenancy