Support waiting on multiple ports
Open
- 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.