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 would like to use the latch CLI to poll/wait for a lunched workflow completes.
Describe the solution you'd like
latch watch <execution-id> command that waits for the execution to complete.
Could return an exit code of zero on success and non-zero on failure. Or zero always and a JSON blob (etc) of status.
Bonus points if there's a --logs option where it prints to stdout/stderr (or to file) the logs of each job (or something like it).
Describe alternatives you've considered
latch get-executions, but it's interactive and cannot query the status of an execution
Additional context
Consider wanting to run an integration test via a CI (GitHub actions). Using the latch CLI is super convenient if there was an automated way to register (exists), launch a workflow (exists), and wait and monitor the workflow (does not exist).
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like to use the
latch
CLI to poll/wait for a lunched workflow completes.Describe the solution you'd like
latch watch <execution-id>
command that waits for the execution to complete.Could return an exit code of zero on success and non-zero on failure. Or zero always and a JSON blob (etc) of status.
Bonus points if there's a
--logs
option where it prints to stdout/stderr (or to file) the logs of each job (or something like it).Describe alternatives you've considered
latch get-executions
, but it's interactive and cannot query the status of an executionAdditional context
Consider wanting to run an integration test via a CI (GitHub actions). Using the
latch
CLI is super convenient if there was an automated way to register (exists), launch a workflow (exists), and wait and monitor the workflow (does not exist).The text was updated successfully, but these errors were encountered: