healthscript-cli 1.0.0

CLI for healthscript, a simple DSL for checking the health of a service using HTTP, TCP, ICMP (ping), and more.
healthscript-cli-1.0.0 is not a library.

Healthscript CLI

error handling example on the cli

Healthscript is a simple DSL for checking the health of a service using HTTP, TCP, ICMP (ping), and more.

Install the CLI to run healthchecks locally, and iterate with error messages.

cargo install healthscript-cli
$ healthscript-cli --help
CLI for healthscript, a simple DSL for checking the health of a service using HTTP, TCP, ICMP (ping), and more.

Usage: healthscript-cli <SCRIPT>

Arguments:
  <SCRIPT>  Healthscript to execute

Options:
  -h, --help     Print help
  -V, --version  Print version

Badges

Another way to use healthscript, without installing anything to your computer, is to generate badges for markdown. See it in the main healthscript repo

healthcheck example