Skip to main content

RGate CLI

RGate CLI for agents, CI, and release checks.

The CLI makes RGate scriptable for automated testing of web applications and public websites.

Install

npm install -g @rgate_io/rgate

Run without install

npx @rgate_io/rgate scan https://www.rgate.io --wait --json

Commands

npx @rgate_io/rgate scan https://www.rgate.io --wait --json
rgate scan https://www.rgate.io --wait --json
rgate get <scanId>
rgate fix-plan <scanId> --format markdown
rgate export <scanId> --template cursor

Agent handoff

The default CLI output now explains locked reports directly: open the report URL, complete checkout, then poll the same scan ID again. Use --json for the raw agent-readable API response.

    RGate CLI | RGate