https://github.com/zilliztech/zilliz-cli
The official command-line tool for Zilliz Cloud — manage clusters, collections, and vector data directly from your terminal.
https://github.com/zilliztech/zilliz-cli
Last synced: 3 months ago
JSON representation
The official command-line tool for Zilliz Cloud — manage clusters, collections, and vector data directly from your terminal.
- Host: GitHub
- URL: https://github.com/zilliztech/zilliz-cli
- Owner: zilliztech
- License: apache-2.0
- Created: 2026-04-03T02:32:05.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-04-03T06:13:35.000Z (3 months ago)
- Last Synced: 2026-04-03T18:22:01.649Z (3 months ago)
- Language: Shell
- Homepage: https://docs.zilliz.com/reference/cli/overview
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zilliz CLI
The official command-line tool for [Zilliz Cloud](https://zilliz.com) — manage clusters, collections, and vector data directly from your terminal.
## Installation
### macOS / Linux
```bash
curl -fsSL https://raw.githubusercontent.com/zilliztech/zilliz-cli/master/install.sh | bash
```
### Windows (PowerShell)
```powershell
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](https://docs.zilliz.com/reference/cli/overview).
## Related Tools
- [Zilliz Plugin](https://github.com/zilliztech/zilliz-plugin)
- [Zilliz Skill](https://github.com/zilliztech/zilliz-skill)
- [Milvus Skill](https://github.com/zilliztech/milvus-skill)
## License
[Apache-2.0](LICENSE)