73 /100
Good for release automation, but auth tokens and artifact uploads need tight controls.
Structured output 72/100
Whether the CLI can return JSON, YAML, or stable machine-readable output.
Non-interactive use 78/100
Whether common workflows can run predictably without an interactive prompt.
Safety boundaries 56/100
Whether read-only, dry-run, scoped auth, and destructive command boundaries are clear.
インストール方法
npm
$ npm install -g @sentry/cli Homebrew
$ brew install getsentry/tools/sentry-cli よく使うコマンド
List releases · 安全
$ sentry-cli releases list --org my-org Inspects release history.
Upload sourcemaps · 要確認
$ sentry-cli sourcemaps upload ./dist Changes release artifact state.
Agent 使用例
Codex CLI
Use Sentry CLI to inspect release state and upload sourcemaps only after build artifacts are verified. 安全メモ
- Release creation and sourcemap upload change production observability state.
- Agents should inspect releases before creating or finalizing new ones.
Agent が使えること
Sentry CLI は release 状態確認、commit 連携、検証済み sourcemap アップロードに役立ちます。
向いている用途
出荷済み release と可観測性 artifact を一致させるデプロイパイプラインに適しています。