Skip to content

cli-v0.0.5

Choose a tag to compare

@nikhilro nikhilro released this 01 Jul 07:28
· 52 commits to main since this release

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 | bash

Package 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-cli

Docker

docker run -it ghcr.io/vapiai/cli:latest --help

Manual 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/bin

Changelog

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