Oore CI
ReferenceCLI

`oore status`

Inspect backend reachability, public setup status, and authenticated runtime details.

oore status [--daemon-url <URL>] [--token <TOKEN>] [--json]
OptionMeaning
--daemon-urlBackend URL; otherwise uses environment, CLI config, then loopback
--tokenSession token for authenticated details
--jsonPrint a structured status summary

The command always requests public setup status. When a valid token is available, it also reports:

  • queued build count
  • active build count (queued plus running)
  • the five most recent builds
  • registered runners

Without a token, those authenticated fields are omitted. This is not an error; it remains useful as a reachability and setup-readiness check.

Human output names the access result as this device, identity provider, or trusted access proxy. Local Only suggests oore login. Remote access directs you to the web UI because interactive CLI sign-in is not available in this release. Use oore login --token only to import an existing session.

An invalid explicit --token makes the command fail. If only the stored token is invalid or expired, Oore prints a warning and continues with public status.

oore status
oore status --daemon-url https://ci.example.com --json

JSON output contains daemon_url, setup_status, authenticated, queue_depth, active_builds, recent_builds, and runners. Nullable fields are null when the request is unauthenticated.