Skip to content

cli-v0.1.2

Choose a tag to compare

@nikhilro nikhilro released this 02 Jul 04:30
· 36 commits to main since this release

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