Dashboard › cli › Distillation
a4fdc9dc-9b1b-41cc-8c92-9123f58db18b["lore_tm_v1_LK2W6FrePtQaKQoc3_Ym8s1MVZsyMhdiYdM0XptoRPU","lore_tm_v1_5zMIJH690vXGL7Y1p9muhqtXkwSJU9PjL3rCBu_SoTo","lore_tm_v1_f_7B6oUvY1CGG-58gRg4CaeYBMTxVPwyctjatIspJQk","lore_tm_v1_7ujjfgSRLdU-ti3s6ldaB-g9WEG4qcUIj228W9xHO2c"]
sentry agent-conversation view succeeded with EXIT 0, usage sentry agent-conversation view [<org>/]<conversation-id> and sentry agent-conversation view --help, alias sentry agent-conversation show, positional label org/conversation-id, and description [<org>/]<conversation-id> - Org (optional) and conversation ID.sentry agent-conversation view help renders 3 examples inline as: 1. sentry agent-conversation view conv-123 # View full transcript (organization auto-detected); 2. sentry agent-conversation view my-org/conv-123 # Explicit organization; 3. sentry agent-conversation view my-org/conv-123 --json # JSON output.sentry agent-conversation view help exposes flags -f [--fresh] (default false), --json (default false), --fields, -h --help, and argument escape --; hidden flags do not appear in the human output.sentry agent-conversation view succeeded with EXIT 0 and returned structured metadata with path sentry agent-conversation view, brief View an agent conversation transcript, positional signature [<org>/]<conversation-id>, and aliases { "f": "fresh", "v": "verbose" }.sentry agent-conversation view reports 7 flags in order: 1. fresh (boolean, default false, optional, visible); 2. log-level (enum, optional, hidden); 3. verbose (boolean, default false, optional, hidden); 4. org (parsed, optional, hidden); 5. project (parsed, optional, hidden); 6. json (boolean, default false, optional, visible); 7. fields (parsed, optional, visible). Every flag is non-variadic.sentry agent-conversation view examples as separate strings with each # <description> on the line before its command.positionals found exactly 5 matches: packages/cli/src/commands/init.ts lines 8 and 378, packages/cli/src/commands/release/parse.ts line 78, packages/cli/src/commands/release/deploy.ts line 55, and packages/cli/src/commands/project/create.ts line 368.packages/cli/src/commands/help.ts documents 4 modes: 1. sentry help or bare sentry shows branded overview help; 2. sentry help <command> shows detailed command help; 3. sentry help --json emits the full command tree as structured JSON; 4. sentry help --json <command> emits metadata for a specific command or group.helpCommand in packages/cli/src/commands/help.ts is built with auth: false, brief Display help for a command, no flags in its own parameters.flags, and a variadic array positional whose placeholder is command, parser is String, and brief is Command to get help for.helpCommand uses formatHelpHuman for human rendering; an empty command path yields new CommandOutput(introspectAllCommands()), while a nonempty path calls introspectCommand(commandPath), throws new OutputError(result) when the result contains error, and otherwise yields new CommandOutput(result).sentry help --json to always get structured output.sentry help --json with no command path to never trigger the sixel probe or any terminal I/O for a branded banner that JSON rendering would discard; the branded banner is rendered only by formatHelpHuman.