rekord
Search⌘K
1
// exporting

Exporting

One session, every format. Reach for rekord export with a --to target.

Formats at a glance

--tooutputuse it for
castsession.castfaithful, replayable recording
markdowndemo.mdREADMEs, tutorials, docs
jsonsession.jsonpipelines & tooling
scriptreplay.sha runnable shell script
gifdemo.gifembeds & chat
mp4demo.mp4release videos

Markdown

$ rekord export monocron-demo --to markdown -o demo.md
✓ wrote demo.md · 5 commands · 42 lines

GIF & video

Render the session to an animated GIF or MP4, complete with recorded timing. MP4 takes a --size preset (720p or 1080p).

$ rekord export monocron-demo --to gif -o docs/demo.gif
✓ rendered docs/demo.gif · 1.8 MB · 12s
▋ note

GIF/MP4 export needs agg installed (and ffmpeg for MP4). Run rekord doctor to check what's available.

Redacting on export

Pass --redact to strip secrets from any export, or --no-redact to override a config default. Your recorded source files are never modified — redaction only touches the generated output.

$ rekord export monocron-demo --to markdown --redact
✓ wrote demo.md · 2 secrets redacted