JAIPilot CLI

Install and run JAIPilot from your terminal

Install Command

curl -fsSL https://jaipilot.com/install.sh | sh

Quick Start

What is JAIPilot CLI for?

JAIPilot CLI gives you a terminal-first workflow for Java test verification and backend-assisted test generation. It works well with coding agents and local repository checks.

Which commands should I start with?

Start with jaipilot verify. For generation flows, use jaipilot login, then jaipilot generate or jaipilot fix.

Does it replace the IntelliJ plugin?

No. The CLI complements the IntelliJ plugin. Use the plugin for one-click IDE generation and the CLI for terminal workflows, verification, and agent loops.