awsbout
Shows the output of a given job.
awsbout [-h] [-c
CLUSTER
] [-hdHEAD
] [-tTAIL
] [-s] [-spSTREAM_PERIOD
]job_id
Positional Arguments
job_id
-
Specifies the job ID.
Named Arguments
-c
CLUSTER
, --clusterCLUSTER
-
Indicates the cluster to use.
-hd
HEAD
, --headHEAD
-
Gets the first
HEAD
lines of the job output. -t
TAIL
, --tailTAIL
-
Gets the last <tail> lines of the job output.
-s, --stream
-
Gets the job output, and then waits for additional output to be produced. This argument can be used together with –tail to start from the latest <tail> lines of the job output.
Default: False
-sp
STREAM_PERIOD
, --stream-periodSTREAM_PERIOD
-
Sets the streaming period.
Default: 5