cli-v0.0.5
Vapi CLI v0.0.5
Welcome to the v0.0.5 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 vapi/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.0.5/cli_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv vapi /usr/local/binChangelog
Features
- 8b15416 feat: enable full multi-platform publishing
Bug fixes
- 099dafd fix: add GitHub Container Registry authentication
- f6a48a9 fix: correct asset names in npm install script
- e5d49cf fix: incorrect version displayed in CLI banner
- 7c5ea48 fix: resolve CI/CD permission errors and update documentation
- 44929de fix: resolve Docker build failure in release pipeline
Full Changelog: v0.0.4...v0.0.5
Built with ❤️ by the Vapi team