Skip to content

Implement possibility to follow job log in arcctl (aka tail -f approach)

Andrii Salnikov requested to merge andrii/arc:arcctl-job-log-follow into master

Now you can nicely monitor the job log progressing in the tail -f manner from arcctl CLI, e.g.:

arcctl job log gMyNDmOu3RtnjwO5upha6lOqABFKDmABFKDmDYMKDmscFKDmHgUHVo --follow

Useful for testing and live demos.

Merge request reports