github.com/argoproj/argo-cd/v2@v2.10.9/docs/operator-manual/server-commands/argocd-server_version.md (about) 1 # `argocd-server version` Command Reference 2 3 ## argocd-server version 4 5 Print version information 6 7 ``` 8 argocd-server version [flags] 9 ``` 10 11 ### Options 12 13 ``` 14 -h, --help help for version 15 --short print just the version number 16 ``` 17 18 ### Options inherited from parent commands 19 20 ``` 21 --as string Username to impersonate for the operation 22 --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. 23 --as-uid string UID to impersonate for the operation 24 --certificate-authority string Path to a cert file for the certificate authority 25 --client-certificate string Path to a client certificate file for TLS 26 --client-key string Path to a client key file for TLS 27 --cluster string The name of the kubeconfig cluster to use 28 --context string The name of the kubeconfig context to use 29 --disable-compression If true, opt-out of response compression for all requests to the server 30 --insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure 31 --kubeconfig string Path to a kube config. Only required if out-of-cluster 32 -n, --namespace string If present, the namespace scope for this CLI request 33 --password string Password for basic authentication to the API server 34 --proxy-url string If provided, this URL will be used to connect via proxy 35 --request-timeout string The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0") 36 --server string The address and port of the Kubernetes API server 37 --tls-server-name string If provided, this name will be used to validate server certificate. If this is not provided, hostname used to contact the server is used. 38 --token string Bearer token for authentication to the API server 39 --user string The name of the kubeconfig user to use 40 --username string Username for basic authentication to the API server 41 ``` 42 43 ### SEE ALSO 44 45 * [argocd-server](argocd-server.md) - Run the ArgoCD API server 46