An open API service indexing awesome lists of open source software.

https://github.com/conduktor/homebrew-brew

The Official Conduktor Software Homebrew Tap
https://github.com/conduktor/homebrew-brew

Last synced: over 1 year ago
JSON representation

The Official Conduktor Software Homebrew Tap

Awesome Lists containing this project

README

          

# The Conduktor Homebrew Tap

This is a custom [Homebrew](https://brew.sh) tap for official Conduktor software: Conduktor CLI (and former Conduktor Desktop).

## Get Started

Add the custom tap in a MacOS terminal session using:

```
$ brew tap conduktor/brew
```

## Install Conduktor CLI

Conduktor CLI gives you the ability to perform some operations directly from your command line or a CI/CD pipeline.

Check the [reference](https://docs.conduktor.io/platform/reference/cli-reference/) documentation.

```bash
# For the first time
$ brew install conduktor-cli

# If you already installed it
$ brew update conduktor-cli
```

## Install Conduktor Desktop

This is our former Conduktor Desktop product (a Desktop Kafka UI):

```
$ brew install conduktor
```

## The Documentation

For more information, please reference the following documentation:

* [The Conduktor documentation](https://docs.conduktor.io/)

## Contact

If you're having issues with Conduktor please [contact us](https://www.conduktor.io/contact/).