Skip to main content
Version: 2.0.0

tdk fnrun logs

Show logs of one of the function run's workers; when several ran (retries),

pick one from the listing.

tdk fnrun logs \
--fnrun fnr-27ac91 \
--file data.csv \
--format table
FlagTypeRequiredDescription
--fnrunstringRequiredID of the function run 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.