Skip to content

Zilliz CLI v1.3.4

Latest

Choose a tag to compare

@zhanshuyou zhanshuyou released this 29 Apr 11:24
· 3 commits to master since this release

Added

  • zilliz quickstart guided onboarding command. Walks new users through
    authentication, organization/cluster context, a menu of common actions,
    and prints a context-aware cheatsheet of next-step commands. Supports
    --non-interactive (auto-detected when stdout is not a TTY) and
    --skip-login.
  • Welcome screen now points first-time users at zilliz quickstart.

Installation

macOS / Linux:

curl -fsSL https://github.com/zilliztech/zilliz-cli/releases/latest/download/install.sh | sh

Windows (PowerShell):

irm https://github.com/zilliztech/zilliz-cli/releases/latest/download/install.ps1 | iex

Platform Binaries

Platform Architecture Asset
Linux x86_64 zilliz-1.3.4-x86_64-unknown-linux-gnu.tar.gz
Linux aarch64 zilliz-1.3.4-aarch64-unknown-linux-gnu.tar.gz
macOS x86_64 zilliz-1.3.4-x86_64-apple-darwin.tar.gz
macOS aarch64 zilliz-1.3.4-aarch64-apple-darwin.tar.gz
Windows x86_64 zilliz-1.3.4-x86_64-pc-windows-msvc.zip