From c39b2448701e54f84884a9e0cb8f818124cf9f01 Mon Sep 17 00:00:00 2001 From: Ian Wahbe Date: Wed, 8 Jun 2022 12:46:00 -0700 Subject: [PATCH 1/2] Add Pulumi as a project using cobra --- projects_using_cobra.md | 1 + 1 file changed, 1 insertion(+) diff --git a/projects_using_cobra.md b/projects_using_cobra.md index 4ac87d3cc..e3611b74e 100644 --- a/projects_using_cobra.md +++ b/projects_using_cobra.md @@ -42,6 +42,7 @@ - [ProjectAtomic (enterprise)](https://www.projectatomic.io/) - [Prototool](https://github.com/uber/prototool) - [QRcp](https://github.com/claudiodangelis/qrcp) +- [Pulumi](https://www.pulumi.com) - [Random](https://github.com/erdaltsksn/random) - [Rclone](https://rclone.org/) - [Scaleway CLI](https://github.com/scaleway/scaleway-cli) From 41d4296fbaea92abf3701e8f44d730d21826e7a6 Mon Sep 17 00:00:00 2001 From: Ian Wahbe Date: Wed, 8 Jun 2022 12:51:48 -0700 Subject: [PATCH 2/2] Fix order --- projects_using_cobra.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects_using_cobra.md b/projects_using_cobra.md index e3611b74e..ac680118e 100644 --- a/projects_using_cobra.md +++ b/projects_using_cobra.md @@ -41,8 +41,8 @@ - [Pouch](https://github.com/alibaba/pouch) - [ProjectAtomic (enterprise)](https://www.projectatomic.io/) - [Prototool](https://github.com/uber/prototool) -- [QRcp](https://github.com/claudiodangelis/qrcp) - [Pulumi](https://www.pulumi.com) +- [QRcp](https://github.com/claudiodangelis/qrcp) - [Random](https://github.com/erdaltsksn/random) - [Rclone](https://rclone.org/) - [Scaleway CLI](https://github.com/scaleway/scaleway-cli)