Skip to content

Commit 22088b6

Browse files
authored
Update README.md
1 parent bfa4e28 commit 22088b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
This repo's purpose is to create a new docker image that combines the following projects:
44
* https://github.com/mikefarah/yq: a lightweight and portable command-line YAML processor
55
* https://github.com/devshawn/kafka-gitops: an Apache Kafka resources-as-code tool which allows you to automate the management of your Apache Kafka topics and ACLs from version controlled code. It allows you to define topics and services through the use of a desired state file, much like Terraform and other infrastructure-as-code tools.
6+
* https://github.com/cli/cli: is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.
67

78
## Why?
89

910
While `kafka-gitops` is a very powerful tool, daily used to manage about a 1000 kafka topics at SupplyStack, it lacks support to split the state file into different, smaller and more manageable files. This is where `yq` comes into the picture.
11+
The GitHub CLI can be used for PR decoration.
1012

1113
## Usage
1214

0 commit comments

Comments
 (0)