browse
Download binary →
argocd/Argo CD CLI
Akuity / CNCFDeclarative GitOps continuous delivery tool for Kubernetes applications.
Containers & OrchestrationJSON
01Agent Notes
argocd manages GitOps deployments. `argocd app <action>` for application management. Use `-o json` for structured output. Must `argocd login <server>` first or set ARGOCD_AUTH_TOKEN. Key commands: `argocd app list`, `argocd app get <app>`, `argocd app sync <app>`, `argocd app create`. Use `--grpc-web` if behind a load balancer.
02Global Flags
| Flag | Type | Description |
|---|---|---|
--server | string | Argo CD server address |
--auth-token | string | Authentication token |
--grpc-web | boolean | Use gRPC-web protocol for communication |
-o | enum [json, yaml, wide] | Output format |
03Authentication
Methods
access-tokensso
Env vars
ARGOCD_AUTH_TOKENARGOCD_SERVERSetup
argocd login <server>04Install
brew install argocd05Capabilities
Reference
binary
argocdcheck
argocd version --clientauth
access-token, ssoformats
text, yaml, widejson flag
-o jsonversion
3.3.3