CLI

The rngo CLI manages application config, runs simulations and streams the data into systems.

The source code be found here: https://github.com/rngodev/cli

Installation

You can install the rngo CLI on macOS and Linux using Homebrew:

brew install rngodev/tap/cli

Otherwise, you can pull down a precompiled binary from https://github.com/rngodev/cli/releases/latest

Additionally, Rust users can build from source via:

cargo install rngo-cli

Most commands interact with the API, so you'll need run the login command before doing anything else