healthscript-cli

Crates.iohealthscript-cli
lib.rshealthscript-cli
version1.0.0
sourcesrc
created_at2024-07-06 01:31:40.677312
updated_at2024-07-06 01:31:40.677312
descriptionCLI for healthscript, a simple DSL for checking the health of a service using HTTP, TCP, ICMP (ping), and more.
homepage
repositoryhttps://github.com/rhombusgg/healthscript
max_upload_size
id1293663
size171,827
Mark Bundschuh (mbund)

documentation

README

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

Commit count: 27

cargo fmt