Developer tools

CLI reference

Core `agenomic` commands for local release, replay, diff, and cloud publishing.

Run a pipeline

agenomic run executes a workflow definition, captures trace events, and writes an agent.lock file for repeatable comparison.

bash
agenomic run pipeline.yaml --bundle out/bundle
agenomic diff baseline.agent.lock candidate.agent.lock

Publish to cloud

When connected to Agenomic Cloud, the CLI uploads signed bundles to the registry for review and replay.

bash
agenomic cloud login
agenomic cloud push-agent out/bundle
CLI reference - Agenomic