ProjectOperations CLI · 2026
CubeAPM CLI
Command-line investigation of distributed traces, PromQL metrics and LogsQL logs in CubeAPM. A single Go binary for incident work without leaving the terminal.
- Go
- CubeAPM API
- PromQL
- LogsQL
Operations CLI · Project
Overview
CubeAPM CLI brings production telemetry into the terminal and agent workspace.

One Investigation Surface
Incident response often means jumping among traces, charts, and log explorers. This CLI gives all three signals one command model, so an investigation can move from a slow trace to the related PromQL metric or LogsQL query without changing tools.
Signal Coverage
The trace commands support search, waterfall and tree views, service dependencies, and Graphviz output. Metrics use PromQL, while logs support search, streams, fields, and statistics through LogsQL. The result is broad observability coverage without trying to recreate a dashboard in the terminal.
Made for Automation
Every command can return a readable table or structured JSON and YAML. That makes the same interface useful for a person debugging interactively, a shell script collecting evidence, or an agent that needs predictable output instead of browser automation.
Portable Operations
Profiles keep server and port settings separate for different CubeAPM environments. Prebuilt binaries cover macOS, Linux, and Windows on both amd64 and arm64, and the CLI includes an update path for keeping local installations current.
Next projectOperations CLI