| Crates.io | healthscript-cli |
| lib.rs | healthscript-cli |
| version | 1.0.0 |
| created_at | 2024-07-06 01:31:40.677312+00 |
| updated_at | 2024-07-06 01:31:40.677312+00 |
| description | CLI for healthscript, a simple DSL for checking the health of a service using HTTP, TCP, ICMP (ping), and more. |
| homepage | |
| repository | https://github.com/rhombusgg/healthscript |
| max_upload_size | |
| id | 1293663 |
| size | 171,827 |

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
Another way to use healthscript, without installing anything to your computer, is to generate badges for markdown. See it in the main healthscript repo