The official command-line tool for Zilliz Cloud — manage clusters, collections, and vector data directly from your terminal.
curl -fsSL https://zilliz.com/cli/install.sh | bash
# Alternate download address
curl -fsSL https://raw.githubusercontent.com/zilliztech/zilliz-cli/master/install.sh | bashirm https://zilliz.com/cli/install.ps1 | iex
# Alternate download address
irm https://raw.githubusercontent.com/zilliztech/zilliz-cli/master/install.ps1 | iexTo get started, run zilliz --help to see the available commands.
For more information, see the Zilliz CLI documentation.