version
This operation shows the version of the installed Zilliz CLI.
Description
Shows the installed Zilliz CLI version. The example also shows how to request JSON output with the global output option.
Synopsis
bash
zilliz version
Options
This command has no command-specific options.
Example
bash
zilliz version
# Example output
# zilliz 1.4.2
# The output format is a global CLI option. To get JSON output:
zilliz version -o json
# Example output
# {
# "version": "1.4.2"
# }
# If a newer CLI is available, upgrade guidance is written to stderr:
# Tips: A new version of zilliz (1.4.2) is available. Run `zilliz upgrade` to update.
Shell completion
Shell completion is configured automatically on first run and again after each upgrade. The CLI detects installed shells such as Bash, Zsh, Fish, Elvish, and PowerShell, registers completion for both zilliz and zz, and migrates setups created by the removed completion install command.