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
selectpromotescards/takes/NN-T.pngto the selected slotcards/NN.png(R-WS-1). Video (mp4) selection arrives with the card generator.setcopies an external file intocards/NN.<ext>— your own uploaded image or video, used as-is (no AI call, skips the text-leak screen since you own it).
Note:
cardsdispatches its verbs from arguments rather than cobra subcommands becauseselectis a Go reserved word (can't be a package name) — seePHASE-DECISIONS-LOG.md(Phase 1.5b).
See Workspaces and Providers.