cli-v0.1.0
Vapi CLI v0.1.0
Welcome to the v0.1.0 release of Vapi CLI!
Installation
Universal Install Script (Recommended)
curl -sSL https://vapi.ai/install.sh | bashPackage Managers
# npm
npm install -g @vapi-ai/cli
# Homebrew (macOS/Linux)
brew tap VapiAI/homebrew-tap && brew install vapi-cli
# Scoop (Windows)
scoop bucket add vapi https://github.com/VapiAI/scoop-bucket && scoop install vapi-cliDocker
docker run -it ghcr.io/vapiai/cli:latest --helpManual Download
curl -sSL https://github.com/VapiAI/cli/releases/download/v0.1.0/cli_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv vapi /usr/local/binChangelog
Features
- 2fd5f0f feat: docs mcp server, vapi mcp command
Bug fixes
- 3607ef0 fix: npm publish pipeline
Others
- 8de4c16 🚀 Release v0.1.0: Add MCP integration for IDE expert mode
Full Changelog: v0.0.8...v0.1.0
Built with ❤️ by the Vapi team