Skip to content

Installation

Install the Nimbus CLI using your package manager of choice.

brew install nimbus-cli
curl -fsSL https://nimbus.example.com/install.sh | sh
npm install -g @nimbus/cli

Verify the install:

nimbus --version

Minimum version

Nimbus CLI requires Node.js 18+ if installed via npm. Older versions are not supported.

Authenticating the CLI

nimbus login --api-key YOUR_API_KEY

This stores your key in ~/.nimbus/credentials for use by future commands.