Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 740 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 740 Bytes

CLI: Quotas

cli:quotas:build

CLI to manage Kafka Quotas.

Install

Brew

Add tap:

brew tap jeqo/tap

Install kfk-quotas:

brew install kfk-quotas

Manual

Find the latest release at: https://github.com/jeqo/kafka-cli/releases

VERSION=0.1.0
wget https://github.com/jeqo/kafka-cli/releases/download/cli-quotas-v$VERSION/kfk-quotas-$VERSION-linux-x86_64.tar.gz
tar xf kfk-quotas-$VERSION-linux-x86_64.tar.gz
mv kfk-quotas-$VERSION-linux-x86_64/bin/kfk-quotas /usr/local/bin/.