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
github_url is omitted, UniDeploy attempts to detect the remote URL from your local git configuration (git remote get-url origin).
Flags
| Flag | Description |
|---|---|
--ci | Exit with code 1 if any CRITICAL findings are found. Use in CI pipelines to gate merges. |
--json | Output results as structured JSON instead of a table. Pipe to jq or save to a file. |
--local | Point at localhost:8000 instead of the production API. Useful when running the backend locally. |
Exit codes
| Code | Meaning |
|---|---|
0 | Scan completed, no CRITICAL findings. |
1 | Scan completed, one or more CRITICAL findings present (only when --ci is used). |
2 | Scan failed — network error, authentication error, or API error. |
JSON output format
CI/CD example
--ci flag causes the job to fail (exit code 1) if CRITICAL findings are present, blocking the merge.