Retry utility for executing commands with automatic retry logic
CLI for retrying fallible commands
attempt
$ attempt -n 5 curl https://api.example.com
$ attempt -n 3 -d 2s npm test
$ attempt -n 10 -d 1s ./deploy.sh