GRID CLI
Use GRID from the command line for AI-assisted commands, project management, and automation. Install the CLI from the downloads page or GitHub releases.
Installation
Download standalone CLI binaries from our GitHub releases for Windows, macOS, or Linux. After downloading, add the folder containing the CLI to your system PATH so you can run it from any terminal.
You can also install via npm for easy updates: use the global install option from the downloads page, or run the CLI directly with npx if your environment supports it.
Verify Installation
After installation, open a terminal and run the version command to confirm the CLI is on your PATH. You should see the GRID CLI version. Run the help command to list available commands: auth (authenticate with GRID), run (AI-assisted commands), config (manage configuration), and help (show information).
Authentication
Connect the CLI to your GRID account to sync settings and access cloud features. Run the login command; your browser will open for authentication. Complete the flow and the CLI will be linked to your account.
Note: For CI/CD environments, use API keys instead. Generate one from your Dashboard Settings.
Next Steps
- Read the Key Features documentation
- Configure your AI Provider Keys
- Join our Discord Community