From 17b6dca2ffaf6113cbd1cf433ec988fa7d63c6f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Barroso?= <ra.barroso@gmail.com> Date: Thu, 6 Feb 2025 21:35:25 +0100 Subject: [PATCH] doc: add Conduit (#2230) We recently added a CLI to a our Conduit project, and we use Cobra to power it. Here's a blog post mentioning it https://meroxa.com/blog/introducing-the-new-conduit-cli:-a-powerful-tool-for-managing-your-pipelines/ --- site/content/projects_using_cobra.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/projects_using_cobra.md b/site/content/projects_using_cobra.md index 34ae5a95..f9ad02a0 100644 --- a/site/content/projects_using_cobra.md +++ b/site/content/projects_using_cobra.md @@ -8,6 +8,7 @@ - [Cilium](https://cilium.io/) - [CloudQuery](https://github.com/cloudquery/cloudquery) - [CockroachDB](https://www.cockroachlabs.com/) +- [Conduit](https://github.com/conduitio/conduit) - [Constellation](https://github.com/edgelesssys/constellation) - [Cosmos SDK](https://github.com/cosmos/cosmos-sdk) - [Datree](https://github.com/datreeio/datree)