sentry-cli

officialscriptableobservability
$ brew install getsentry/tools/sentry-cli
Summary

Releases, source maps, and issue debugging from the terminal.

  • sentry-cli fits infra well, especially for releases, source maps, and issue debugging from the terminal.
  • It is the official CLI from Sentry.
  • Good for scripts and agents.
  • Good fit for coding-agent workflows and repeatable scripts.
  • Structured output is available for automation and parsing.
infra-sentry-cli-SKILL.md

Sentry-cli guide

The official CLI from Sentry. Releases, source maps, and issue debugging from the terminal. Supports structured output — good for scripts and agents.

Open CLI packages the install path, verify step, and safe-start workflow so this tool can move from “interesting CLI” to something you can actually use. It also integrates with skills.sh so each CLI comes with the right companion skills, not just a binary and a docs link.

When to apply

  • releases, source maps, and issue debugging from the terminal.
  • You want observability you can script with structured output.
  • You need releases.
  • You need source maps.
  • You need issue debugging.

Quick reference

Installbrew install getsentry/tools/sentry-cli
Verifysentry-cli --help
First real commandsentry-cli login && sentry-cli releases list

Open CLI × skills.sh

Open CLI integrates sentry-cli with the right skills.sh companions so you get the tool and the workflow together.

Monitoring & Observability

Verified pairing

Open CLI integrates sentry-cli with this skills.sh skill because it is the clearest fit for how sentry-cli is usually used. Use metrics, traces, and health checks to understand what your CLI changed.

View on skills.sh
$ npx skills add https://github.com/supercent-io/skills-template --skill monitoring-observability
Starter prompt

Use sentry-cli together with the Monitoring & Observability skills.sh skill. Start with safe inspection commands, summarize what you find, and ask before any step with side effects.

Also useful from skills.sh

Why this tool

  • sentry-cli fits infra well, especially for releases, source maps, and issue debugging from the terminal.
  • It is the official CLI from Sentry.
  • Good for scripts and agents.

Watch-outs

  • Sign in before real work.
  • Needs network access.

Example workflow

1. sentry-cli login && sentry-cli releases list

Safe start

Step 1

Install sentry-cli.

Step 2

Run `sentry-cli --help` first.

Step 3

Start with `sentry-cli login && sentry-cli releases list`.

Step 4

Authenticate sentry-cli before asking the agent to do real work.

Alternatives worth considering