You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to retrieve all the task logs for a workflow, or the log for a specific task or tasks for a workflow.
Describe the solution you'd like
latch logs <execution-id> <task-id> retrieves the log for the given task and workflow execution to stdout
latch logs <execution-id> retrieves all the log for the given workflow execution to stdout
have a --dump <directory> option that dumps the logs to a directory, one file per-task
Describe alternatives you've considered latch get-executions, but it's interactive
Additional context
I want to use these commands as part of an automated process (i.e. cannot require user input).
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I want to retrieve all the task logs for a workflow, or the log for a specific task or tasks for a workflow.
Describe the solution you'd like
latch logs <execution-id> <task-id>
retrieves the log for the given task and workflow execution to stdoutlatch logs <execution-id>
retrieves all the log for the given workflow execution to stdout--dump <directory>
option that dumps the logs to a directory, one file per-taskDescribe alternatives you've considered
latch get-executions
, but it's interactiveAdditional context
I want to use these commands as part of an automated process (i.e. cannot require user input).
The text was updated successfully, but these errors were encountered: