Skip to content

Releases: VapiAI/cli

cli-v0.1.1

02 Jul 03:43

Choose a tag to compare

Vapi CLI v0.1.1

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

Changelog

Others

  • 213bb59 �� Fix Homebrew tap configuration
  • eccc5a1 🚀 Release v0.1.1: Fix Homebrew tap distribution

Full Changelog: v0.1.0...v0.1.1


Built with ❤️ by the Vapi team

cli-v0.1.0

02 Jul 03:26

Choose a tag to compare

Vapi CLI v0.1.0

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

Changelog

Features

  • 2fd5f0f feat: docs mcp server, vapi mcp command

Bug fixes

  • 3607ef0 fix: npm publish pipeline

Others

  • 8de4c16 🚀 Release v0.1.0: Add MCP integration for IDE expert mode

Full Changelog: v0.0.8...v0.1.0


Built with ❤️ by the Vapi team

cli-v0.0.8

01 Jul 07:51

Choose a tag to compare

Vapi CLI v0.0.8

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

Changelog

Features

  • 49c3a2a feat: add privacy-first PostHog analytics

Full Changelog: v0.0.7...v0.0.8


Built with ❤️ by the Vapi team

cli-v0.0.7

01 Jul 07:39

Choose a tag to compare

Vapi CLI v0.0.7

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

Changelog

Bug fixes

  • 61359ee fix: resolve GoReleaser deprecation warnings

Full Changelog: v0.0.6...v0.0.7


Built with ❤️ by the Vapi team

cli-v0.0.6

01 Jul 07:36

Choose a tag to compare

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

cli-v0.0.5

01 Jul 07:28

Choose a tag to compare

Vapi CLI v0.0.5

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

Changelog

Features

  • 8b15416 feat: enable full multi-platform publishing

Bug fixes

  • 099dafd fix: add GitHub Container Registry authentication
  • f6a48a9 fix: correct asset names in npm install script
  • e5d49cf fix: incorrect version displayed in CLI banner
  • 7c5ea48 fix: resolve CI/CD permission errors and update documentation
  • 44929de fix: resolve Docker build failure in release pipeline

Full Changelog: v0.0.4...v0.0.5


Built with ❤️ by the Vapi team

cli-v0.0.4

01 Jul 06:30

Choose a tag to compare

Vapi CLI v0.0.4

Welcome to the v0.0.4 release of Vapi CLI!

Installation

macOS/Linux

curl -sSL https://github.com/VapiAI/cli/releases/download/v0.0.4/vapi_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv vapi /usr/local/bin

Windows

Download the Windows archive from the assets below and add to your PATH.

Homebrew (coming soon)

brew install vapi/tap/vapi-cli

Changelog

Features

  • f76393a feat: complete distribution setup for npm, homebrew, and scoop

Bug fixes

  • b0866fc fix: update npm package name to @vapi-ai/cli

Full Changelog: v0.0.3...v0.0.4


Built with ❤️ by the Vapi team

cli-v0.0.3

01 Jul 06:02

Choose a tag to compare

Vapi CLI v0.0.3

Welcome to the v0.0.3 release of Vapi CLI!

Installation

macOS/Linux

curl -sSL https://github.com/VapiAI/cli/releases/download/v0.0.3/vapi_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv vapi /usr/local/bin

Windows

Download the Windows archive from the assets below and add to your PATH.

Homebrew (coming soon)

brew install vapi/tap/vapi-cli

Changelog

Features

  • 26f1521 feat: add call update and end commands
  • ed780da feat: add chat management commands
  • 98e506d feat: add logs and debugging commands
  • 242a3f1 feat: add phone number management commands
  • d4264bf feat: add tool management commands
  • 15f2ea5 feat: add webhook forwarding with listen command
  • c83ed87 feat: add webhook management commands

Bug fixes

  • 9da7d7a fix: resolve all linting issues

Full Changelog: v0.0.2...v0.0.3


Built with ❤️ by the Vapi team

cli-v0.0.2

29 Jun 04:50

Choose a tag to compare

Vapi CLI v0.0.2

Welcome to the v0.0.2 release of Vapi CLI!

Installation

macOS/Linux

curl -sSL https://github.com/VapiAI/cli/releases/download/v0.0.2/vapi_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv vapi /usr/local/bin

Windows

Download the Windows archive from the assets below and add to your PATH.

Homebrew (coming soon)

brew install vapi/tap/vapi-cli

Changelog

Features

  • 63f4c97 feat: Add environment configuration system and fix version comparison

Full Changelog: v0.0.1...v0.0.2


Built with ❤️ by the Vapi team

cli-v0.0.1

25 Jun 06:41

Choose a tag to compare

Vapi CLI v0.0.1

Welcome to the v0.0.1 release of Vapi CLI!

Installation

macOS/Linux

curl -sSL https://github.com/VapiAI/cli/releases/download/v0.0.1/vapi_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv vapi /usr/local/bin

Windows

Download the Windows archive from the assets below and add to your PATH.

Homebrew (coming soon)

brew install vapi/tap/vapi-cli

Changelog

Features

  • 056ee3e feat(cli): initial commit
  • c799c10 feat: add campaign crud commands
  • 41411aa feat: add install and test release scripts
  • 49daa51 feat: add npm distribution wrapper
  • 8199982 feat: add version command and flags
  • 4ba42c2 feat: add workflow CRUD commands to CLI

Bug fixes

  • 6aa2bc9 fix(ci): resolve golangci-lint issue
  • 88c6b38 fix: add missing switch cases for exhaustive linter
  • 67a72cb fix: add proper error handling
  • 0e09d22 fix: correct misspellings (cancelled -> canceled)
  • 1b5230b fix: delete unnecessary gh action
  • 4e6b23d fix: file permissions for gosec compliance
  • 7678c24 fix: organize imports in call.go
  • 2269d52 fix: organize imports in login.go
  • e15d850 fix: replace deprecated io/ioutil with os
  • 895b150 fix: update directory permissions for security

Others

  • ac903f0 build: add docker support
  • d10f310 build: add gitignore for build artifacts
  • 467625d build: add goreleaser configuration
  • 2ad9f4b build: add makefile with build directory structure
  • 1196099 build: update makefile with version ldflags
  • d9174c8 ci: add release and npm publish workflows
  • cc7a9f9 ci: update action versions
  • 863c13c ci: use lts node version

Full Changelog: ...v0.0.1


Built with ❤️ by the Vapi team