Recipes
Concrete, end-to-end scenarios you can run with the dodil scriptum CLI. Each
recipe states a goal, when to use it, the commands in order, and a verification
checklist. They assume you have the dodil CLI installed and authenticated —
see Install the CLIÂ and the
CLI Guide.
Scriptum runs in the cloud: you author a script, publish an immutable version, and run it as a durable, resumable thread — there is nothing to host or schedule yourself.
The recipes
- Authoring to Publish — create a script, iterate on the draft, validate behavior, and publish a stable version.
- Run, Observe & Retrieve — execute a published version, watch progress live, and pull back complete outputs (including large, streamed payloads).
- Human-in-the-Loop Resume — detect an
askpause, collect operator input, and resume the thread. - Env Promotion & Rollback — promote environment values and versions across environments, with a fast rollback path.
- Debugging a Failed Thread — triage a failed or stuck thread, gather evidence, and ship a fix.
See also
- CLI Guide — every command these recipes use.
- Scriptum Language — the
.scriptumsyntax in the snippets. - API Reference — for the API-only steps (resume, overlays).
- Core Concepts — script / draft / version / thread model.