Skip to main content
Version: 2.0.0

tdk plan logs

Show logs of one of the plan's workers; when several ran, pick one from

the listing.

tdk plan logs \
--plan pln-3f9a2b \
--file data.csv \
--format table
FlagTypeRequiredDescription
--planstringRequiredID of the plan 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.