cli-v0.1.5
Vapi CLI v0.1.5
Welcome to the v0.1.5 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.5/cli_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv vapi /usr/local/bin
Changelog
Bug fixes
- 5d86a7c fix: update install script to not require sudo
Others
- cb25ee4 bump: version to 0.1.5
Full Changelog: v0.1.4...v0.1.5
Built with ❤️ by the Vapi team