browse
argocd/

Argo CD CLI

Akuity / CNCF

Declarative 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
FlagTypeDescription
--serverstringArgo CD server address
--auth-tokenstringAuthentication token
--grpc-webbooleanUse gRPC-web protocol for communication
-oenum [json, yaml, wide]Output format

03Authentication
Methods
access-tokensso
Env vars
ARGOCD_AUTH_TOKENARGOCD_SERVER
Setupargocd login <server>

04Install
brew install argocd
Download binary →

05Capabilities
Reference
binaryargocd
checkargocd version --client
authaccess-token, sso
formatstext, yaml, wide
json flag-o json
version3.3.3