Add session watch
command like gh run watch
#395
Labels
comp:cli
Related to CLI component
effort:easy
Need to understand only a specific region of codes (good first issue, easy).
Milestone
For better CLI scriptability, let's add
backend.ai session watch
command to let it display the event stream of the target session and terminates with a proper exit code (e.g., 0 for task-success and 1 for others for batch-type sessions) when it finishes.We could implement this feature entirely in the client-side, using the existing codebase of
backend.ai events
.Reference: https://cli.github.com/manual/gh_run_watch
The text was updated successfully, but these errors were encountered: