Skip to main content

bash

PropertyValue
Module idbash
Toolsrun

bash.run

ParamRequiredNotes
commandyesShell command line
timeout_secondsnoKill process tree on expiry; 0 = module default
inputnoStdin text
ptynoRun in a PTY when needed (docker -it, ssh, ...)

Long-running servers / watchers must use background_run, not a foreground bash.run (freezes the turn until timeout).

yaml
tools:
modules:
bash: {}