Skip to main content

Installation

The Invoke CLI is a powerful command-line interface for managing serverless functions, deployments, environment variables, and more.

Prerequisites

  • Node.js 24 or higher
  • npm or yarn
  • An Invoke account with API key

Installation

Via npm

npm install -g invoke-cli

Via yarn

yarn global add invoke-cli

From Source

git clone https://github.com/brian9206/invoke.git
cd invoke/invoke-cli
npm install
npm link

Verify Installation

Check that the CLI is installed correctly:

invoke --version

You should see the version number displayed.

Next Steps