Dashboard › cli › Distillation
1306e568-96a2-4a96-ab5f-f2d194c06efe["lore_tm_v1_0TctyBtf4x5Zz-roTbZDRmdEFVa9u945Xh0HUumDoEA","lore_tm_v1_DJkewVmnCppozZOGlipkfsK9zwVbXxXZ-tNOidnL2fE","lore_tm_v1_lPLcLlld9dgshgPZ1NviXiVBCpf0o2HW7oVsmjrPMr0","lore_tm_v1_Ffb5cRA61EqSi3Om5kvWxACX-iBg65taJMvouA-oHT0","lore_tm_v1_BpZJWDoZTX-ZSM3C1_rB3oTQ8Z7MXQwdSNkv-nXpPHQ","lore_tm_v1_f6PL09aJ8Abp1XbIdlGRndlAv-AwZkPucHkRFDvAvuY","lore_tm_v1_SgYC0pKhpBTdZOWxvt94in1s0aJidEbVB1Uq7JeT2PU","lore_tm_v1_OkOVMerzzBjacpFaV3EaD6mTCIVL0le8pFx1wiD3hyk"]
":"; space-separated forms are forbidden. packages/cli/test/script/generate-skill-markdown.test.ts rejects sentry project create my-new-app javascript-nextjs and sentry project create my-org/my-new-app javascript-nextjs, while requiring sentry project create web:javascript api:python-django worker:node and sentry project create my-new-app:javascript-nextjs.viewCommand.__primaryUsage was "[<org>/]<conversation-id>", listCommand.__primaryUsage was absent/omitted from the JSON output, and listCommand.__examples contained exactly 5 examples. The command ran under package version sentry@0.45.0-dev.0; .env.local was not found, so execution continued without it.formatCommandExamples appeared in 3 scripts: exported at packages/cli/script/generate-skill-markdown.ts line 40, imported and used in packages/cli/script/generate-skill.ts at lines 28 and 598, and imported and used in packages/cli/script/generate-command-docs.ts at lines 28 and 212.packages/cli/script/generate-command-docs.ts now imports formatCommandExamples from ./generate-skill-markdown.js; generateCommandSection(cmd) formats cmd.examples and appends the resulting Markdown after options when nonempty. This makes canonical examples from CLI metadata part of generated website command pages.packages/cli/script/generate-command-docs.ts changed optional positional argument table syntax from always rendering `<placeholder>` to rendering `[<placeholder>]` when p.optional is true and `<placeholder>` otherwise.packages/cli/script/generate-skill-markdown.ts added exported formatCommandExamples(examples: readonly string[]): string. It returns "" for zero examples; otherwise it emits **Examples:**, a blank line, a fenced bash block, examples joined by two newlines, and the closing fence.packages/cli/script/generate-skill.ts now imports shared formatCommandExamples; generateFullCommandDoc(cmd) uses it instead of locally constructing the examples section, ensuring skill references and website command docs use identical canonical example formatting.packages/cli/script/check-fragments.ts now skips fragment subcommand-coverage validation for every command where cmd.examples.length > 0, treating structured command-metadata examples as sufficient coverage.test.poolOptions was removed and its former options are now top-level.--org → SENTRY_ORG and --project → SENTRY_PROJECT for values my-org/my-proj, new, my-project, new-org, sentry/cli, new-proj, and flag-org/flag-proj.