Mailer
Reference

CLI Reference

Workflow runner command reference.

go run ./cmd/mailer-workflow --file workflow.yaml [flags]
FlagRequiredDescription
--fileYesYAML or JSON workflow path.
--data-dirNoBase data directory for derived runtime paths.
--dry-runNoCompile only; do not execute.
--describeNoPrint compiled pipeline description.
--quietNoSuppress summary output.

Examples:

go run ./cmd/mailer-workflow --file examples/workflows/wordcount.yaml
go run ./cmd/mailer-workflow --file examples/workflows/order-totals.yaml --dry-run --describe
go run ./cmd/mailer-workflow --file workflow.yaml --data-dir ./data