github.com/argoproj/argo-cd@v1.8.7/docs/operator-manual/server-commands/argocd-server_version.md (about) 1 ## argocd-server version 2 3 Print version information 4 5 ### Synopsis 6 7 Print version information 8 9 ``` 10 argocd-server version [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for version 17 --short print just the version number 18 ``` 19 20 ### Options inherited from parent commands 21 22 ``` 23 --as string Username to impersonate for the operation 24 --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. 25 --certificate-authority string Path to a cert file for the certificate authority 26 --client-certificate string Path to a client certificate file for TLS 27 --client-key string Path to a client key file for TLS 28 --cluster string The name of the kubeconfig cluster to use 29 --context string The name of the kubeconfig context to use 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 --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") 35 --server string The address and port of the Kubernetes API server 36 --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. 37 --token string Bearer token for authentication to the API server 38 --user string The name of the kubeconfig user to use 39 --username string Username for basic authentication to the API server 40 ``` 41 42 ### SEE ALSO 43 44 * [argocd-server](argocd-server.md) - Run the ArgoCD API server 45