Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.apolloai.lol/llms.txt

Use this file to discover all available pages before exploring further.

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