Overlord CLI is the command-line interface for launching AI agents on tickets from any environment. Current stable version is 0.2606041635.0. Released irregularly as part of the Overlord monorepo. Key differentiators: supports multiple AI connectors (Claude, Codex, Cursor, Antigravity), provides a unified protocol for ticket lifecycle management, and includes setup/authentication workflows. Requires Node.js >= 20. ESM-only, no CommonJS. CLI commands are available via `ovld` or `overlord`.
npm install overlord-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the CLI globally, sets the Overlord URL, authenticates with an API key, creates a ticket with the Codex agent, and logs out.
Replace any usage of 'gemini' connector with 'antigravity'.
Use --organization-id for actions against a specific org, or rely on ticket_id (contains org id).
Be aware of environment variable changes; use absolute paths if needed.
npm install -g overlord-cli or npx overlord-cli <command>
Run ovld auth login with a valid token (use --token or set OVERLORD_API_KEY).