nakacli

Build Status

CLI Client for Nakadi

Install

macOS

bash brew install amrhassan/macosapps/nakacli

Ubuntu

bash snap install --edge nakacli

Arch Linux

bash yaourt -S nakacli-bin # Or substitute with your favorite AUR helper

Other Platforms

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.

Features

``` user$ nakacli --help CLI Client for Nakadi

USAGE: nakacli [OPTIONS]

FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: --oauth2-token OAuth2 token value --url scheme://hostname:[port] of the Nakadi server

SUBCOMMANDS: help Prints this message or the help of the given subcommand(s) metrics Gets monitoring metrics ```