Skip to content

keryx cards

Manage per-card media for a reel workspace. Today the management verbs (select, set) are implemented; the generator (AI card illustrations from each card's scene, the contact-sheet text-leak screen) lands in Phase 1.5c.

keryx cards select <card> <take> --workspace <slug>   # promote a clean generated take
keryx cards set    <card> <file> --workspace <slug>   # use a pre-rendered image/video as-is
  • select promotes cards/takes/NN-T.png to the selected slot cards/NN.png (R-WS-1). Video (mp4) selection arrives with the card generator.
  • set copies an external file into cards/NN.<ext> — your own uploaded image or video, used as-is (no AI call, skips the text-leak screen since you own it).

Note: cards dispatches its verbs from arguments rather than cobra subcommands because select is a Go reserved word (can't be a package name) — see PHASE-DECISIONS-LOG.md (Phase 1.5b).

See Workspaces and Providers.