Running locally

The run command, common flags, and choosing a sink.

Running in Cloud? Cloud runs are launched from the console — see Launch & monitor runs.

Use tracemill run to execute a scenario or job and deliver its events to a sink.

The run command

tracemill run takes a scenario or job file and executes it, resolving state and streaming events until the workload completes.

Choosing a sink

Events go to stdout by default. Other destinations include raw TCP (--tcp-host), generic HTTP (--http-url), and S3 (--s3-bucket, with optional CloudTrail layout).

Overriding job state

--set key=value overrides a value in a job's state block at invocation time (repeatable). See the CLI reference for every command, flag, and environment variable.