sentry-cli

Manage Sentry resources via authenticated CLI commands with JSON output.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/LudoBermejoES/aleph --skill sentry-cli-ludobermejoes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-cli
Source: https://github.com/LudoBermejoES/aleph/tree/main/.claude/skills/sentry-cli
Command: npx skills add https://github.com/LudoBermejoES/aleph --skill sentry-cli-ludobermejoes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sentry CLI enables authenticated, scriptable management of Sentry resources from a command line interface, empowering quick visibility and control over issues, projects, releases, and events.

Core Features & Use Cases

  • Interact with issues, events, releases, projects, orgs, and repositories from the terminal.
  • Retrieve, list, view, create, update, and audit Sentry data using standard CLI patterns.
  • Access a REST-like API surface via sentry api for custom operations and automation.

Quick Start

Ask me to run a Sentry CLI command such as 'sentry issue list my-org/' to fetch issues.

Frequently Asked Questions about sentry-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list Sentry issues for a project from the command line?

To list Sentry issues from the command line, use the sentry-cli to execute a command like 'sentry issue list my-org/'. This provides authenticated, scriptable access to fetch issues, returning data directly in the terminal with JSON output.

Can I automate Sentry release management using a CLI?

Yes, you can automate Sentry release management using a CLI by executing scriptable commands. The sentry-cli allows you to create, update, and view releases and projects automatically, enabling quick visibility and control without manual web interface interaction.

Do I need to authenticate before running Sentry CLI commands?

Yes, you must authenticate before running Sentry CLI commands. The tool requires an authenticated session established via the 'sentry auth' command to securely access your organization's issues, events, and projects.

What is the best way to script custom Sentry API requests?

The best way to script custom Sentry API requests is using the 'sentry api' command. It exposes a REST-like API surface that allows you to perform custom operations and automation across organizations and projects with JSON output.

Does Sentry CLI work for auditing events and traces?

Yes, Sentry CLI works for auditing events and traces. It enables authenticated management of Sentry resources, allowing you to retrieve, list, view, and audit events and traces across your organizations and projects from the terminal.