From 19e41cf081df9bf9dde5cffa0090e718c3fdc8af Mon Sep 17 00:00:00 2001 From: Dmitry Shurupov Date: Sat, 18 Jul 2020 04:48:45 +0700 Subject: [PATCH] Adding werf to projects using cobra (#1163) 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 33a2bf0e0..0300a812a 100644 --- a/projects_using_cobra.md +++ b/projects_using_cobra.md @@ -25,3 +25,4 @@ - [Prototool](https://github.com/uber/prototool) - [Rclone](https://rclone.org/) - [Skaffold](https://skaffold.dev/) +- [Werf](https://werf.io/)