wait-for-it.sh

Pure bash script to test and wait on the availability of a TCP host and port

Usage no npm install needed!

<script type="module">
  import waitForItSh from 'https://cdn.skypack.dev/wait-for-it.sh';
</script>

README

Wait-for-it.sh

A simple NPM wrapper for wait-for-it.sh, which is a pure bash script that will wait on the availability of a host and TCP port. See that repo's Readme for further usage info.

Getting Started

npm install -g wait-for-it.sh

wait-for-it host:port [-s] [-t timeout] [-- command args]

License

MIT © Jason Maurer