Releases: VapiAI/cli
cli-v0.2.0
Vapi CLI v0.2.0
Welcome to the v0.2.0 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.2.0/cli_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv vapi /usr/local/bin
Changelog
Others
Full Changelog: v0.1.9...v0.2.0
Built with ❤️ by the Vapi team
cli-v0.1.9
Vapi CLI v0.1.9
Welcome to the v0.1.9 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.9/cli_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv vapi /usr/local/bin
Changelog
Others
- 844c866 v0.1.9: MCP integration features and final polish
Full Changelog: v0.1.8...v0.1.9
Built with ❤️ by the Vapi team
cli-v0.1.8
Vapi CLI v0.1.8
Welcome to the v0.1.8 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.8/cli_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv vapi /usr/local/bin
Changelog
Others
- 9f8d44b v0.1.8: Automatic manual page installation on updates
Full Changelog: v0.1.7...v0.1.8
Built with ❤️ by the Vapi team
cli-v0.1.7
Vapi CLI v0.1.7
Welcome to the v0.1.7 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.7/cli_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv vapi /usr/local/bin
Changelog
Bug fixes
- 024117a fix: major mcp docs server improvements
Others
- 7cb7fee v0.1.7: Enhanced user experience and help system
Full Changelog: v0.1.6...v0.1.7
Built with ❤️ by the Vapi team
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
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
cli-v0.1.4
Vapi CLI v0.1.4
Welcome to the v0.1.4 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.4/cli_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv vapi /usr/local/bin
Changelog
Features
- 4e8592f feat: add powershell installer and simplify installation methods
- 45d5af5 feat: overhaul mcp server to return actual content instead of links
Bug fixes
- f5ba009 fix: improve auth status and multi-account management
Others
Full Changelog: v0.1.3...v0.1.4
Built with ❤️ by the Vapi team
cli-v0.1.3
Vapi CLI v0.1.3
Welcome to the v0.1.3 release of Vapi CLI!
Installation
Universal Install Script (Recommended)
curl -sSL https://vapi.ai/install.sh | bash
Package 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-cli
Docker
docker run -it ghcr.io/vapiai/cli:latest --help
Manual Download
curl -sSL https://github.com/VapiAI/cli/releases/download/v0.1.3/cli_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv vapi /usr/local/bin
Changelog
Features
- c81ca31 feat: auto sdk bumps
Bug fixes
- 1540314 fix: handle error returns in auth commands
Others
- 5dd1e6e Merge branch 'main' into feature/auto-sdk-bumps
- 56c8771 Update Go SDK to v0.9.0 and bump CLI version to 0.1.3
Full Changelog: v0.1.2...v0.1.3
Built with ❤️ by the Vapi team
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 | bash
Package 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-cli
Docker
docker run -it ghcr.io/vapiai/cli:latest --help
Manual 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/bin
Changelog
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
cli-v0.1.1
Vapi CLI v0.1.1
Welcome to the v0.1.1 release of Vapi CLI!
Installation
Universal Install Script (Recommended)
curl -sSL https://vapi.ai/install.sh | bash
Package 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-cli
Docker
docker run -it ghcr.io/vapiai/cli:latest --help
Manual Download
curl -sSL https://github.com/VapiAI/cli/releases/download/v0.1.1/cli_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv vapi /usr/local/bin
Changelog
Others
Full Changelog: v0.1.0...v0.1.1
Built with ❤️ by the Vapi team