Skip to main content

upgrade

This operation self-updates the CLI by checking the latest GitHub release and delegating to the official installer script for the host platform.

Description

Checks for the latest Zilliz CLI release and runs the official installer when an upgrade is available. Use --check to inspect availability without installing.

Synopsis

bash
zilliz upgrade
[--check]
[--yes]
[--force]

Options

  • --check (boolean) -

    Report only whether a newer version is available. Does not run the installer.

  • --yes (boolean) -

    Skip the confirmation prompt.

  • --force (boolean) -

    Re-run the installer even when already on the latest version.

Example

bash
# Check for updates without installing
zilliz upgrade --check

# Upgrade with confirmation prompt
zilliz upgrade

# Upgrade without prompt
zilliz upgrade --yes

# Force re-install
zilliz upgrade --force --yes
Minimum SDK versionv1.4.x
Ctrl I