causet doctor

causet doctor is a lightweight local diagnostic shipped with the CLI.


Usage

causet doctor
causet doctor --json

Checks (shipped)

CheckWhat it validates
CLI versionInstalled causet version
Compiler binaryNative compiler resolves on your machine
CLI config~/.causet/config.json
Auth tokenSkipped for local context; required when targeting Cloud
Platform / application / fork contextEffective CLI context
Project config.causet/causet.yaml when present
Environmentlocal, sandbox, or prod
Realtime service reachableRealtime HTTP (local default http://localhost:8081)
Realtime local SSE authLocal open SSE probe when applicable
API reachableManagement 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).