astu output

Alias: o, out

Displays tables of captured stdout/stderr/exitcode/error per task in a job.

Examples

Display all fields for all tasks in the last job

astu output
Output
TODO

Display all fields for an explicit target in the last job

astu output -T ssh://user@host
Output
TODO

Display all fields for all tasks where that field contains a string in the last job

astu output --contains=needle
Output
TODO

Display only stdout for all tasks in an explicit job

astu output stdout --job=746677e7-b6f9-458b-857e-aa6a8638e101
Output
TODO