From 99539347594c033af638e1d31aa74ce5d8b386e0 Mon Sep 17 00:00:00 2001 From: Jesse Suen Date: Wed, 11 Mar 2026 18:06:53 -0700 Subject: [PATCH] docs: add Kargo's usage of expr Signed-off-by: Jesse Suen --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fed955d7..b6ea2271 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ func main() { * [SOLO](https://solo.one) uses Expr interally to allow dynamic code execution with custom defined functions. * [Naoma.AI](https://www.naoma.ai) uses Expr as a part of its call scoring engine. * [GlassFlow.dev](https://github.com/glassflow/clickhouse-etl) uses Expr to do realtime data transformation in ETL pipelines +* [Kargo](https://kargo.io/) uses Expr to evaluate and manipulate variables dynamically during [promotion steps](https://docs.kargo.io/user-guide/reference-docs/expressions/) [Add your company too](https://github.com/expr-lang/expr/edit/master/README.md)