Skip to main content

Command Overview

beacon ci finish loads the state file from beacon ci start, stops the collector, validates the runtime log, and optionally uploads the completed JSONL artifact.
Command syntax
Run this command in an always() or equivalent cleanup step so Beacon can stop the detached collector even when earlier CI steps fail.

Flags

Examples

Stop and validate a detached session:
Stop and validate a detached session
Upload the completed CI runtime log to GCS:
Upload the completed CI runtime log to GCS

GitHub Actions Session

beacon ci

Review CI artifact paths and command group behavior.

beacon ci start

Start detached telemetry across workflow steps.

beacon ci validate

Validate an existing CI runtime log.