jeffbski / jeffbski/wait-on

Support waiting on multiple ports

Open
#129 5 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2k
Forks
87
PR merge metrics
No merged PRs in 30d

Description

Currently `wait-on` only allows for you to wait until one or more known services have started.

However the specific port that the service will be running on, isn't always known in advance, so I would like the ability to wait on a set of ports instead of a single port.

Example: Wait on port 7071 **OR** 7072.
```
wait-on tcp:7071,7072
```

Example: Wait on a port in the range 7071-7080
```
wait-on tcp:7071-7080
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.