From 845141a4d4967f8bfe7bde8170de96e91bce93ac Mon Sep 17 00:00:00 2001 From: Ivan Annovazzi Date: Thu, 26 Feb 2026 10:24:59 +0300 Subject: [PATCH 1/2] Add KeyEnv to DevOps & Infrastructure section KeyEnv is a CLI-first secrets manager replacing .env files with encrypted, team-shared environment variables. https://keyenv.com/ Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 88e1a50..82324d8 100644 --- a/readme.md +++ b/readme.md @@ -83,6 +83,7 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome). * [Jenkins](https://www.jenkins.io/) - Open-source automation server. * [Ansible](https://www.ansible.com/) - Configuration management and automation tool. * [DeployHQ](https://www.deployhq.com/) - Modern, web-based deployment platform. +* [KeyEnv](https://keyenv.com/) - CLI-first secrets manager replacing .env files with encrypted, team-shared environment variables. * [Buildstash](https://buildstash.com/) - Binary and release management platform for built software. ## APIs & Backends From 29843517bcac6beac1d7116bb6ca9205006d0ee6 Mon Sep 17 00:00:00 2001 From: Ivan Annovazzi Date: Fri, 27 Feb 2026 00:28:40 +0300 Subject: [PATCH 2/2] fix: correct URL from https://keyenv.com/ to https://keyenv.dev --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 82324d8..260035d 100644 --- a/readme.md +++ b/readme.md @@ -83,7 +83,7 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome). * [Jenkins](https://www.jenkins.io/) - Open-source automation server. * [Ansible](https://www.ansible.com/) - Configuration management and automation tool. * [DeployHQ](https://www.deployhq.com/) - Modern, web-based deployment platform. -* [KeyEnv](https://keyenv.com/) - CLI-first secrets manager replacing .env files with encrypted, team-shared environment variables. +* [KeyEnv](https://keyenv.dev) - CLI-first secrets manager replacing .env files with encrypted, team-shared environment variables. * [Buildstash](https://buildstash.com/) - Binary and release management platform for built software. ## APIs & Backends @@ -163,4 +163,3 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome). --- PRs welcome! -