An open API service indexing awesome lists of open source software.

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.

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)