github.com/argoproj/argo-cd@v1.8.7/docs/user-guide/commands/argocd.md (about) 1 ## argocd 2 3 argocd controls a Argo CD server 4 5 ### Synopsis 6 7 argocd controls a Argo CD server 8 9 ``` 10 argocd [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 --auth-token string Authentication token 17 --client-crt string Client certificate file 18 --client-crt-key string Client certificate key file 19 --config string Path to Argo CD config (default "/home/user/.argocd/config") 20 --grpc-web Enables gRPC-web protocol. Useful if Argo CD server is behind proxy which does not support HTTP2. 21 --grpc-web-root-path string Enables gRPC-web protocol. Useful if Argo CD server is behind proxy which does not support HTTP2. Set web root. 22 -H, --header strings Sets additional header to all requests made by Argo CD CLI. (Can be repeated multiple times to add multiple headers, also supports comma separated headers) 23 -h, --help help for argocd 24 --insecure Skip server certificate and domain verification 25 --logformat string Set the logging format. One of: text|json (default "text") 26 --loglevel string Set the logging level. One of: debug|info|warn|error (default "info") 27 --plaintext Disable TLS 28 --port-forward Connect to a random argocd-server port using port forwarding 29 --port-forward-namespace string Namespace name which should be used for port forwarding 30 --server string Argo CD server address 31 --server-crt string Server certificate file 32 ``` 33 34 ### SEE ALSO 35 36 * [argocd account](argocd_account.md) - Manage account settings 37 * [argocd app](argocd_app.md) - Manage applications 38 * [argocd cert](argocd_cert.md) - Manage repository certificates and SSH known hosts entries 39 * [argocd cluster](argocd_cluster.md) - Manage cluster credentials 40 * [argocd completion](argocd_completion.md) - output shell completion code for the specified shell (bash or zsh) 41 * [argocd context](argocd_context.md) - Switch between contexts 42 * [argocd gpg](argocd_gpg.md) - Manage GPG keys used for signature verification 43 * [argocd login](argocd_login.md) - Log in to Argo CD 44 * [argocd logout](argocd_logout.md) - Log out from Argo CD 45 * [argocd proj](argocd_proj.md) - Manage projects 46 * [argocd relogin](argocd_relogin.md) - Refresh an expired authenticate token 47 * [argocd repo](argocd_repo.md) - Manage repository connection parameters 48 * [argocd repocreds](argocd_repocreds.md) - Manage repository connection parameters 49 * [argocd version](argocd_version.md) - Print version information 50