sentry-cli
$ brew install getsentry/tools/sentry-cliReleases, 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.
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
brew install getsentry/tools/sentry-clisentry-cli --helpsentry-cli login && sentry-cli releases listOpen 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 pairingOpen 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.
$ npx skills add https://github.com/supercent-io/skills-template --skill monitoring-observabilityUse 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.
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 listSafe start
Install sentry-cli.
Run `sentry-cli --help` first.
Start with `sentry-cli login && sentry-cli releases list`.
Authenticate sentry-cli before asking the agent to do real work.