dagu

Define and run complex workflows and DAGs from YAML configuration files

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight and powerful workflow engine

Commands

dagu

Examples

run a workflow from a yaml file$ dagu start path/to/workflow.yaml
check status of a running workflow$ dagu status workflow-name
view web ui dashboard for workflows$ dagu server
execute a workflow and wait for completion$ dagu run path/to/workflow.yaml
list all defined workflows$ dagu list