kamilsk / retry

♻️ The most advanced interruptible mechanism to perform actions repetitively until successful.
https://pkg.go.dev/github.com/kamilsk/retry/v5
MIT License
340 stars 14 forks source link

add streaming #102

Closed kamilsk closed 5 years ago

kamilsk commented 6 years ago
retry --stream-to=12345 -- do command

retry starts listen 12345 TCP port to stream stdout/stderr of executed command to it.

kamilsk commented 6 years ago

can be useful https://blog.kowalczyk.info/article/wOYk/advanced-command-execution-in-go-with-osexec.html

kamilsk commented 6 years ago

some inspiration:

kamilsk commented 5 years ago

moved to https://github.com/kamilsk/retry.cli/issues/4