Skip to content

cli-v0.0.6

Choose a tag to compare

@nikhilro nikhilro released this 01 Jul 07:36
· 48 commits to main since this release

Vapi CLI v0.0.6

Welcome to the v0.0.6 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.0.6/cli_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv vapi /usr/local/bin

Changelog

Features

  • 07cdca3 feat: add secure Slack notifications for releases

Bug fixes

  • 5f13c1a fix: homebrew installation guide
  • d4ba22e fix: update homebrew tap to use VapiAI organization

Others

Full Changelog: v0.0.5...v0.0.6


Built with ❤️ by the Vapi team