Platform View

Documentation is adapted for macOS.

Shell commands, launchd paths, and Apple runtime guidance

CLI Version Context

Installed CLI: 1.1.0 (latest compatibility profile)

Support Bundle

Capture a complete diagnostics artifact for support triage.

macos
OUT=~/Desktop/opta-support-$(date +%Y%m%d-%H%M%S).txt; { echo "# Opta Support Bundle"; echo "# Generated: $(date -u +%Y-%m-%dT%H:%M:%SZ)"; echo; opta doctor; echo; opta daemon status; echo; opta daemon logs --lines 200; echo; opta config list; } > "$OUT" && echo "Saved $OUT"
Support FAQ

Learn About

Deep workflow guides aligned to this documentation section.

Browse all Opta Learn guides

Service Cards

Service Cards summarize operational health for each critical service. Read them first during incidents, rollout checks, and daily reliability review.

Card Anatomy

A service card should give a fast answer to one question: can this service safely support current traffic and release activity?

Each card should include: service name, current state, key metrics, last update timestamp, impact scope, and clear ownership.

Service Card Shape
{
  "service": "opta-daemon",
  "state": "degraded",
  "lastUpdated": "2026-03-04T10:58:00+11:00",
  "signals": {
    "errorRatePct": 3.1,
    "p95LatencyMs": 790,
    "availabilityPct": 99.2
  },
  "impact": "CLI sessions intermittently fail to start",
  "owner": "runtime-platform"
}

Health States

  • Healthy -- metrics within normal thresholds, no active user impact.
  • Degraded -- service is running but with measurable reliability or performance risk.
  • Down -- unavailable or non-functional for normal workflows.
  • Unknown -- status source missing, stale, or inconsistent.

Triage Flow

  1. Check freshness first. If stale, re-validate before acting.
  2. Confirm whether impact is internal-only or user-facing.
  3. Compare metric trend with known baseline, not just current value.
  4. Escalate if degraded/down persists beyond your service SLO window.
StateDo NowDo Next
HealthyContinue planned rolloutMonitor trend drift
DegradedPause risky deploysAssign owner and mitigation ETA
DownDeclare incident, route traffic if possibleBegin restore + postmortem trail
UnknownCollect direct health checksFix observability gap

Update Discipline

Keep updates short, timestamped, and ownership-explicit. If a card changes state, include one concrete next step so readers can immediately continue work without re-triaging the same issue.

Use explicit time windows
Prefer exact timestamps and expected re-check windows over words like "soon" or "later". Actionable status requires precise timing.