From 0435ecfdd03bc933420e99ac3685f5c23b90c4b9 Mon Sep 17 00:00:00 2001 From: betegon Date: Mon, 9 Feb 2026 21:02:01 +0100 Subject: [PATCH] docs(cli): add callout pointing to the new Sentry CLI People searching for "Sentry CLI" are landing on these sentry-cli docs when they actually want the new developer CLI at cli.sentry.dev. Adds an info alert to the CLI index page to redirect them. Co-Authored-By: Claude --- docs/cli/index.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/cli/index.mdx b/docs/cli/index.mdx index 04ef078fca840..01055f3370136 100644 --- a/docs/cli/index.mdx +++ b/docs/cli/index.mdx @@ -12,6 +12,12 @@ keywords: description: "Learn how to use the `sentry-cli` command line executable." --- + + +These docs cover `sentry-cli`, used in CI/CD pipelines and build processes. If you're looking for the interactive developer CLI with issue management, AI-powered analysis, and API access for humans and agents, check out the new [Sentry CLI](https://cli.sentry.dev/). + + + For certain actions, you can use the `sentry-cli` command line executable. It can connect to the Sentry API and manage some data for your projects. It’s primarily used for managing debug information files for iOS, Android as well as release and source maps management for other platforms.