·
3 commits
to master
since this release
Added
zilliz quickstartguided 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 | shWindows (PowerShell):
irm https://github.com/zilliztech/zilliz-cli/releases/latest/download/install.ps1 | iexPlatform 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 |