Skip to content

cli-v0.2.1

Latest
Compare
Choose a tag to compare
@nikhilro nikhilro released this 18 Aug 18:17

Vapi CLI v0.2.1

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

Changelog

Features

  • 8777529 feat(auth): improve account management and deduplication
  • d549f3d feat: authentication de-dupe and email capture

Bug fixes

  • f6a66bc fix: aggregate email and label params in CLI auth callback

Others

  • 428a4bd Merge pull request #3 from VapiAI/lukatmyshu-patch-1
  • 635ed7c Merge pull request #4 from VapiAI/lukatmyshu-patch-2
  • ae84da3 Merge pull request #7 from VapiAI/dependabot/npm_and_yarn/mcp-docs-server/npm_and_yarn-e04d5d616f
  • af98d95 Update install.ps1
  • e16fc27 Update install.sh to fix issues w/ man
  • 23f719b build(deps): bump form-data

Full Changelog: v0.2.0...v0.2.1


Built with ❤️ by the Vapi team