Skip to main content

Install via NPM

You can install the Apollo AI CLI globally using npm:
npm install -g @apollo-ai/cli

Verify Installation

After installation, verify that the CLI is working correctly:
apollo --version
You should see the current version number, e.g., 1.0.17.

Upgrade

To upgrade to the latest version:
npm install -g @apollo-ai/cli@latest