From 9d0bdf44811b6b572c1de0b31cba12c229d1fb45 Mon Sep 17 00:00:00 2001
From: betegon
Date: Thu, 28 May 2026 16:39:58 +0200
Subject: [PATCH 1/3] docs(readme): add notice pointing to the new Sentry CLI
---
README.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/README.md b/README.md
index 15049321b0..df8bcf397c 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,11 @@
+> [!NOTE]
+> **A new Sentry CLI is in active development** and is planned to take over from this one.
+> It already supports several features from `sentry-cli` (including source maps), and is built from the ground up for AI-powered workflows — with built-in AI skills and first-class support for use by agents.
+> If that sounds like what you need, check it out: [cli.sentry.dev](https://cli.sentry.dev/).
+
# Sentry CLI
This is the repository for Sentry CLI, the official command line interface for Sentry.
From d82f9e7fd0b21b4418b64d47076f185e6fa4e45d Mon Sep 17 00:00:00 2001
From: betegon
Date: Thu, 28 May 2026 16:47:17 +0200
Subject: [PATCH 2/3] docs(readme): reassure existing users in new CLI notice
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index df8bcf397c..0ec4224841 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,9 @@
> [!NOTE]
-> **A new Sentry CLI is in active development** and is planned to take over from this one.
-> It already supports several features from `sentry-cli` (including source maps), and is built from the ground up for AI-powered workflows — with built-in AI skills and first-class support for use by agents.
-> If that sounds like what you need, check it out: [cli.sentry.dev](https://cli.sentry.dev/).
+> We're building a [new Sentry CLI](https://cli.sentry.dev/) with AI-powered workflows, built-in AI skills, and first-class support for use by agents. It already covers several `sentry-cli` features (including source maps) and is planned to become the next major version — the APIs are closely aligned, so migration will be smooth when the time comes.
+>
+> **If you're using `sentry-cli` in CI/CD pipelines today, you're in the right place — nothing is changing yet.** If you want AI capabilities or agent integration, give the new CLI a try.
# Sentry CLI
From c16a25ef1b57d6621c824a5102bbf7bcb12e6356 Mon Sep 17 00:00:00 2001
From: betegon
Date: Thu, 28 May 2026 16:48:20 +0200
Subject: [PATCH 3/3] docs(readme): add link to new CLI in closing line
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0ec4224841..03f435212f 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
> [!NOTE]
> We're building a [new Sentry CLI](https://cli.sentry.dev/) with AI-powered workflows, built-in AI skills, and first-class support for use by agents. It already covers several `sentry-cli` features (including source maps) and is planned to become the next major version — the APIs are closely aligned, so migration will be smooth when the time comes.
>
-> **If you're using `sentry-cli` in CI/CD pipelines today, you're in the right place — nothing is changing yet.** If you want AI capabilities or agent integration, give the new CLI a try.
+> **If you're using `sentry-cli` in CI/CD pipelines today, you're in the right place — nothing is changing yet.** If you want AI capabilities or agent integration, give the [new CLI](https://cli.sentry.dev/) a try.
# Sentry CLI