https://github.com/leighmcculloch/tcpwait
Wait for TCP ports to be open.
https://github.com/leighmcculloch/tcpwait
Last synced: 2 months ago
JSON representation
Wait for TCP ports to be open.
- Host: GitHub
- URL: https://github.com/leighmcculloch/tcpwait
- Owner: leighmcculloch
- License: mit
- Created: 2021-11-23T18:09:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-18T05:44:24.000Z (over 3 years ago)
- Last Synced: 2024-10-11T15:40:57.806Z (8 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wait
Wait for TCP ports to be open.
Useful for starting services that need their dependencies to be available first.
## Install
```
go install 4d63.com/wait@latest
```## Usage
```
wait -a 8080 -a postgres:5432 -t 1m
```