tine show
Terminal
tine show a3f8c1d2
tine show ./artifacts/research.tineWhat 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 --jsonIntroduced 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.tineshow is inspection, not authenticity verification.