From 09e281d2a42b98c4262f110016a931de5a6953bd Mon Sep 17 00:00:00 2001 From: Dmitry Shurupov Date: Mon, 13 Jul 2020 15:50:02 +0700 Subject: [PATCH] Adding werf to projects using cobra werf is a CI/CD & GitOps tool. Cobra is used in [werf's CLI](https://github.com/werf/werf/blob/master/cmd/werf/main.go). --- projects_using_cobra.md | 1 + 1 file changed, 1 insertion(+) diff --git a/projects_using_cobra.md b/projects_using_cobra.md index de450338..c6f5531f 100644 --- a/projects_using_cobra.md +++ b/projects_using_cobra.md @@ -24,3 +24,4 @@ - [Prototool](https://github.com/uber/prototool) - [Rclone](https://rclone.org/) - [Skaffold](https://skaffold.dev/) +- [Werf](https://werf.io/)