setup
Installation
SKILL.md
Prerequisites
Before running any zilliz-cli command, verify the following in order:
- CLI installed and up to date? Run
curl -fsSL https://raw.githubusercontent.com/zilliztech/zilliz-cli/master/install.sh | bashto ensure the latest version is installed. - Logged in? Run
zilliz auth status. If not logged in, guide through login (see below). - Context set? (Only for data-plane operations) Run
zilliz context current. If no context, guide through context setup.
Commands Reference
Install / Upgrade CLI
curl -fsSL https://raw.githubusercontent.com/zilliztech/zilliz-cli/master/install.sh | bash
Verify installation: