Dashboard › cli › Distillation
5c6df805-dfc3-4963-8afc-9ea8bd017904["lore_tm_v1_4OP5KoEgHgmAXdJUG-Skz0b0qTdzTgQKdkVUlox0Zfk"]
packages/cli/src/commands/project/create.ts configures output.human as formatProjectCreateOutput and output.jsonExclude as ["slugDiverged", "expectedSlug", "teamSource", "requestedPlatform"].packages/cli/src/commands/project/create.ts defines parameters.positional with kind: "array" and a parameter using placeholder: "name:platform", brief: "One or more project name and platform pairs", and parse: String.packages/cli/src/commands/project/create.ts defines the team flag with kind: "parsed", parse: String, brief: "Team to create the project under", and optional: true; it also includes "dry-run": DRY_RUN_FLAG.packages/cli/src/commands/project/create.ts defines aliases as { ...DRY_RUN_ALIASES, t: "team" }.async *func(this: SentryContext, flags: CreateFlags, ...args: string[]); it obtains cwd from this and calls parseProjectSpecs(args), destructuring the result into explicitOrg and parsed.