CLI Client for Nakadi
bash
brew install amrhassan/macosapps/nakacli
bash
snap install --edge nakacli
bash
yaourt -S nakacli-bin # Or substitute with your favorite AUR helper
nakacli
compiles into a single binary with no extra runtime dependencies, so find the latest release in releases and run it however you run binaries on your operating system.
``` user$ nakacli --help CLI Client for Nakadi
USAGE:
nakacli [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
--oauth2-token
SUBCOMMANDS: help Prints this message or the help of the given subcommand(s) metrics Gets monitoring metrics ```