stella CLI — Observability Guide

Audience: operators and on-call engineers who pull service health, traces, and logs from the terminal, including in sealed/air-gapped environments.

The stella obs commands surface StellaOps telemetry — service health, distributed traces, and logs — as deterministic, machine-readable output suitable for scripting and incident response. The CLI forwards what the API returns; it does not redact server-side.

Commands

Flags

Output & exit codes

Determinism & privacy

Offline/air-gap

Examples

# Fetch logs for the last hour in NDJSON
stella obs logs --from "2025-11-25T01:00:00Z" --to "2025-11-25T02:00:00Z" --output ndjson

# Retrieve a trace and pretty print spans
stella obs trace 4f2c8d1c-3b1e-4a7f-9e4a-1f4c560d8e2a --output json | jq '.spans[0]'