The rngo CLI runs simulations, routes events and captures responses / logs / telemetry.
For full documentation, visit [https://rngo.dev/docs/cli](https://rngo.dev/docs/cli).
To build from source, run:
```bash
cargo install rngo-cli
```
You can also install using Homebrew on macOS and Linux:
```bash
brew install rngodev/tap/cli
```
Or download a binary for the [latest release](https://github.com/rngodev/rngo/releases/latest).