Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.14 KB

File metadata and controls

41 lines (26 loc) · 1.14 KB

Zilliz CLI

The official command-line tool for Zilliz Cloud — manage clusters, collections, and vector data directly from your terminal.

Installation

macOS / Linux

curl -fsSL https://zilliz.com/cli/install.sh | bash

# Alternate download address
curl -fsSL https://raw.githubusercontent.com/zilliztech/zilliz-cli/master/install.sh | bash

Windows (PowerShell)

irm https://zilliz.com/cli/install.ps1 | iex

# Alternate download address
irm https://raw.githubusercontent.com/zilliztech/zilliz-cli/master/install.ps1 | iex

Usage

To get started, run zilliz --help to see the available commands.

For more information, see the Zilliz CLI documentation.

Related Tools

License

Apache-2.0