Skip to content

Check if a website is up or down with this command-line tool, written in Go using the Cobra CLI library

License

Notifications You must be signed in to change notification settings

colemujadzic/go-upordown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-upordown

Travis CI

Check if a website is up or down with this command-line tool, written in Go using the Cobra CLI library

Installation

Via Go

$ go get github.com/colemujadzic/go-upordown

Usage

$ go-upordown -h
go-upordown is a command-line tool written in Go, using the Cobra CLI library.

It makes it easy for anyone to figure out if a specified website is available or not.

Usage:
  go-upordown [command]

Available Commands:
  check       Check the status of a website
  help        Help about any command

Flags:
      --config string   config file (default is $HOME/.go-upordown.yaml)
  -h, --help            help for go-upordown
  -t, --toggle          Help message for toggle

Use "go-upordown [command] --help" for more information about a command.

About

Check if a website is up or down with this command-line tool, written in Go using the Cobra CLI library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published