1.0.6 • Published 2 years ago

hoch v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

HOCH

hoch is a simple utility to do uptime check on the given endpoint. While doing some upgrades to your servers or running some deployment pipelines, you might want to check if the endpoint is up and running. UP is a simple utility to do that. It continue to poll the endpoint and a simple asterisk would be shown for every response. The color code of asterisk would help you differentiate the response. At the end of run, it would show the summary of the response.

hoch

Installation

npm install -g hoch

Usage

hoch http://localhost:3000

Options

interval

Configure the interval between each poll. Unit is in seconds. Default is 1 second.

-i, --interval <interval>

method

Configure the method to use for the request. Default is GET.

-X, --method <method>

version

Show the version of the utility.

--version

License

hoch is made available under the terms of the MIT License. See LICENSE for details.

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago