Skip to content

cli-v0.1.3

Compare
Choose a tag to compare
@nikhilro nikhilro released this 03 Jul 02:30
· 31 commits to main since this release

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

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