CLI v0.2.0
OpenViking CLI v0.2.0
Installation
Quick Install (macOS/Linux)
curl -fsSL https://raw.githubusercontent.com/volcengine/OpenViking/refs/tags/cli@0.2.0/crates/ov_cli/install.sh | bashManual Installation
Download the appropriate binary for your platform below, extract it, and add it to your PATH.
The CLI command is simply ov:
# After extraction
chmod +x ov # Unix only
mv ov /usr/local/bin/ # or any directory in your PATH
# Verify installation
ov --versionChecksums
SHA256 checksums are provided for each binary for verification.
Changes
See the commit history for details.