sentry help --json returns structured help, but the same JSON view does not work with the more common --help forms agents reach for, such as sentry --help --json and sentry issue --help --json.
Current behavior
sentry help --json works
sentry --help --json and sentry <command> --help --json do not produce the same JSON help
- Help is split across two UX paths: dedicated
sentry help <command...> vs flag-based --help
Gap
- Agents and tooling commonly try
--help first
- JSON help is already useful for discovery/tooling, but only on the dedicated
help command path
Reported by Jan Peer Stöcklmair.
Requested by Burak Yigit Kaya via Junior.
--
View Junior Session in Sentry
sentry help --jsonreturns structured help, but the same JSON view does not work with the more common--helpforms agents reach for, such assentry --help --jsonandsentry issue --help --json.Current behavior
sentry help --jsonworkssentry --help --jsonandsentry <command> --help --jsondo not produce the same JSON helpsentry help <command...>vs flag-based--helpGap
--helpfirsthelpcommand pathReported by Jan Peer Stöcklmair.
Requested by Burak Yigit Kaya via Junior.
--
View Junior Session in Sentry