Skip to main content
Version: 2.0.0

tdk worker logs

Show the logs of a worker.

tdk worker logs \
--worker wkr-5e21f0 \
--file data.csv \
--format table
FlagTypeRequiredDescription
--workerstringRequiredID of the worker whose logs to show.
--filestringOptionalPath of the file where the logs will be saved, or '-' to write them to stdout. Any folders provided before the file must already exist.
-o, --formattable | json | yamlOptionalOutput format. Defaults to table.