1.0.16 • Published 2 years ago

kcmd v1.0.16

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

kcmd: a simple kafka admin tool

tests audit publish

Installation:

Running on-demand:

Using npx you can run the script without installing it first:

npx kcmd

Globally via npm

npm i -g kcmd

This will install kcmd globally so that it may be run from the command line anywhere.

Usage:

  _                             _ 
 | | __   ___   _ __ ___     __| |
 | |/ /  / __| | '_ ` _ \   / _` |
 |   <  | (__  | | | | | | | (_| |
 |_|\_\  \___| |_| |_| |_|  \__,_|
                                   
Usage: kcmd [global options] command

Options:
  -v, --version         output the current version
  -t, --topic <topic>   override selected topic
  -g, --group <group>   override selected group
  -c, --cluster <name>  override selected cluster by name
  -h, --help            display help for command

Commands:
  ls <type>             List clusters/brokers/topics/groups/groupsByTopic/topicsByGroup
  set <type> [value]    Set a kafka cluster/topic/group
  put <name> <brokers>  Add/Replace a kafka cluster by name
  delete <name>         Delete a kafka cluster by name
  offsets <type>        Get topic/group offsets and lag
  consumer              Consume messages of selected topic
  show [section]        Show selected options clusters/config/selected
  config                Update config
  metadata <type>       Get metadata of topic/groups
  help [command]        display help for command
1.0.16

2 years ago

1.0.9

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.15

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1-ALPHA

2 years ago

1.0.0

2 years ago