Command Overview
beacon ci validate checks that the runtime log exists, parses as Beacon JSONL, and contains at least the required number of matching harness events.
Command syntax
Flags
| Flag | Description |
|---|---|
--harness <harness> | Required harness to validate. Defaults to claude |
--log-path <path> | CI runtime JSONL log path. Defaults to $RUNNER_TEMP/beacon/runtime.jsonl or the system temp path |
--json | Print validation results as JSON |
--min-events <count> | Minimum matching events required. Defaults to 1 |
Examples
Validate the default CI artifact path:Validate the default CI artifact path
Validate a custom runtime log
Require at least three Claude events
Print machine-readable validation results
Related
beacon ci
Review CI artifact paths and command group behavior.
beacon ci exec
Run a single command with ephemeral CI telemetry.
beacon ci finish
Stop and validate a detached telemetry session.

