Skip to content

cli-v0.2.0

Choose a tag to compare

@nikhilro nikhilro released this 08 Jul 04:48
· 10 commits to main since this release

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

  • c8bb9b4 Fix linting issues preventing releases
  • a8d6f56 🔖 Bump version to 0.2.0

Full Changelog: v0.1.9...v0.2.0


Built with ❤️ by the Vapi team