Docs target current release v0.7.0.v0.7.1 is under review

tine show

Terminal
tine show a3f8c1d2
tine show ./artifacts/research.tine

What it renders

The header contains short run ID, model, step count, aggregate cost, and status. Steps include cost or duration when nonzero. Fork provenance and budget state appear when present.

Machine-readable output

Terminal
tine show research.tine --json

Introduced in v0.5, --json emits exactly one object containing command, the resolved path, a run summary, and the ordered steps. A missing or unreadable run prevents a result, so the command prints a human-readable error and exits nonzero instead of emitting partial JSON.

Reference resolution

A direct path is loaded as given. Otherwise the CLI resolves exact filenames, then unique filename and loaded-run-ID prefixes. Ambiguous or missing references fail.

Pair with verification

Terminal
tine verify research.tine
tine show research.tine
tine cost research.tine

show is inspection, not authenticity verification.