Installation
The Invoke CLI is a powerful command-line interface for managing serverless functions, deployments, environment variables, and more.
Prerequisites
- An Invoke account with API key
Installation
Via npm
npm install -g invoke-cli
Via yarn
yarn global add invoke-cli
From Binary
The CLI is now ship as Bun compiled binary starting from v2.0.0. You may manually download CLI binary from GitHub Release page.
Verify Installation
Check that the CLI is installed correctly:
invoke --version
You should see the version number displayed.
Next Steps
- Configure the CLI with your API key
- Learn about Function Management
- Explore Execution Commands