0.92.0 • Published 3 years ago

wait-for-it.js v0.92.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

wait-for-it.js

Zero dependency of the wait-for-it.sh script.

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

    -h=HOST | --host=HOST Host or IP under test
    -p=PORT | --port=PORT TCP port under test
Alternatively, you specify the host and port as host:port

    -s | --strict Only execute subcommand if the test succeeds
    -q | --quiet Don't output any status messages
    -t=TIMEOUT | --timeout=TIMEOUT
	    Timeout in seconds, zero for no timeout

    -z=SLEEP | --sleep=SLEEP
        Sleeping time in seconds, zero for no sleep. Defaults to 10 seconds

    -r=RETRY_COUNT | --retry=RETRY_COUNT Amount of retries before fail.
    Defaults to 10
-- COMMAND ARGS Execute command with args after the test finishes
0.92.0

3 years ago

0.91.0

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.0.0

3 years ago

1.0.0

3 years ago