mirror of
https://github.com/thegeeklab/wait-for.git
synced 2024-11-25 05:40:40 +00:00
update readme
This commit is contained in:
parent
b4ab35f3be
commit
71def01f9d
10
README.md
10
README.md
@ -10,9 +10,14 @@ When using this tool, you only need to pick the `wait-for` file as part of your
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```Shell
|
```Shell
|
||||||
$ ./wait-for host:port [-t timeout] [-- command args]
|
$ wait-for --help
|
||||||
|
usage: wait-for host:port [-t timeout] [-- command args]
|
||||||
|
|
||||||
|
Synchronize services like docker containers and wait for readiness.
|
||||||
|
|
||||||
|
optional arguments:
|
||||||
-q | --quiet Do not output any status messages
|
-q | --quiet Do not output any status messages
|
||||||
-t TIMEOUT | --timeout=timeout Timeout in seconds, zero for no timeout
|
-t WAITFOR_TIMEOUT | --timeout=timeout Timeout in seconds, zero for no timeout
|
||||||
-- COMMAND ARGS Execute command with args after the test finishes
|
-- COMMAND ARGS Execute command with args after the test finishes
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -27,7 +32,6 @@ To check if [eficode.com](https://eficode.com) is available:
|
|||||||
```Shell
|
```Shell
|
||||||
$ ./wait-for www.eficode.com:80 -- echo "Eficode site is up"
|
$ ./wait-for www.eficode.com:80 -- echo "Eficode site is up"
|
||||||
|
|
||||||
Connection to www.eficode.com port 80 [tcp/http] succeeded!
|
|
||||||
Eficode site is up
|
Eficode site is up
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user