bash
| Property | Value |
|---|---|
| Module id | bash |
| Tools | run |
bash.run
| Param | Required | Notes |
|---|---|---|
command | yes | Shell command line |
timeout_seconds | no | Kill process tree on expiry; 0 = module default |
input | no | Stdin text |
pty | no | Run 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).
tools:
modules:
bash: {}