causet doctor
causet doctor is a lightweight local diagnostic shipped with the CLI.
Usage
causet doctor
causet doctor --jsonChecks (shipped)
| Check | What it validates |
|---|---|
| CLI version | Installed causet version |
| Compiler binary | Native compiler resolves on your machine |
| CLI config | ~/.causet/config.json |
| Auth token | Skipped for local context; required when targeting Cloud |
| Platform / application / fork context | Effective CLI context |
| Project config | .causet/causet.yaml when present |
| Environment | local, sandbox, or prod |
| Realtime service reachable | Realtime HTTP (local default http://localhost:8081) |
| Realtime local SSE auth | Local open SSE probe when applicable |
| API reachable | Management API (CAUSET_API_URL, local default http://localhost:8085) |
causet doctor does not check the query service. Query the query container directly at http://localhost:8082/actuator/health, or run causet query … (which routes through the management API).