Skip to main content

cleya edit

Deterministic scene edits — refinement as code, not deliberation. One op (or an array) applied to a scene FILE: center a layer, set-text, recolor, retime (shift beats), resize, move, swap-motion. Validates before writing (an edit can never leave a broken scene); --verify probe-renders and runs align+contrast so the change arrives measured. Layer ids: see the scene file or cleya starters knobs.

cleya edit --scene draft.scene.json --op '{"op":"center","layer":"subhead","axis":"x"}' --verify --brand brand.json

Options

FlagWhat it does
--sceneScene file to editrequired · string
--opEditOp JSON (or array, or a file path): {op, layer, ...params}required · string
--outputWrite the edited scene here instead of in placestring
--verifyProbe-render + align/contrast after the edit (report-only)boolean
--brandBrand for the verify render when the scene uses $palette tokensstring

Category: edit — transform existing media

Generated from the toolkit

Generated from cleya capabilities, the toolkit's own manifest, so it cannot drift. Run cleya edit --help for the same information in your terminal.