From 25978779c84c0089d5bd1bd474bbd50e8cae69f3 Mon Sep 17 00:00:00 2001 From: Andreas Weber Date: Mon, 5 Dec 2022 03:28:23 +0100 Subject: [PATCH] feat: add kafkactl (#716) --- README.md | 1 + plugins/kafkactl | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/kafkactl diff --git a/README.md b/README.md index c6234bc..11ff342 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | k6 | [grimoh/asdf-k6](https://github.com/grimoh/asdf-k6) | [![GitHub Actions Status](https://github.com/grimoh/asdf-k6/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/grimoh/asdf-k6/actions) | | k9s | [looztra/asdf-k9s](https://github.com/looztra/asdf-k9s) | [![Build Status](https://travis-ci.org/looztra/asdf-k9s.svg?branch=master)](https://travis-ci.org/looztra/asdf-k9s) | | kafka | [ueisele/asdf-kafka](https://github.com/ueisele/asdf-kafka) | [![Build Status](https://github.com/ueisele/asdf-kafka/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/ueisele/asdf-kafka) | +| kafkactl | [anweber/asdf-kafkactl](https://github.com/anweber/asdf-kafkactl) | [![Build Status](https://github.com/anweber/asdf-kafkactl/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/anweber/asdf-kafkactl) | | kapp | [vmware-tanzu/asdf-carvel](https://github.com/vmware-tanzu/asdf-carvel) | [![Build Status](https://github.com/vmware-tanzu/asdf-carvel/workflows/test-all/badge.svg)](https://github.com/vmware-tanzu/asdf-carvel/actions) | | kbld | [vmware-tanzu/asdf-carvel](https://github.com/vmware-tanzu/asdf-carvel) | [![Build Status](https://github.com/vmware-tanzu/asdf-carvel/workflows/test-all/badge.svg)](https://github.com/vmware-tanzu/asdf-carvel/actions) | | kcat | [douglasdgoulart/asdf-kcat](https://github.com/douglasdgoulart/asdf-kcat) | [![Build Status](https://github.com/douglasdgoulart/asdf-kcat/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/douglasdgoulart/asdf-kcat/actions) | diff --git a/plugins/kafkactl b/plugins/kafkactl new file mode 100644 index 0000000..5e3d22c --- /dev/null +++ b/plugins/kafkactl @@ -0,0 +1 @@ +repository = https://github.com/anweber/asdf-kafkactl.git