cli-v0.1.6
Vapi CLI v0.1.6
Welcome to the v0.1.6 release of Vapi CLI!
Installation
Unix/Linux/macOS
curl -sSL https://vapi.ai/install.sh | bash
Windows
iex ((New-Object System.Net.WebClient).DownloadString('https://vapi.ai/install.ps1'))
Docker
docker run -it ghcr.io/vapiai/cli:latest --help
Manual Download
curl -sSL https://github.com/VapiAI/cli/releases/download/v0.1.6/cli_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv vapi /usr/local/bin
Changelog
Features
- 300bcf1 feat(man): add manual pages generation
- 2a5f797 feat: comprehensive manual page support and improved install scripts
Bug fixes
- 57d521e fix: docker build and improve mcp docs server with ai search
- a822f0d fix: update install script to use GitHub API and correct filename pattern
Full Changelog: v0.1.5...v0.1.6
Built with ❤️ by the Vapi team