Installation
Usage
Wait for a file to exist
Wait for a HTTP Resource to respond
Wait for a Socket to be available using TCP Protocol
License
This project is licensed under the MIT license and the Apache License 2.0.
cargo install wait-on
wait-on file /path/to/file
wait-on http GET https://example.com
wait-on tcp -i 127.0.0.1 -p 8080
This project is licensed under the MIT license and the Apache License 2.0.