go-retry
go-retry copied to clipboard
A retry command by golang on CLI.
Results
2
go-retry issues
Sort by
recently updated
recently updated
newest added
E.g. `retry --for 60s` or `retry --timeout 60s`.
This prevents usage in pipelines: retry aws s3 cp "s3://..." - | gunzip | ... and with output capture: SOMEVAR=$(retry something-that-produces-output)