/http-health-monitor-cli

The CLI written in GoLang to check the health of HTTP-based systems

Primary LanguageGoCreative Commons Zero v1.0 UniversalCC0-1.0


http health monitor cli

GitHub language count Repository size GitHub last commit Repository issues GitHub license


🚀 Techs

Http health monitor cli app was developed with these technologies

💻 Project

This project is being developed to learn the basics of the Go programming language. It is intended to learn about the Cobra package and other command-line interface (CLI) operations.

Execution preview

Healthy url

Success

Connection refused url

Connection refused

Help command

Help

💥 Installation

# clone this repo
$ git clone git@github.com:LucasPereiraMiranda/http-health-monitor-cli.git

# get dependencies in go module
$ go get


# compile main.go as http-health-monitor-cli with
$ go build -o http-health-monitor-cli main.go

# execute cli tool with
$ ./http-health-monitor-cli http://google.com.br