Predefined Commands Manual System Execute
Run in background Send
@if (stdout.length > 0 || stderr.length > 0 || loading) { Latest output @if (!loading) { @if (stdout.length > 0) { Output
@for (line of stdout; track line) {
                        {{ line }}
}
} @if (stderr.length > 0) { Error
@for (line of stderr; track line) {
                        {{ line }}
}
} }
} @if (commandLogs.length > 0) { Last commands Timeout Run in background Command @for (l of commandLogs; track l) { {{ l.params.timeoutSeconds }} {{ l.params.runInBackground }} {{ l.params.command }} Repeat } }