cli-v0.1.2
Vapi CLI v0.1.2
Welcome to the v0.1.2 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.2/cli_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv vapi /usr/local/binChangelog
Features
- 7162076 feat: replace fake docs with live vapi documentation api
Full Changelog: v0.1.1...v0.1.2
Built with ❤️ by the Vapi team