cmd: Add Support for Piping Input to Start a DAG
Open
- Dominant language
- Go
- Stars
- 4k
- Forks
- 332
- Avg merge
- 19h 9m
- Merged PRs (30d)
- 137
Description
Enable Dagu to accept input via standard input (`stdin`) when starting a workflow. This feature will enhance usability by allowing users to pass parameters dynamically using shell pipelines.
Example Usage:
```
echo "parameter" | dagu start workflow_name
```
Contributor guide
Assessment
This issue has not been assessed yet.