You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
where params_string can be either passed as command line argument to the curl wrapper shell script.
We can have a generalized script with dagname, params_string, action and IP address in it.
Another advantage is we need to specify only dagname. Not the full path.
yohamta
changed the title
Add Support for Piping Input to Start a DAG
cmd: Add Support for Piping Input to Start a DAG
Dec 29, 2024
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:
The text was updated successfully, but these errors were encountered: