Documentation Index
Fetch the complete documentation index at: https://docs.unideploy.in/llms.txt
Use this file to discover all available pages before exploring further.
Usage
What it does
unideploy init starts an interactive scanning session for your local project. Unlike unideploy scan, which scans a remote GitHub repository by URL, init runs the agent pipeline on the files in your current working directory.
When you run unideploy init:
- The CLI creates a session and receives a 6-digit session code.
- The session code is displayed in a box in your terminal.
- Open the dashboard at unideploy.vercel.app/connect and enter the code.
- The browser and CLI connect via WebSocket.
- Findings are streamed to both your terminal and the browser dashboard in real time.
Example session
When to use init vs scan
unideploy init | unideploy scan | |
|---|---|---|
| Source | Local files | GitHub URL |
| Output | Terminal + browser dashboard | Terminal |
| Private repos | Yes (local) | Requires repo access |
| CI/CD | Not suitable | Recommended |