CLI Documentation
Rauts CLI
Use Rauts CLI to authenticate, scan your backend, and sync endpoint docs to your dashboard in minutes.
Step 01
Install
npm install -g rauts-cli
Install the CLI globally so the `rauts` command works from any folder.
Step 02
Login
rauts login
Starts browser authentication and stores your local CLI session.
Step 03
Scan
rauts scan
Scans the current project, enriches endpoint metadata, and syncs to dashboard.
Step 04
Local Proxy
rauts local
Starts the local proxy to safely forward and test localhost playground requests from the cloud dashboard.
Extra commands
Check version
rauts --versionScan a specific folder
rauts scan ./services/apiExport HTML docs file
rauts scan --export