3.3.2. version
Print version information of the CLI.
Command syntax
argocd version [flags]
Example: Print the full version of client and server to stdout:
$ argocd version
Example: Print only full version of the client, no connection to server will be made:
$ argocd version --client
Example: Print only full version of the server:
$ argocd version --server <server_url>
Example: Print the full version of client and server in JSON format:
$ argocd version -o json
Example: Print only client and server core version strings in YAML format:
$ argocd version --short -o yaml