gaal.yaml, checks that every source is reachable, verifies every MCP target is writable, and reports agent and telemetry status. Run it any time gaal is misbehaving, and as a CI gate.
Flags
| Flag | Default | Description |
|---|---|---|
--offline | off | Skip network reachability checks. |
--no-upsell | off | Suppress the Community Edition graduation message. |
Exit codes
| Code | Meaning |
|---|---|
0 | All checks passed. |
1 | Warnings only, gaal will function. |
2 | Errors, gaal cannot operate as configured. |
Sample output
CI usage
--offline is essential in air-gapped or rate-limited CI environments.