/asdf-kcl

asdf/rtx plugin for twmb/kcl kafka cli tool

Primary LanguageShellApache License 2.0Apache-2.0

asdf-kcl

kcl plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar.

Install

Plugin:

asdf plugin add kcl https://github.com/erkiesken/asdf-kcl.git

kcl:

# Show all installable versions
asdf list-all kcl

# Install specific version
asdf install kcl latest

# Set a version globally (on your ~/.tool-versions file)
asdf global kcl latest

# Now kcl commands are available
kcl myconfig list
kcl admin topic list

Check asdf readme for more instructions on how to install & manage versions.

License

See LICENSE © Erki Esken