Skip to content

oore status

Show instance state.
With a valid session token, also includes queue/build/runner operational details.

Synopsis

bash
oore status [--daemon-url <url>] [--token <session_token>] [--json]

Flags

FlagEnv varDescription
--daemon-urlOORE_DAEMON_URLDaemon URL (defaults to config file, then http://127.0.0.1:8787)
--tokenOORE_SESSION_TOKENSession token for authenticated details (falls back to config file)
--jsonEmit machine-readable summary

Output modes

Unauthenticated (no token)

Always includes setup summary:

  • daemon URL
  • instance id
  • setup state
  • runtime mode
  • setup in-progress/complete

Authenticated (valid token)

Adds:

  • queue depth (status=queued)
  • active build count (queued + running)
  • recent builds (latest 5)
  • runner inventory

Examples

bash
# setup-only summary
oore status

# authenticated details
oore status --token <session_token>

# JSON output for automation
oore status --json

Self-hosted mobile CI, built for Flutter.