Dashboard › cli › Distillation
f7d5c2fe-9064-4de1-8295-87578209ac43["lore_tm_v1_S71ZiOpONLYwy59kffEkzTxAg1PnHCUnrb6nnTe84yA","lore_tm_v1_iAg5TGLLJ2lyrlTnLKN3l4ufcWeSfDvVmLrvdUSsmdQ","lore_tm_v1_RIu12jnlhuKntCN9cWjvo5oxMDaTM-X-vPGqIWr8URk"]
fullDescription/CommandInfo-related symbols. Key implementation locations include packages/cli/src/lib/introspect.ts (CommandInfo, buildCommandInfo(), command extraction and resolution) and packages/cli/src/lib/command.ts (augmenting fullDescription with JSON field documentation and examples; storing examples in metadata.__examples).packages/cli/src/lib/introspect.ts contains simplified introspection types purpose-built instead of exposing Stricli RouteMapEntry or FlagParameter; observed artifacts include __primaryUsage?: string, positional parameter metadata with brief and optional placeholder, CommandInfo.fullDescription?: string, array positional rendering as <${placeholder}...>, and examples of full paths such as "sentry issue list".fullDescription is broadly defined across command implementations, including command groups and leaf commands under packages/cli/src/commands/, notably trial, issue, trace, team, status, span, debug-files, sourcemap, snapshots, feedback, dashboard, replay, event, release, and dart-symbol-map, plus standalone commands such as init.ts, info.ts, help.ts, send-envelope.ts, schema.ts, and explore.ts.apps/cli-docs/src/content/docs/commands/ as 38 Markdown files, in observed order: index.md, schema.md, api.md, local.md, info.md, init.md, trial.md, trace.md, status.md, span.md, sourcemap.md, snapshots.md, monitor.md, log.md, feedback.md, explore.md, event.md, issue.md, team.md, repo.md, release.md, replay.md, react-native.md, proguard.md, project.md, platform.md, org.md, docs.md, dashboard.md, debug-files.md, dart-symbol-map.md, agent-conversation.md, code-mappings.md, cli.md, build.md, auth.md, and alert.md.