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/rgateRun without install
npx @rgate_io/rgate scan https://www.rgate.io --wait --jsonCommands
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 cursorAgent 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.