Task Info#
Usage#
hyper-shell
task
info
[-h]
ID
[--json | --stdout | --stderr | --x FIELD]
Description#
Get metadata and/or task outputs.
Query for the full metadata on task by ID.
Extract a specific field using -x
/--extract
.
Alternatively, dump the captured standard output or errors from the finished task (if captured). These files are written on the client host and synced with SFTP if necessary.
Arguments#
- ID
Unique task UUID.
Options#
--json
Format metadata output as JSON.
-x
/--extract
FIELDPrint this field only (e.g.,
-x submit_time
).--stdout
Print <stdout> of task if captured, fetch from client if necessary.
--stderr
Print <stderr> of task if captured, fetch from client if necessary.