Oore CI
ReferenceCLI

`oore doctor`

Check required host tools, the managed runner, and selected platform toolchains.

oore doctor checks the host used for Direct macOS builds.

oore doctor [--platform <PLATFORM>]... [--all] [--json]
OptionMeaning
--platform androidInclude Android toolchain checks
--platform iosInclude iOS and Apple signing checks
--platform macosInclude macOS and Apple signing checks
--allCheck Android, iOS, and macOS
--jsonEmit a structured report

The base report checks Git, Oore-managed Flutter/FVM readiness, and the managed runner service. Platform options add Android SDK or Xcode/signing checks.

Each check has one status:

StatusMeaning
okThe required capability is available
warningAn optional capability is missing or needs attention
missingA selected required capability is missing
skippedThe corresponding platform was not selected

The command succeeds when no check is missing. Warnings do not make the command fail. JSON output includes checks, missing_count, and warning_count; each check contains name, status, and optional detail and install_hint fields.

oore doctor --platform android --platform ios
oore doctor --all --json

Run the command on the runner host, not on a separate UI-only Linux host.