You are looking at the docs for an older version (v0.8.5). The latest version is main.
Interactive attribute
By default, the logs of a task are prefixed with the task name. This does not work well for interactive tasks which usually require complete control over the terminal.
If you want to run a task interactively, you can set the interactive
attribute to true
.
### configure
interactive: true