Skip to content

Commit

Permalink
Add documentation for new intended feature
Browse files Browse the repository at this point in the history
  • Loading branch information
dnnrly committed Jun 19, 2022
1 parent 83d6c5f commit 3157554
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,20 @@ $ wait-for http://your-service-here:8080/health https://another-service/
```

### Waiting for gRPC services

```shell script
$ wait-for grpc-server:8092 other-grpc-server:9091
```

### Waiting for DNS changes

```shell script
$ wait-for dns:google.com
```

This will wait for the list of IP addresses bound to that DNS name to be
updated, regardless of order.

### Preconfiguring services to connect to

```shell script
Expand Down

0 comments on commit 3157554

Please sign in to comment.