1.1.2 • Published 5 years ago
wait-for-url-cli v1.1.2
wait-for-url-cli
Small CLI helper utility to wait for a url to be up
Installation
$ npm install [-g] [--save] wait-for-url-cliUsage
$ wait-for-url [options]| arguments | description |
|---|---|
| --url (required) | url to perform GET requests against |
| --retries | number of times to retry request (default: 60) |
| --delay | delay between retries in milliseconds (default: 1000) |
Test
$ npm testAuthor
- Ryan Mottley <ligerzero459@gmail.com>