Workflows
End-to-end flows driven by the CLI. Workflows coordinate workers, pipelines, and services to deliver a complete task (init → build → watch/test → publish). They are orchestration only; low-level logic lives in engine components.
What They Are
- Thin coordinators that call workers and services in a defined order.
- Source of truth for user-visible behavior, exit codes, and logs.
- Deterministic: same inputs produce the same outputs.
- Composable: some workflows run others (e.g.,
watchrunsbuildthentest).
See also: Engine internals — engine
Workflow Docs
- Init — init
- Build — build
- Enable — enable
- Watch — watch
- Test — test
- Publish — publish
- Generators — add-page, add-route, add-job, add-test