@prisma/orm-toolchain 8.0.0-rc.1-dev.34 → 8.0.0-rc.1-dev.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@ import { i as createScaffoldSpecifierResolver } from "./import-roots-NDOIEDVj.mj
3
3
  import { f as installShutdownHandlers, t as BIN_NAME } from "./terminal-ui-Cqz4LVL7-B0mcVdLy.mjs";
4
4
  import { a as formatCommandHelp, b as setCommandExamples, d as isCI$1, i as deriveCanPrompt, m as parseGlobalFlagsOrExit, o as formatRootHelp, p as parseGlobalFlags, t as addGlobalOptions, y as setCommandDescriptions } from "./command-helpers-kD9CO1hd-BPhnkBin.mjs";
5
5
  import { t as createContractEmitCommand } from "./contract-emit-BlvUNMHM-BEioUVR5.mjs";
6
- import { t as createFormatCommand } from "./format-D5x0jz7q-xalz6Fkn.mjs";
6
+ import { t as createFormatCommand } from "./format-DceifGAK-BJhTdkcO.mjs";
7
7
  import { t as createDbInitCommand } from "./db-init-CyNsXRAB-D3xWQ-vy.mjs";
8
8
  import { t as createDbUpdateCommand } from "./db-update-BX1sOuQk-CpeLgPeN.mjs";
9
9
  import { t as createDbSchemaCommand } from "./db-schema-7zNGHgYN-BVaRHPxg.mjs";
@@ -13,11 +13,11 @@ import { t as createContractInferCommand } from "./contract-infer-C8kLphsm-C7-AI
13
13
  import { t as createMigrationNewCommand } from "./migration-new-Bf5K9fNK-Cd90rYmm.mjs";
14
14
  import { t as createMigrationPlanCommand } from "./migration-plan-oterbw8h-_GrKbsRb.mjs";
15
15
  import { t as createMigrationShowCommand } from "./migration-show-iX2cduR4-C3-FENR4.mjs";
16
- import { r as createMigrationStatusCommand } from "./migration-status-DCAQ3_C1-ofDvCvUk.mjs";
16
+ import { r as createMigrationStatusCommand } from "./migration-status-BZ6gOxyJ-sbhPgABr.mjs";
17
17
  import { t as createMigrationLogCommand } from "./migration-log-B3iiP8ns-B4tdLSye.mjs";
18
18
  import { t as createMigrationListCommand } from "./migration-list-B0SANIeM-DiXQ9LyS.mjs";
19
19
  import { t as createMigrationGraphCommand } from "./migration-graph-D0KHjNJ--CWzX9Zzc.mjs";
20
- import { t as createMigrationCheckCommand } from "./migration-check-aoZ8kXNA-DX2J84Cv.mjs";
20
+ import { t as createMigrationCheckCommand } from "./migration-check-BHiINj74-CVazN1LV.mjs";
21
21
  import { t as createMigrateCommand } from "./migrate-DRiUHRCS-Cci6EEZv.mjs";
22
22
  import { t as createRefCommand } from "./ref-CaqNqeRF-cjWFAueu.mjs";
23
23
  import { a as resolveGating, i as readUserConfig, r as ensureInstallationId, s as runTelemetry, u as userConfigPath } from "./exports-CqNUihkI.mjs";
@@ -27,8 +27,8 @@ import { Command } from "commander";
27
27
  import { DEFAULT_CONTRACT_SOURCE_DIR } from "@prisma/orm-framework/config/config-types";
28
28
  import { fileURLToPath } from "node:url";
29
29
  import { distance } from "closest-match";
30
- //#region ../../../1-framework/3-tooling/cli/dist/package-7_Hqte0n.mjs
31
- var version = "8.0.0-rc.1-dev.34";
30
+ //#region ../../../1-framework/3-tooling/cli/dist/package-Dy2ioA7c.mjs
31
+ var version = "8.0.0-rc.1-dev.36";
32
32
  //#endregion
33
33
  //#region ../../../1-framework/3-tooling/cli/dist/code-templates-D_dhXHNG.mjs
34
34
  /**
@@ -338,7 +338,7 @@ Exit codes (see CLI Style Guide § Exit Codes):
338
338
  "prisma-next init --no-skill # skip the skills install (air-gapped / restricted env)"
339
339
  ]);
340
340
  return addGlobalOptions(command).option("--target <db>", "Database target: postgres or mongodb").option("--authoring <style>", "Schema authoring style: psl or typescript").option("--schema-path <path>", `Where to write the starter schema (default: ${defaultSchemaPath("psl")})`).option("--force", "Overwrite an existing scaffold without prompting").option("--write-env", "Write a .env file from .env.example (gitignored; default: only .env.example)").option("--probe-db", "Connect to DATABASE_URL once and check the server version against the target minimum (opt-in; off by default)").option("--strict-probe", "Treat a failed --probe-db as fatal (no-op without --probe-db; init is offline-by-default)").option("--no-install", "Skip dependency installation and contract emission").option("--no-skill", "Skip Prisma Next skills install (air-gapped CI, restricted registries, etc.)").action(async (options) => {
341
- const { runInit } = await import("./init-BvLCfVjC-DOPO-TLF.mjs");
341
+ const { runInit } = await import("./init-SY01IBU--CQFYh2As.mjs");
342
342
  const flags = parseGlobalFlagsOrExit(options);
343
343
  const canPrompt = deriveCanPrompt({
344
344
  flagsInteractive: flags.interactive,
@@ -1 +1 @@
1
- {"version":3,"file":"bin__prisma-next.mjs","names":["isCI"],"sources":["../../../../1-framework/3-tooling/cli/dist/package-7_Hqte0n.mjs","../../../../1-framework/3-tooling/cli/dist/code-templates-D_dhXHNG.mjs","../../../../1-framework/3-tooling/cli/dist/cli.mjs"],"sourcesContent":["//#region package.json\nvar version = \"8.0.0-rc.1-dev.34\";\n//#endregion\nexport { version as t };\n\n//# sourceMappingURL=package-7_Hqte0n.mjs.map","import { createScaffoldSpecifierResolver } from \"@internal/publish-surface/import-roots\";\nimport { DEFAULT_CONTRACT_SOURCE_DIR } from \"@internal/config/config-types\";\nimport { keepInternalSpecifiers } from \"@internal/framework-components/emission\";\n//#region src/commands/init/templates/code-templates.ts\n/**\n* The resolver a scaffold for `target` is written against.\n*\n* A scaffold is always on the facade root: `init` writes an application around\n* one database package, and the workspace names are not published, so a project\n* scaffolded against them could not install (ADR 242). Both the files `init`\n* writes and the dependency it adds go through this, so they cannot disagree.\n*/\nfunction scaffoldSpecifierResolverFor(target) {\n\treturn createScaffoldSpecifierResolver({\n\t\tmode: \"facade\",\n\t\tfacade: target === \"postgres\" ? \"@prisma/orm-postgres\" : \"@prisma/orm-mongo\"\n\t});\n}\n/**\n* The package name a scaffolded project depends on and imports from, for the\n* import root it is being scaffolded against.\n*\n* Every specifier the scaffold writes derives from this one, and `init` builds\n* a single resolver and hands it to both the file templates and the dependency\n* it installs — so the two cannot disagree. The one caller that deliberately\n* does not thread a resolver is the re-init cleanup in `inputs.ts`, which\n* inspects a manifest an earlier run wrote rather than writing one.\n*\n* Resolvers for scaffolding should come from `createScaffoldSpecifierResolver`\n* in the publish-surface package, which rejects the roots a facade-shaped\n* scaffold cannot express. (Named without its scope on purpose: JSDoc survives\n* into the published bundle, where an internal package name would trip the\n* shell tarball checks.)\n*/\nfunction targetPackageName(target, resolveImportSpecifier = keepInternalSpecifiers) {\n\treturn resolveImportSpecifier(target === \"postgres\" ? \"@internal/postgres\" : \"@internal/mongo\");\n}\n/** One entrypoint of the scaffolded project's target package. */\nfunction targetEntrypoint(target, subpath, resolveImportSpecifier = keepInternalSpecifiers) {\n\treturn resolveImportSpecifier(`${target === \"postgres\" ? \"@internal/postgres\" : \"@internal/mongo\"}/${subpath}`);\n}\nfunction targetLabel(target) {\n\treturn target === \"postgres\" ? \"PostgreSQL\" : \"MongoDB\";\n}\nfunction defaultSchemaPath(authoring) {\n\tif (authoring === \"typescript\") return `${DEFAULT_CONTRACT_SOURCE_DIR}/contract.ts`;\n\treturn `${DEFAULT_CONTRACT_SOURCE_DIR}/contract.prisma`;\n}\nfunction starterSchema(target, authoring, resolveImportSpecifier = keepInternalSpecifiers) {\n\tif (authoring === \"typescript\") {\n\t\tconst builder = targetEntrypoint(target, \"contract-builder\", resolveImportSpecifier);\n\t\treturn target === \"mongo\" ? starterSchemaTsMongo(builder) : starterSchemaTsPostgres(builder);\n\t}\n\treturn target === \"mongo\" ? starterSchemaPslMongo() : starterSchemaPslPostgres();\n}\n/**\n* Renders a short authoring-appropriate schema sample (FR5.1) for embedding\n* in `prisma-next.md`. Returns a complete fenced markdown code block.\n*\n* The sample intentionally shows just one model: it's illustrative, not\n* a substitute for the full scaffolded contract file. The TS samples use\n* the same outer shape as `starterSchemaTs*` (FR5.3) so a user reading\n* the doc and the file side-by-side sees the same structure.\n*/\nfunction schemaSample(target, authoring, resolveImportSpecifier = keepInternalSpecifiers) {\n\tif (authoring === \"typescript\") {\n\t\tconst builder = targetEntrypoint(target, \"contract-builder\", resolveImportSpecifier);\n\t\treturn target === \"mongo\" ? schemaSampleTsMongo(builder) : schemaSampleTsPostgres(builder);\n\t}\n\treturn target === \"mongo\" ? schemaSamplePslMongo() : schemaSamplePslPostgres();\n}\nfunction schemaSamplePslPostgres() {\n\treturn `\\`\\`\\`prisma\nmodel User {\n id Int @id @default(autoincrement())\n email String @unique\n username String?\n name String?\n}\n\\`\\`\\``;\n}\nfunction schemaSamplePslMongo() {\n\treturn `\\`\\`\\`prisma\nmodel User {\n id ObjectId @id @map(\"_id\")\n email String @unique\n username String?\n name String?\n @@map(\"users\")\n}\n\\`\\`\\``;\n}\nfunction schemaSampleTsPostgres(builder) {\n\treturn `\\`\\`\\`typescript\nimport { defineContract } from '${builder}';\n\nexport const contract = defineContract(\n {},\n ({ field, model }) => ({\n models: {\n User: model('User', {\n fields: {\n id: field.id.uuidv7String(),\n email: field.text().unique(),\n username: field.text().optional(),\n name: field.text().optional(),\n },\n }),\n },\n }),\n);\n\\`\\`\\``;\n}\nfunction schemaSampleTsMongo(builder) {\n\treturn `\\`\\`\\`typescript\nimport { defineContract } from '${builder}';\n\nexport const contract = defineContract(\n {},\n ({ field, model }) => ({\n models: {\n User: model('User', {\n collection: 'users',\n fields: {\n _id: field.objectId(),\n email: field.string(),\n username: field.string().optional(),\n name: field.string().optional(),\n },\n }),\n },\n }),\n);\n\\`\\`\\``;\n}\nfunction starterSchemaPslPostgres() {\n\treturn `// use prisma-next\n\nmodel User {\n id Int @id @default(autoincrement())\n email String @unique\n username String?\n name String?\n posts Post[]\n createdAt DateTime @default(now())\n updatedAt temporal.updatedAt()\n}\n\nmodel Post {\n id Int @id @default(autoincrement())\n title String\n content String?\n author User @relation(fields: [authorId], references: [id])\n authorId Int\n createdAt DateTime @default(now())\n updatedAt temporal.updatedAt()\n}\n`;\n}\nfunction starterSchemaPslMongo() {\n\treturn `// use prisma-next\n\nmodel User {\n id ObjectId @id @map(\"_id\")\n email String @unique\n username String?\n name String?\n posts Post[]\n @@map(\"users\")\n}\n\nmodel Post {\n id ObjectId @id @map(\"_id\")\n title String\n content String?\n author User @relation(fields: [authorId], references: [id])\n authorId ObjectId\n @@map(\"posts\")\n}\n`;\n}\nfunction starterSchemaTsPostgres(builder) {\n\treturn `import { defineContract } from '${builder}';\n\nexport const contract = defineContract(\n {},\n ({ field, model, rel }) => ({\n models: {\n User: model('User', {\n fields: {\n id: field.id.uuidv7String(),\n email: field.text().unique(),\n username: field.text().optional(),\n name: field.text().optional(),\n createdAt: field.temporal.createdAt(),\n updatedAt: field.temporal.updatedAt(),\n },\n relations: {\n posts: rel.hasMany('Post', { by: 'authorId' }),\n },\n }),\n\n Post: model('Post', {\n fields: {\n id: field.id.uuidv7String(),\n title: field.text(),\n content: field.text().optional(),\n authorId: field.uuidString(),\n createdAt: field.temporal.createdAt(),\n updatedAt: field.temporal.updatedAt(),\n },\n relations: {\n author: rel.belongsTo('User', { from: 'authorId', to: 'id' }),\n },\n }),\n },\n }),\n);\n`;\n}\nfunction starterSchemaTsMongo(builder) {\n\treturn `import { defineContract } from '${builder}';\n\nexport const contract = defineContract(\n {},\n ({ field, model, rel }) => ({\n models: {\n User: model('User', {\n collection: 'users',\n fields: {\n _id: field.objectId(),\n email: field.string(),\n username: field.string().optional(),\n name: field.string().optional(),\n },\n relations: {\n posts: rel.hasMany('Post', { from: '_id', to: 'authorId' }),\n },\n }),\n\n Post: model('Post', {\n collection: 'posts',\n fields: {\n _id: field.objectId(),\n title: field.string(),\n content: field.string().optional(),\n authorId: field.objectId(),\n },\n relations: {\n author: rel.belongsTo('User', { from: 'authorId', to: '_id' }),\n },\n }),\n },\n }),\n);\n`;\n}\nfunction configFile(target, contractPath, resolveImportSpecifier = keepInternalSpecifiers) {\n\treturn `import 'dotenv/config';\nimport { defineConfig } from '${targetEntrypoint(target, \"config\", resolveImportSpecifier)}';\n\nexport default defineConfig({\n contract: ${JSON.stringify(contractPath)},\n db: {\n connection: process.env['DATABASE_URL']!,\n },\n});\n`;\n}\nfunction dbFile(target, resolveImportSpecifier = keepInternalSpecifiers) {\n\tconst runtime = targetEntrypoint(target, \"runtime\", resolveImportSpecifier);\n\tif (target === \"postgres\") return `import postgres from '${runtime}';\nimport type { Contract } from './contract.d';\nimport contractJson from './contract.json' with { type: 'json' };\n\nexport const db = postgres<Contract>({\n contractJson,\n url: process.env['DATABASE_URL']!,\n});\n`;\n\treturn `import mongo from '${runtime}';\nimport type { Contract } from './contract.d';\nimport contractJson from './contract.json' with { type: 'json' };\n\nexport const db = mongo<Contract>({\n contractJson,\n url: process.env['DATABASE_URL']!,\n});\n`;\n}\n//#endregion\nexport { schemaSample as a, targetLabel as c, scaffoldSpecifierResolverFor as i, targetPackageName as l, dbFile as n, starterSchema as o, defaultSchemaPath as r, targetEntrypoint as s, configFile as t };\n\n//# sourceMappingURL=code-templates-D_dhXHNG.mjs.map","#!/usr/bin/env node\nimport { t as version } from \"./package-7_Hqte0n.mjs\";\nimport { f as BIN_NAME, n as installShutdownHandlers } from \"./terminal-ui-Cqz4LVL7.mjs\";\nimport { _ as parseGlobalFlagsOrExit, b as formatCommandHelp, d as setCommandExamples, g as parseGlobalFlags, h as deriveCanPrompt, t as addGlobalOptions, u as setCommandDescriptions, x as formatRootHelp, y as isCI } from \"./command-helpers-kD9CO1hd.mjs\";\nimport { t as createContractEmitCommand } from \"./contract-emit-BlvUNMHM.mjs\";\nimport { t as createContractInferCommand } from \"./contract-infer-C8kLphsm.mjs\";\nimport { r as defaultSchemaPath } from \"./code-templates-D_dhXHNG.mjs\";\nimport { t as createDbInitCommand } from \"./db-init-CyNsXRAB.mjs\";\nimport { t as createDbSchemaCommand } from \"./db-schema-7zNGHgYN.mjs\";\nimport { t as createDbSignCommand } from \"./db-sign-DAs6J3XG.mjs\";\nimport { t as createDbUpdateCommand } from \"./db-update-BX1sOuQk.mjs\";\nimport { t as createDbVerifyCommand } from \"./db-verify-CN4nmxxF.mjs\";\nimport { t as createFormatCommand } from \"./format-D5x0jz7q.mjs\";\nimport { t as createMigrateCommand } from \"./migrate-DRiUHRCS.mjs\";\nimport { t as createMigrationCheckCommand } from \"./migration-check-aoZ8kXNA.mjs\";\nimport { t as createMigrationGraphCommand } from \"./migration-graph-D0KHjNJ-.mjs\";\nimport { t as createMigrationListCommand } from \"./migration-list-B0SANIeM.mjs\";\nimport { t as createMigrationLogCommand } from \"./migration-log-B3iiP8ns.mjs\";\nimport { t as createMigrationNewCommand } from \"./migration-new-Bf5K9fNK.mjs\";\nimport { t as createMigrationPlanCommand } from \"./migration-plan-oterbw8h.mjs\";\nimport { t as createMigrationShowCommand } from \"./migration-show-iX2cduR4.mjs\";\nimport { r as createMigrationStatusCommand } from \"./migration-status-DCAQ3_C1.mjs\";\nimport { t as createRefCommand } from \"./ref-CaqNqeRF.mjs\";\nimport { t as createTelemetryCommand } from \"./telemetry-fKuZOFpu.mjs\";\nimport { Command } from \"commander\";\nimport { ensureInstallationId, readUserConfig, resolveGating, runTelemetry, userConfigPath } from \"@internal/cli-telemetry\";\nimport { distance } from \"closest-match\";\nimport { fileURLToPath } from \"node:url\";\n//#region src/commands/init/index.ts\nfunction createInitCommand() {\n\tconst command = new Command(\"init\");\n\tsetCommandDescriptions(command, \"Initialize a new Prisma Next project\", `Scaffolds config, schema, and runtime files, installs dependencies,\nand emits the contract. Gets you from zero to typed queries in one step.\n\nRun interactively for a guided experience, or supply --target / --authoring\nand --yes for a fully scriptable run (CI, AI coding agents, automation).\n\nExit codes (see CLI Style Guide § Exit Codes):\n 0 OK Init succeeded.\\n 1 INTERNAL_ERROR Unexpected bug in prisma-next (please report).\\n 2 PRECONDITION Bad flags / missing prerequisite (e.g. no package.json).\\n 3 USER_ABORTED User cancelled an interactive prompt.\\n 4 INSTALL_FAILED Dependency installation failed (init-specific).\\n 5 EMIT_FAILED \\`contract emit\\` failed after install (init-specific).\\n 6 SKILL_INSTALL_FAILED Agent-skill install failed (re-run with --no-skill to skip).`);\n\tsetCommandExamples(command, [\n\t\t\"prisma-next init\",\n\t\t\"prisma-next init --yes --target postgres --authoring psl\",\n\t\t\"prisma-next init --yes --target mongodb --authoring typescript --json\",\n\t\t\"prisma-next init --yes --force --target postgres --authoring psl # overwrite an existing scaffold\",\n\t\t\"prisma-next init --no-install # skip pnpm/npm install + emit\",\n\t\t\"prisma-next init --no-skill # skip the skills install (air-gapped / restricted env)\"\n\t]);\n\treturn addGlobalOptions(command).option(\"--target <db>\", \"Database target: postgres or mongodb\").option(\"--authoring <style>\", \"Schema authoring style: psl or typescript\").option(\"--schema-path <path>\", `Where to write the starter schema (default: ${defaultSchemaPath(\"psl\")})`).option(\"--force\", \"Overwrite an existing scaffold without prompting\").option(\"--write-env\", \"Write a .env file from .env.example (gitignored; default: only .env.example)\").option(\"--probe-db\", \"Connect to DATABASE_URL once and check the server version against the target minimum (opt-in; off by default)\").option(\"--strict-probe\", \"Treat a failed --probe-db as fatal (no-op without --probe-db; init is offline-by-default)\").option(\"--no-install\", \"Skip dependency installation and contract emission\").option(\"--no-skill\", \"Skip Prisma Next skills install (air-gapped CI, restricted registries, etc.)\").action(async (options) => {\n\t\tconst { runInit } = await import(\"./init-BvLCfVjC.mjs\");\n\t\tconst flags = parseGlobalFlagsOrExit(options);\n\t\tconst canPrompt = deriveCanPrompt({\n\t\t\tflagsInteractive: flags.interactive,\n\t\t\toptionInteractive: options.interactive,\n\t\t\tstdinIsTTY: Boolean(process.stdin.isTTY)\n\t\t});\n\t\tconst exitCode = await runInit(process.cwd(), {\n\t\t\toptions,\n\t\t\tflags,\n\t\t\tcanPrompt\n\t\t});\n\t\tprocess.exit(exitCode);\n\t});\n}\n//#endregion\n//#region src/commands/lsp.ts\nfunction createLspCommand() {\n\tconst command = new Command(\"lsp\");\n\tsetCommandDescriptions(command, \"Start the Prisma Next language server\", \"Launches a Language Server Protocol server that publishes PSL parse diagnostics\\nand handles whole-document PSL formatting for the schema inputs declared in\\nyour config (contract.source.inputs). Formatting uses the Prisma Next PSL\\nformatter and the formatter block from the project config.\\nCommunicates over stdio; intended to be spawned by an\\neditor, not run interactively. The server keeps running until the editor client\\ndisconnects.\");\n\tsetCommandExamples(command, [\"prisma-next lsp --stdio\"]);\n\taddGlobalOptions(command).option(\"--stdio\", \"Communicate with the editor over stdio (the default and only transport)\").action(async () => {\n\t\tconst { startServer } = await import(\"@internal/language-server\");\n\t\tstartServer();\n\t});\n\treturn command;\n}\n//#endregion\n//#region src/utils/suggest-command.ts\n/**\n* Suggests similar command names for a mistyped input.\n*\n* Uses Levenshtein distance to find close matches. Only suggests commands\n* within a reasonable distance threshold (40% of the input length, minimum 2).\n* Returns up to 3 suggestions in case of ties.\n*\n* @returns Array of suggested command names (empty if nothing is close enough).\n*/\nfunction suggestCommands(input, candidates) {\n\tif (candidates.length === 0) return [];\n\tconst maxDistance = Math.max(2, Math.ceil(input.length * .4));\n\tconst scored = candidates.map((name) => ({\n\t\tname,\n\t\tdist: distance(input, name)\n\t})).filter((entry) => entry.dist <= maxDistance).sort((a, b) => a.dist - b.dist);\n\tif (scored.length === 0) return [];\n\tconst bestDist = scored[0].dist;\n\treturn scored.filter((entry) => entry.dist === bestDist).slice(0, 3).map((entry) => entry.name);\n}\n//#endregion\n//#region src/utils/telemetry.ts\n/**\n* Resolve the commander command path from a leaf `Command`, walking up\n* the parent chain. Result is rooted at the program name and ends at\n* the leaf — `['prisma-next', 'migration', 'new']` for\n* `prisma-next migration new …`.\n*/\nfunction commandPathFor(actionCommand) {\n\tconst path = [];\n\tlet cursor = actionCommand;\n\twhile (cursor !== null) {\n\t\tpath.unshift(cursor.name());\n\t\tcursor = cursor.parent;\n\t}\n\treturn path;\n}\nfunction commanderOptionSnapshots(actionCommand) {\n\treturn actionCommand.options.map((option) => {\n\t\tconst attributeName = option.attributeName();\n\t\treturn {\n\t\t\tattributeName,\n\t\t\tlongName: option.long ?? null,\n\t\t\tsource: actionCommand.getOptionValueSource(attributeName) ?? null\n\t\t};\n\t});\n}\n/**\n* Project commander's leaf `Command` into the wire-shape snapshot the\n* telemetry sanitiser consumes. Pure projection — no env, no I/O.\n*/\nfunction commanderSnapshotForTelemetry(actionCommand) {\n\treturn {\n\t\tcommandPath: commandPathFor(actionCommand),\n\t\tpositionalArgs: actionCommand.args,\n\t\toptions: commanderOptionSnapshots(actionCommand)\n\t};\n}\nfunction resolveTelemetryGate() {\n\tif (isCI()) return {\n\t\tenabled: false,\n\t\toutcome: {\n\t\t\tspawned: false,\n\t\t\treason: \"ci\"\n\t\t}\n\t};\n\tconst userConfig = readUserConfig();\n\tif (!resolveGating({\n\t\tenv: process.env,\n\t\tconfig: userConfig\n\t}).enabled) return {\n\t\tenabled: false,\n\t\toutcome: {\n\t\t\tspawned: false,\n\t\t\treason: \"gated-off\"\n\t\t}\n\t};\n\treturn {\n\t\tenabled: true,\n\t\tuserConfig\n\t};\n}\n/**\n* Path to the compiled sender script inside `@internal/cli-telemetry`'s\n* `dist/`. Resolved off this module's `import.meta.url` via the package\n* specifier `@internal/cli-telemetry/sender`, so the consumer pays\n* no attention to internal package layout.\n*/\nfunction senderPath() {\n\treturn fileURLToPath(new URL(import.meta.resolve(\"@internal/cli-telemetry/sender\")));\n}\nfunction fireTelemetry(actionCommand, userConfig) {\n\treturn runTelemetry({\n\t\tcommand: commanderSnapshotForTelemetry(actionCommand),\n\t\tversion,\n\t\tprojectRoot: process.cwd(),\n\t\tsenderPath: senderPath(),\n\t\tisCI: isCI(),\n\t\tenv: process.env,\n\t\tuserConfig\n\t});\n}\n/**\n* preAction-stage entry point. Synchronous by construction: resolve\n* env/CI/user-consent gates (cheap, all in-memory and a single tiny\n* user-config read), then — only when enabled — `fork()` the detached\n* sender script. The forked child loads `prisma-next.config.*` via\n* c12 on its own (see `loadProjectConfig` in cli-telemetry); the\n* parent does no project-config I/O on the command's hot path.\n*\n* Privacy invariant: gate resolution always happens before any project\n* config touches disk. The child loading user TS code is acceptable\n* only because it's gated behind the same resolved-enabled signal.\n*/\n/**\n* Builds the one-time first-run disclosure. The resolved absolute path to\n* the user-level config file is substituted in so the user can see exactly\n* which file to edit (it must not be confused with `prisma-next.config.ts`).\n* `prisma-next telemetry disable` is named as the primary, friendliest\n* opt-out, alongside the env vars and the config edit.\n*/\nfunction firstRunNotice(configPath) {\n\treturn [\n\t\t\"Prisma Next collects anonymous CLI usage data, enabled by default.\",\n\t\t\"What's collected and why: https://prisma-next.dev/docs/cli/telemetry.\",\n\t\t\"Opt out: run \\\"prisma-next telemetry disable\\\", set DO_NOT_TRACK=1 or\",\n\t\t`PRISMA_NEXT_DISABLE_TELEMETRY=1, or set \"enableTelemetry\": false in ${configPath}.`\n\t].join(\" \");\n}\n/**\n* Best-effort first-run disclosure + installationId mint. Runs only on the\n* gating-enabled path. Prints the notice to stderr (never stdout) and mints\n* a persistent id without touching `enableTelemetry`, so the opt-out default\n* stays intact and no unasked-for consent is recorded.\n*\n* Every step is wrapped so an un-writable config dir (or any other failure)\n* never throws and never blocks the command. Returns the minted (or\n* pre-existing) id so the caller can forward it to `runTelemetry` without a\n* redundant disk read. On mint failure it returns `undefined`: the notice may\n* reprint next run, and `runTelemetry` no-ops on the missing id.\n*/\nfunction discloseAndMintOnFirstRun() {\n\ttry {\n\t\tprocess.stderr.write(`${firstRunNotice(userConfigPath())}\\n`);\n\t} catch {}\n\ttry {\n\t\treturn ensureInstallationId();\n\t} catch {}\n}\n/**\n* True when the run is the `telemetry` command (or one of its\n* subcommands). The usage-telemetry preAction fire is exempted for it:\n* it would be absurd for `telemetry disable` to send a usage event before\n* disabling, or for `telemetry status` to mint an id + send while merely\n* reporting state. This is the only command-specific exemption.\n*\n* The check is rooted at the program: the path must be\n* `['prisma-next', 'telemetry', …]`, so it matches the top-level\n* `telemetry` command and its subcommands without matching a hypothetical\n* nested `… telemetry` elsewhere.\n*/\nfunction isTelemetryCommand(actionCommand) {\n\treturn commandPathFor(actionCommand)[1] === \"telemetry\";\n}\nfunction fireTelemetryFromPreAction(actionCommand) {\n\tif (isTelemetryCommand(actionCommand)) return {\n\t\tspawned: false,\n\t\treason: \"gated-off\"\n\t};\n\tconst gate = resolveTelemetryGate();\n\tif (!gate.enabled) return gate.outcome;\n\tconst storedId = gate.userConfig.installationId;\n\tif (typeof storedId !== \"string\" || storedId.length === 0) {\n\t\tconst installationId = discloseAndMintOnFirstRun();\n\t\treturn fireTelemetry(actionCommand, installationId === void 0 ? gate.userConfig : {\n\t\t\t...gate.userConfig,\n\t\t\tinstallationId\n\t\t});\n\t}\n\treturn fireTelemetry(actionCommand, gate.userConfig);\n}\n//#endregion\n//#region src/cli.ts\ninstallShutdownHandlers();\n/**\n* Lookup table mapping removed subcommands to their replacement verbs.\n* Keyed by `<parent>:<subcommand>` (e.g. `migration:apply`).\n* The handler consults this before falling back to the fuzzy suggest engine.\n*/\nconst removedVerbRedirects = {\n\t\"migration:apply\": \"Use `prisma-next migrate --to <contract>` instead.\",\n\t\"migration:ref\": \"Use `prisma-next ref set|list|delete` instead.\"\n};\n/**\n* Removed flags on specific subcommands. Keyed by `<parent>:<sub>:<flag>`.\n* Checked during the pre-parse argv scan before commander sees the flags.\n*/\nconst removedFlagRedirects = {\n\t\"migration:status:graph\": \"Use `prisma-next migration graph` to view the migration graph.\",\n\t\"migration:status:all\": \"Use `prisma-next migration log --db <url>` to view the full execution history.\",\n\t\"migration:status:limit\": \"Use `prisma-next migration log --db <url>` to view the full execution history.\",\n\t\"migration:status:ref\": \"Use `--to <contract>` instead of `--ref`.\"\n};\n/**\n* Formats the \"Did you mean ...?\" hint for an unknown command.\n*/\nfunction formatSuggestion(input, candidates) {\n\tconst suggestions = suggestCommands(input, candidates.map((c) => c));\n\tif (suggestions.length === 0) return \"\";\n\tif (suggestions.length === 1) return `\\nDid you mean ${suggestions[0]}?\\n`;\n\treturn `\\nDid you mean one of these?\\n${suggestions.map((s) => ` ${s}`).join(\"\\n\")}\\n`;\n}\nconst program = new Command();\nprogram.name(BIN_NAME).description(\"Prisma Next CLI\").version(version);\nprogram.hook(\"preAction\", (_thisCommand, actionCommand) => {\n\ttry {\n\t\tfireTelemetryFromPreAction(actionCommand);\n\t} catch {}\n});\nconst versionOption = program.options.find((opt) => opt.flags.includes(\"--version\"));\nif (versionOption) versionOption.description = \"Output the version number\";\nprogram.configureOutput({\n\twriteErr: () => {},\n\twriteOut: (str) => {\n\t\tprocess.stdout.write(str);\n\t}\n});\nconst rootHelpFormatter = (cmd) => {\n\treturn formatRootHelp({\n\t\tprogram: cmd,\n\t\tflags: parseGlobalFlags({})\n\t});\n};\nprogram.configureHelp({\n\tformatHelp: rootHelpFormatter,\n\tsubcommandDescription: () => \"\"\n});\nprogram.exitOverride((err) => {\n\tif (err) {\n\t\tconst errorCode = err.code;\n\t\tconst errorMessage = String(err.message ?? \"\");\n\t\tconst errorName = err.name ?? \"\";\n\t\tif (errorCode === \"commander.unknownCommand\" || errorCode === \"commander.unknownArgument\" || errorName === \"CommanderError\" && (errorMessage.includes(\"unknown command\") || errorMessage.includes(\"unknown argument\"))) {\n\t\t\tconst flags = parseGlobalFlags({});\n\t\t\tconst match = errorMessage.match(/unknown command ['\"]([^'\"]+)['\"]/);\n\t\t\tconst commandName = match ? match[1] : process.argv[3] || process.argv[2] || \"unknown\";\n\t\t\tconst firstArg = process.argv[2];\n\t\t\tconst parentCommand = firstArg ? program.commands.find((cmd) => cmd.name() === firstArg) : void 0;\n\t\t\tif (parentCommand && commandName !== firstArg) {\n\t\t\t\tconst subNames = parentCommand.commands.map((c) => c.name());\n\t\t\t\tprocess.stderr.write(`Unknown command: ${commandName}${formatSuggestion(commandName, subNames)}\\n`);\n\t\t\t\tconst helpText = formatCommandHelp({\n\t\t\t\t\tcommand: parentCommand,\n\t\t\t\t\tflags\n\t\t\t\t});\n\t\t\t\tprocess.stderr.write(`${helpText}\\n`);\n\t\t\t} else {\n\t\t\t\tconst topNames = program.commands.map((c) => c.name());\n\t\t\t\tprocess.stderr.write(`Unknown command: ${commandName}${formatSuggestion(commandName, topNames)}\\n`);\n\t\t\t\tconst helpText = formatRootHelp({\n\t\t\t\t\tprogram,\n\t\t\t\t\tflags\n\t\t\t\t});\n\t\t\t\tprocess.stderr.write(`${helpText}\\n`);\n\t\t\t}\n\t\t\tprocess.exit(2);\n\t\t\treturn;\n\t\t}\n\t\tif (errorCode === \"commander.help\" || errorCode === \"commander.helpDisplayed\" || errorCode === \"outputHelp\" || errorMessage === \"(outputHelp)\" || errorMessage.includes(\"outputHelp\") || errorName === \"CommanderError\" && errorMessage.includes(\"outputHelp\")) {\n\t\t\tprocess.exit(0);\n\t\t\treturn;\n\t\t}\n\t\tif (errorCode === \"commander.missingArgument\" || errorCode === \"commander.missingMandatoryOptionValue\" || errorName === \"CommanderError\" && (errorMessage.includes(\"missing\") || errorMessage.includes(\"required\"))) {\n\t\t\tprocess.exit(2);\n\t\t\treturn;\n\t\t}\n\t\tprocess.stderr.write(`Unhandled error: ${err.message}\\n`);\n\t\tif (err.stack) process.stderr.write(`${err.stack}\\n`);\n\t\tprocess.exit(1);\n\t}\n\tprocess.exit(0);\n});\nconst contractCommand = new Command(\"contract\");\nsetCommandDescriptions(contractCommand, \"Contract management commands\", \"Define and emit your application data contract. The contract describes your schema as a\\ndeclarative data structure that can be signed and verified against your database.\");\ncontractCommand.configureHelp({\n\tformatHelp: (cmd) => {\n\t\treturn formatCommandHelp({\n\t\t\tcommand: cmd,\n\t\t\tflags: parseGlobalFlags({})\n\t\t});\n\t},\n\tsubcommandDescription: () => \"\"\n});\nconst contractEmitCommand = createContractEmitCommand();\ncontractCommand.addCommand(contractEmitCommand);\nconst contractInferCommand = createContractInferCommand();\ncontractCommand.addCommand(contractInferCommand);\nconst dbCommand = new Command(\"db\");\nsetCommandDescriptions(dbCommand, \"Database management commands\", \"Verify and sign your database with your contract. Ensure your database schema matches\\nyour contract, and sign it to record the contract hash for future verification.\");\ndbCommand.configureHelp({\n\tformatHelp: (cmd) => {\n\t\treturn formatCommandHelp({\n\t\t\tcommand: cmd,\n\t\t\tflags: parseGlobalFlags({})\n\t\t});\n\t},\n\tsubcommandDescription: () => \"\"\n});\nconst dbVerifyCommand = createDbVerifyCommand();\ndbCommand.addCommand(dbVerifyCommand);\nconst dbInitCommand = createDbInitCommand();\ndbCommand.addCommand(dbInitCommand);\nconst dbUpdateCommand = createDbUpdateCommand();\ndbCommand.addCommand(dbUpdateCommand);\nconst dbSchemaCommand = createDbSchemaCommand();\ndbCommand.addCommand(dbSchemaCommand);\nconst dbSignCommand = createDbSignCommand();\ndbCommand.addCommand(dbSignCommand);\nconst migrationCommand = new Command(\"migration\");\nsetCommandDescriptions(migrationCommand, \"On-disk migration management commands\", \"Plan, apply, and scaffold on-disk migration packages. Migrations are\\ncontract-to-contract edges stored as versioned directories under migrations/.\");\nmigrationCommand.configureHelp({\n\tformatHelp: (cmd) => {\n\t\treturn formatCommandHelp({\n\t\t\tcommand: cmd,\n\t\t\tflags: parseGlobalFlags({})\n\t\t});\n\t},\n\tsubcommandDescription: () => \"\"\n});\nconst migrationPlanCommand = createMigrationPlanCommand();\nmigrationCommand.addCommand(migrationPlanCommand);\nconst migrationNewCommand = createMigrationNewCommand();\nmigrationCommand.addCommand(migrationNewCommand);\nconst migrationShowCommand = createMigrationShowCommand();\nmigrationCommand.addCommand(migrationShowCommand);\nconst migrationStatusCommand = createMigrationStatusCommand();\nmigrationCommand.addCommand(migrationStatusCommand);\nconst migrationLogCommand = createMigrationLogCommand();\nmigrationCommand.addCommand(migrationLogCommand);\nconst migrationListCommand = createMigrationListCommand();\nmigrationCommand.addCommand(migrationListCommand);\nconst migrationGraphCommand = createMigrationGraphCommand();\nmigrationCommand.addCommand(migrationGraphCommand);\nconst migrationCheckCommand = createMigrationCheckCommand();\nmigrationCommand.addCommand(migrationCheckCommand);\nconst migrateCommand = createMigrateCommand();\nconst refCommand = createRefCommand();\nconst telemetryCommand = createTelemetryCommand();\nconst initCommand = createInitCommand();\nconst formatCommand = createFormatCommand();\nconst lspCommand = createLspCommand();\nprogram.addCommand(initCommand);\nprogram.addCommand(migrateCommand);\nprogram.addCommand(formatCommand);\nprogram.addCommand(lspCommand);\nprogram.addCommand(contractCommand);\nprogram.addCommand(dbCommand);\nprogram.addCommand(migrationCommand);\nprogram.addCommand(refCommand);\nprogram.addCommand(telemetryCommand);\nconst TELEMETRY_CRASH_TEST_SLEEP_MS = 200;\nif (process.env[\"PRISMA_NEXT_ENABLE_TEST_COMMANDS\"] === \"1\") {\n\tconst telemetryCrashTestCommand = new Command(\"__telemetry-crash-test\").description(\"Internal: deliberately throw for the telemetry e2e suite.\").action(async () => {\n\t\tawait new Promise((settle) => setTimeout(settle, TELEMETRY_CRASH_TEST_SLEEP_MS));\n\t\tthrow new Error(\"__telemetry-crash-test: intentional crash for e2e coverage\");\n\t});\n\ttelemetryCrashTestCommand.configureHelp({ visibleCommands: () => [] });\n\tprogram.addCommand(telemetryCrashTestCommand, { hidden: true });\n}\nconst helpCommand = new Command(\"help\").description(\"Show usage instructions\").configureHelp({ formatHelp: (cmd) => {\n\treturn formatCommandHelp({\n\t\tcommand: cmd,\n\t\tflags: parseGlobalFlags({})\n\t});\n} }).action(() => {\n\tconst flags = parseGlobalFlags({});\n\tconst helpText = formatRootHelp({\n\t\tprogram,\n\t\tflags\n\t});\n\tprocess.stdout.write(`${helpText}\\n`);\n\tprocess.exit(0);\n});\nprogram.addCommand(helpCommand);\nprogram.action(() => {\n\tconst flags = parseGlobalFlags({});\n\tconst helpText = formatRootHelp({\n\t\tprogram,\n\t\tflags\n\t});\n\tprocess.stderr.write(`${helpText}\\n`);\n\tprocess.exit(0);\n});\nconst args = process.argv.slice(2);\nif (args.length > 0) {\n\tconst commandName = args[0];\n\tif (commandName === \"--version\" || commandName === \"-V\") {\n\t\tprocess.stdout.write(`${program.version()}\\n`);\n\t\tprocess.exit(0);\n\t}\n\tif (!(commandName === \"--help\" || commandName === \"-h\")) {\n\t\tconst command = program.commands.find((cmd) => cmd.name() === commandName);\n\t\tif (!command) {\n\t\t\tconst flags = parseGlobalFlags({});\n\t\t\tconst topNames = program.commands.map((c) => c.name());\n\t\t\tprocess.stderr.write(`Unknown command: ${commandName}${formatSuggestion(commandName, topNames)}\\n`);\n\t\t\tconst helpText = formatRootHelp({\n\t\t\t\tprogram,\n\t\t\t\tflags\n\t\t\t});\n\t\t\tprocess.stderr.write(`${helpText}\\n`);\n\t\t\tprocess.exit(2);\n\t\t} else if (command.commands.length > 0 && args.length >= 2) {\n\t\t\tconst subcommandName = args[1];\n\t\t\tconst redirect = removedVerbRedirects[`${commandName}:${subcommandName}`];\n\t\t\tif (redirect) {\n\t\t\t\tprocess.stderr.write(`Unknown command: ${subcommandName}\\n${redirect}\\n`);\n\t\t\t\tprocess.exit(2);\n\t\t\t}\n\t\t\tfor (let i = 2; i < args.length; i++) {\n\t\t\t\tconst arg = args[i];\n\t\t\t\tif (!arg.startsWith(\"--\")) continue;\n\t\t\t\tconst flagRedirect = removedFlagRedirects[`${commandName}:${subcommandName}:${arg.slice(2)}`];\n\t\t\t\tif (flagRedirect) {\n\t\t\t\t\tprocess.stderr.write(`Unknown option: ${arg}\\n${flagRedirect}\\n`);\n\t\t\t\t\tprocess.exit(2);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif (command.commands.length > 0 && args.length === 1) {\n\t\t\tconst helpText = formatCommandHelp({\n\t\t\t\tcommand,\n\t\t\t\tflags: parseGlobalFlags({})\n\t\t\t});\n\t\t\tprocess.stderr.write(`${helpText}\\n`);\n\t\t\tprocess.exit(0);\n\t\t}\n\t}\n}\nprogram.parse();\n//#endregion\nexport {};\n\n//# sourceMappingURL=cli.mjs.map"],"mappings":"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"}
1
+ {"version":3,"file":"bin__prisma-next.mjs","names":["isCI"],"sources":["../../../../1-framework/3-tooling/cli/dist/package-Dy2ioA7c.mjs","../../../../1-framework/3-tooling/cli/dist/code-templates-D_dhXHNG.mjs","../../../../1-framework/3-tooling/cli/dist/cli.mjs"],"sourcesContent":["//#region package.json\nvar version = \"8.0.0-rc.1-dev.36\";\n//#endregion\nexport { version as t };\n\n//# sourceMappingURL=package-Dy2ioA7c.mjs.map","import { createScaffoldSpecifierResolver } from \"@internal/publish-surface/import-roots\";\nimport { DEFAULT_CONTRACT_SOURCE_DIR } from \"@internal/config/config-types\";\nimport { keepInternalSpecifiers } from \"@internal/framework-components/emission\";\n//#region src/commands/init/templates/code-templates.ts\n/**\n* The resolver a scaffold for `target` is written against.\n*\n* A scaffold is always on the facade root: `init` writes an application around\n* one database package, and the workspace names are not published, so a project\n* scaffolded against them could not install (ADR 242). Both the files `init`\n* writes and the dependency it adds go through this, so they cannot disagree.\n*/\nfunction scaffoldSpecifierResolverFor(target) {\n\treturn createScaffoldSpecifierResolver({\n\t\tmode: \"facade\",\n\t\tfacade: target === \"postgres\" ? \"@prisma/orm-postgres\" : \"@prisma/orm-mongo\"\n\t});\n}\n/**\n* The package name a scaffolded project depends on and imports from, for the\n* import root it is being scaffolded against.\n*\n* Every specifier the scaffold writes derives from this one, and `init` builds\n* a single resolver and hands it to both the file templates and the dependency\n* it installs — so the two cannot disagree. The one caller that deliberately\n* does not thread a resolver is the re-init cleanup in `inputs.ts`, which\n* inspects a manifest an earlier run wrote rather than writing one.\n*\n* Resolvers for scaffolding should come from `createScaffoldSpecifierResolver`\n* in the publish-surface package, which rejects the roots a facade-shaped\n* scaffold cannot express. (Named without its scope on purpose: JSDoc survives\n* into the published bundle, where an internal package name would trip the\n* shell tarball checks.)\n*/\nfunction targetPackageName(target, resolveImportSpecifier = keepInternalSpecifiers) {\n\treturn resolveImportSpecifier(target === \"postgres\" ? \"@internal/postgres\" : \"@internal/mongo\");\n}\n/** One entrypoint of the scaffolded project's target package. */\nfunction targetEntrypoint(target, subpath, resolveImportSpecifier = keepInternalSpecifiers) {\n\treturn resolveImportSpecifier(`${target === \"postgres\" ? \"@internal/postgres\" : \"@internal/mongo\"}/${subpath}`);\n}\nfunction targetLabel(target) {\n\treturn target === \"postgres\" ? \"PostgreSQL\" : \"MongoDB\";\n}\nfunction defaultSchemaPath(authoring) {\n\tif (authoring === \"typescript\") return `${DEFAULT_CONTRACT_SOURCE_DIR}/contract.ts`;\n\treturn `${DEFAULT_CONTRACT_SOURCE_DIR}/contract.prisma`;\n}\nfunction starterSchema(target, authoring, resolveImportSpecifier = keepInternalSpecifiers) {\n\tif (authoring === \"typescript\") {\n\t\tconst builder = targetEntrypoint(target, \"contract-builder\", resolveImportSpecifier);\n\t\treturn target === \"mongo\" ? starterSchemaTsMongo(builder) : starterSchemaTsPostgres(builder);\n\t}\n\treturn target === \"mongo\" ? starterSchemaPslMongo() : starterSchemaPslPostgres();\n}\n/**\n* Renders a short authoring-appropriate schema sample (FR5.1) for embedding\n* in `prisma-next.md`. Returns a complete fenced markdown code block.\n*\n* The sample intentionally shows just one model: it's illustrative, not\n* a substitute for the full scaffolded contract file. The TS samples use\n* the same outer shape as `starterSchemaTs*` (FR5.3) so a user reading\n* the doc and the file side-by-side sees the same structure.\n*/\nfunction schemaSample(target, authoring, resolveImportSpecifier = keepInternalSpecifiers) {\n\tif (authoring === \"typescript\") {\n\t\tconst builder = targetEntrypoint(target, \"contract-builder\", resolveImportSpecifier);\n\t\treturn target === \"mongo\" ? schemaSampleTsMongo(builder) : schemaSampleTsPostgres(builder);\n\t}\n\treturn target === \"mongo\" ? schemaSamplePslMongo() : schemaSamplePslPostgres();\n}\nfunction schemaSamplePslPostgres() {\n\treturn `\\`\\`\\`prisma\nmodel User {\n id Int @id @default(autoincrement())\n email String @unique\n username String?\n name String?\n}\n\\`\\`\\``;\n}\nfunction schemaSamplePslMongo() {\n\treturn `\\`\\`\\`prisma\nmodel User {\n id ObjectId @id @map(\"_id\")\n email String @unique\n username String?\n name String?\n @@map(\"users\")\n}\n\\`\\`\\``;\n}\nfunction schemaSampleTsPostgres(builder) {\n\treturn `\\`\\`\\`typescript\nimport { defineContract } from '${builder}';\n\nexport const contract = defineContract(\n {},\n ({ field, model }) => ({\n models: {\n User: model('User', {\n fields: {\n id: field.id.uuidv7String(),\n email: field.text().unique(),\n username: field.text().optional(),\n name: field.text().optional(),\n },\n }),\n },\n }),\n);\n\\`\\`\\``;\n}\nfunction schemaSampleTsMongo(builder) {\n\treturn `\\`\\`\\`typescript\nimport { defineContract } from '${builder}';\n\nexport const contract = defineContract(\n {},\n ({ field, model }) => ({\n models: {\n User: model('User', {\n collection: 'users',\n fields: {\n _id: field.objectId(),\n email: field.string(),\n username: field.string().optional(),\n name: field.string().optional(),\n },\n }),\n },\n }),\n);\n\\`\\`\\``;\n}\nfunction starterSchemaPslPostgres() {\n\treturn `// use prisma-next\n\nmodel User {\n id Int @id @default(autoincrement())\n email String @unique\n username String?\n name String?\n posts Post[]\n createdAt DateTime @default(now())\n updatedAt temporal.updatedAt()\n}\n\nmodel Post {\n id Int @id @default(autoincrement())\n title String\n content String?\n author User @relation(fields: [authorId], references: [id])\n authorId Int\n createdAt DateTime @default(now())\n updatedAt temporal.updatedAt()\n}\n`;\n}\nfunction starterSchemaPslMongo() {\n\treturn `// use prisma-next\n\nmodel User {\n id ObjectId @id @map(\"_id\")\n email String @unique\n username String?\n name String?\n posts Post[]\n @@map(\"users\")\n}\n\nmodel Post {\n id ObjectId @id @map(\"_id\")\n title String\n content String?\n author User @relation(fields: [authorId], references: [id])\n authorId ObjectId\n @@map(\"posts\")\n}\n`;\n}\nfunction starterSchemaTsPostgres(builder) {\n\treturn `import { defineContract } from '${builder}';\n\nexport const contract = defineContract(\n {},\n ({ field, model, rel }) => ({\n models: {\n User: model('User', {\n fields: {\n id: field.id.uuidv7String(),\n email: field.text().unique(),\n username: field.text().optional(),\n name: field.text().optional(),\n createdAt: field.temporal.createdAt(),\n updatedAt: field.temporal.updatedAt(),\n },\n relations: {\n posts: rel.hasMany('Post', { by: 'authorId' }),\n },\n }),\n\n Post: model('Post', {\n fields: {\n id: field.id.uuidv7String(),\n title: field.text(),\n content: field.text().optional(),\n authorId: field.uuidString(),\n createdAt: field.temporal.createdAt(),\n updatedAt: field.temporal.updatedAt(),\n },\n relations: {\n author: rel.belongsTo('User', { from: 'authorId', to: 'id' }),\n },\n }),\n },\n }),\n);\n`;\n}\nfunction starterSchemaTsMongo(builder) {\n\treturn `import { defineContract } from '${builder}';\n\nexport const contract = defineContract(\n {},\n ({ field, model, rel }) => ({\n models: {\n User: model('User', {\n collection: 'users',\n fields: {\n _id: field.objectId(),\n email: field.string(),\n username: field.string().optional(),\n name: field.string().optional(),\n },\n relations: {\n posts: rel.hasMany('Post', { from: '_id', to: 'authorId' }),\n },\n }),\n\n Post: model('Post', {\n collection: 'posts',\n fields: {\n _id: field.objectId(),\n title: field.string(),\n content: field.string().optional(),\n authorId: field.objectId(),\n },\n relations: {\n author: rel.belongsTo('User', { from: 'authorId', to: '_id' }),\n },\n }),\n },\n }),\n);\n`;\n}\nfunction configFile(target, contractPath, resolveImportSpecifier = keepInternalSpecifiers) {\n\treturn `import 'dotenv/config';\nimport { defineConfig } from '${targetEntrypoint(target, \"config\", resolveImportSpecifier)}';\n\nexport default defineConfig({\n contract: ${JSON.stringify(contractPath)},\n db: {\n connection: process.env['DATABASE_URL']!,\n },\n});\n`;\n}\nfunction dbFile(target, resolveImportSpecifier = keepInternalSpecifiers) {\n\tconst runtime = targetEntrypoint(target, \"runtime\", resolveImportSpecifier);\n\tif (target === \"postgres\") return `import postgres from '${runtime}';\nimport type { Contract } from './contract.d';\nimport contractJson from './contract.json' with { type: 'json' };\n\nexport const db = postgres<Contract>({\n contractJson,\n url: process.env['DATABASE_URL']!,\n});\n`;\n\treturn `import mongo from '${runtime}';\nimport type { Contract } from './contract.d';\nimport contractJson from './contract.json' with { type: 'json' };\n\nexport const db = mongo<Contract>({\n contractJson,\n url: process.env['DATABASE_URL']!,\n});\n`;\n}\n//#endregion\nexport { schemaSample as a, targetLabel as c, scaffoldSpecifierResolverFor as i, targetPackageName as l, dbFile as n, starterSchema as o, defaultSchemaPath as r, targetEntrypoint as s, configFile as t };\n\n//# sourceMappingURL=code-templates-D_dhXHNG.mjs.map","#!/usr/bin/env node\nimport { t as version } from \"./package-Dy2ioA7c.mjs\";\nimport { f as BIN_NAME, n as installShutdownHandlers } from \"./terminal-ui-Cqz4LVL7.mjs\";\nimport { _ as parseGlobalFlagsOrExit, b as formatCommandHelp, d as setCommandExamples, g as parseGlobalFlags, h as deriveCanPrompt, t as addGlobalOptions, u as setCommandDescriptions, x as formatRootHelp, y as isCI } from \"./command-helpers-kD9CO1hd.mjs\";\nimport { t as createContractEmitCommand } from \"./contract-emit-BlvUNMHM.mjs\";\nimport { t as createContractInferCommand } from \"./contract-infer-C8kLphsm.mjs\";\nimport { r as defaultSchemaPath } from \"./code-templates-D_dhXHNG.mjs\";\nimport { t as createDbInitCommand } from \"./db-init-CyNsXRAB.mjs\";\nimport { t as createDbSchemaCommand } from \"./db-schema-7zNGHgYN.mjs\";\nimport { t as createDbSignCommand } from \"./db-sign-DAs6J3XG.mjs\";\nimport { t as createDbUpdateCommand } from \"./db-update-BX1sOuQk.mjs\";\nimport { t as createDbVerifyCommand } from \"./db-verify-CN4nmxxF.mjs\";\nimport { t as createFormatCommand } from \"./format-DceifGAK.mjs\";\nimport { t as createMigrateCommand } from \"./migrate-DRiUHRCS.mjs\";\nimport { t as createMigrationCheckCommand } from \"./migration-check-BHiINj74.mjs\";\nimport { t as createMigrationGraphCommand } from \"./migration-graph-D0KHjNJ-.mjs\";\nimport { t as createMigrationListCommand } from \"./migration-list-B0SANIeM.mjs\";\nimport { t as createMigrationLogCommand } from \"./migration-log-B3iiP8ns.mjs\";\nimport { t as createMigrationNewCommand } from \"./migration-new-Bf5K9fNK.mjs\";\nimport { t as createMigrationPlanCommand } from \"./migration-plan-oterbw8h.mjs\";\nimport { t as createMigrationShowCommand } from \"./migration-show-iX2cduR4.mjs\";\nimport { r as createMigrationStatusCommand } from \"./migration-status-BZ6gOxyJ.mjs\";\nimport { t as createRefCommand } from \"./ref-CaqNqeRF.mjs\";\nimport { t as createTelemetryCommand } from \"./telemetry-fKuZOFpu.mjs\";\nimport { Command } from \"commander\";\nimport { ensureInstallationId, readUserConfig, resolveGating, runTelemetry, userConfigPath } from \"@internal/cli-telemetry\";\nimport { distance } from \"closest-match\";\nimport { fileURLToPath } from \"node:url\";\n//#region src/commands/init/index.ts\nfunction createInitCommand() {\n\tconst command = new Command(\"init\");\n\tsetCommandDescriptions(command, \"Initialize a new Prisma Next project\", `Scaffolds config, schema, and runtime files, installs dependencies,\nand emits the contract. Gets you from zero to typed queries in one step.\n\nRun interactively for a guided experience, or supply --target / --authoring\nand --yes for a fully scriptable run (CI, AI coding agents, automation).\n\nExit codes (see CLI Style Guide § Exit Codes):\n 0 OK Init succeeded.\\n 1 INTERNAL_ERROR Unexpected bug in prisma-next (please report).\\n 2 PRECONDITION Bad flags / missing prerequisite (e.g. no package.json).\\n 3 USER_ABORTED User cancelled an interactive prompt.\\n 4 INSTALL_FAILED Dependency installation failed (init-specific).\\n 5 EMIT_FAILED \\`contract emit\\` failed after install (init-specific).\\n 6 SKILL_INSTALL_FAILED Agent-skill install failed (re-run with --no-skill to skip).`);\n\tsetCommandExamples(command, [\n\t\t\"prisma-next init\",\n\t\t\"prisma-next init --yes --target postgres --authoring psl\",\n\t\t\"prisma-next init --yes --target mongodb --authoring typescript --json\",\n\t\t\"prisma-next init --yes --force --target postgres --authoring psl # overwrite an existing scaffold\",\n\t\t\"prisma-next init --no-install # skip pnpm/npm install + emit\",\n\t\t\"prisma-next init --no-skill # skip the skills install (air-gapped / restricted env)\"\n\t]);\n\treturn addGlobalOptions(command).option(\"--target <db>\", \"Database target: postgres or mongodb\").option(\"--authoring <style>\", \"Schema authoring style: psl or typescript\").option(\"--schema-path <path>\", `Where to write the starter schema (default: ${defaultSchemaPath(\"psl\")})`).option(\"--force\", \"Overwrite an existing scaffold without prompting\").option(\"--write-env\", \"Write a .env file from .env.example (gitignored; default: only .env.example)\").option(\"--probe-db\", \"Connect to DATABASE_URL once and check the server version against the target minimum (opt-in; off by default)\").option(\"--strict-probe\", \"Treat a failed --probe-db as fatal (no-op without --probe-db; init is offline-by-default)\").option(\"--no-install\", \"Skip dependency installation and contract emission\").option(\"--no-skill\", \"Skip Prisma Next skills install (air-gapped CI, restricted registries, etc.)\").action(async (options) => {\n\t\tconst { runInit } = await import(\"./init-SY01IBU-.mjs\");\n\t\tconst flags = parseGlobalFlagsOrExit(options);\n\t\tconst canPrompt = deriveCanPrompt({\n\t\t\tflagsInteractive: flags.interactive,\n\t\t\toptionInteractive: options.interactive,\n\t\t\tstdinIsTTY: Boolean(process.stdin.isTTY)\n\t\t});\n\t\tconst exitCode = await runInit(process.cwd(), {\n\t\t\toptions,\n\t\t\tflags,\n\t\t\tcanPrompt\n\t\t});\n\t\tprocess.exit(exitCode);\n\t});\n}\n//#endregion\n//#region src/commands/lsp.ts\nfunction createLspCommand() {\n\tconst command = new Command(\"lsp\");\n\tsetCommandDescriptions(command, \"Start the Prisma Next language server\", \"Launches a Language Server Protocol server that publishes PSL parse diagnostics\\nand handles whole-document PSL formatting for the schema inputs declared in\\nyour config (contract.source.inputs). Formatting uses the Prisma Next PSL\\nformatter and the formatter block from the project config.\\nCommunicates over stdio; intended to be spawned by an\\neditor, not run interactively. The server keeps running until the editor client\\ndisconnects.\");\n\tsetCommandExamples(command, [\"prisma-next lsp --stdio\"]);\n\taddGlobalOptions(command).option(\"--stdio\", \"Communicate with the editor over stdio (the default and only transport)\").action(async () => {\n\t\tconst { startServer } = await import(\"@internal/language-server\");\n\t\tstartServer();\n\t});\n\treturn command;\n}\n//#endregion\n//#region src/utils/suggest-command.ts\n/**\n* Suggests similar command names for a mistyped input.\n*\n* Uses Levenshtein distance to find close matches. Only suggests commands\n* within a reasonable distance threshold (40% of the input length, minimum 2).\n* Returns up to 3 suggestions in case of ties.\n*\n* @returns Array of suggested command names (empty if nothing is close enough).\n*/\nfunction suggestCommands(input, candidates) {\n\tif (candidates.length === 0) return [];\n\tconst maxDistance = Math.max(2, Math.ceil(input.length * .4));\n\tconst scored = candidates.map((name) => ({\n\t\tname,\n\t\tdist: distance(input, name)\n\t})).filter((entry) => entry.dist <= maxDistance).sort((a, b) => a.dist - b.dist);\n\tif (scored.length === 0) return [];\n\tconst bestDist = scored[0].dist;\n\treturn scored.filter((entry) => entry.dist === bestDist).slice(0, 3).map((entry) => entry.name);\n}\n//#endregion\n//#region src/utils/telemetry.ts\n/**\n* Resolve the commander command path from a leaf `Command`, walking up\n* the parent chain. Result is rooted at the program name and ends at\n* the leaf — `['prisma-next', 'migration', 'new']` for\n* `prisma-next migration new …`.\n*/\nfunction commandPathFor(actionCommand) {\n\tconst path = [];\n\tlet cursor = actionCommand;\n\twhile (cursor !== null) {\n\t\tpath.unshift(cursor.name());\n\t\tcursor = cursor.parent;\n\t}\n\treturn path;\n}\nfunction commanderOptionSnapshots(actionCommand) {\n\treturn actionCommand.options.map((option) => {\n\t\tconst attributeName = option.attributeName();\n\t\treturn {\n\t\t\tattributeName,\n\t\t\tlongName: option.long ?? null,\n\t\t\tsource: actionCommand.getOptionValueSource(attributeName) ?? null\n\t\t};\n\t});\n}\n/**\n* Project commander's leaf `Command` into the wire-shape snapshot the\n* telemetry sanitiser consumes. Pure projection — no env, no I/O.\n*/\nfunction commanderSnapshotForTelemetry(actionCommand) {\n\treturn {\n\t\tcommandPath: commandPathFor(actionCommand),\n\t\tpositionalArgs: actionCommand.args,\n\t\toptions: commanderOptionSnapshots(actionCommand)\n\t};\n}\nfunction resolveTelemetryGate() {\n\tif (isCI()) return {\n\t\tenabled: false,\n\t\toutcome: {\n\t\t\tspawned: false,\n\t\t\treason: \"ci\"\n\t\t}\n\t};\n\tconst userConfig = readUserConfig();\n\tif (!resolveGating({\n\t\tenv: process.env,\n\t\tconfig: userConfig\n\t}).enabled) return {\n\t\tenabled: false,\n\t\toutcome: {\n\t\t\tspawned: false,\n\t\t\treason: \"gated-off\"\n\t\t}\n\t};\n\treturn {\n\t\tenabled: true,\n\t\tuserConfig\n\t};\n}\n/**\n* Path to the compiled sender script inside `@internal/cli-telemetry`'s\n* `dist/`. Resolved off this module's `import.meta.url` via the package\n* specifier `@internal/cli-telemetry/sender`, so the consumer pays\n* no attention to internal package layout.\n*/\nfunction senderPath() {\n\treturn fileURLToPath(new URL(import.meta.resolve(\"@internal/cli-telemetry/sender\")));\n}\nfunction fireTelemetry(actionCommand, userConfig) {\n\treturn runTelemetry({\n\t\tcommand: commanderSnapshotForTelemetry(actionCommand),\n\t\tversion,\n\t\tprojectRoot: process.cwd(),\n\t\tsenderPath: senderPath(),\n\t\tisCI: isCI(),\n\t\tenv: process.env,\n\t\tuserConfig\n\t});\n}\n/**\n* preAction-stage entry point. Synchronous by construction: resolve\n* env/CI/user-consent gates (cheap, all in-memory and a single tiny\n* user-config read), then — only when enabled — `fork()` the detached\n* sender script. The forked child loads `prisma-next.config.*` via\n* c12 on its own (see `loadProjectConfig` in cli-telemetry); the\n* parent does no project-config I/O on the command's hot path.\n*\n* Privacy invariant: gate resolution always happens before any project\n* config touches disk. The child loading user TS code is acceptable\n* only because it's gated behind the same resolved-enabled signal.\n*/\n/**\n* Builds the one-time first-run disclosure. The resolved absolute path to\n* the user-level config file is substituted in so the user can see exactly\n* which file to edit (it must not be confused with `prisma-next.config.ts`).\n* `prisma-next telemetry disable` is named as the primary, friendliest\n* opt-out, alongside the env vars and the config edit.\n*/\nfunction firstRunNotice(configPath) {\n\treturn [\n\t\t\"Prisma Next collects anonymous CLI usage data, enabled by default.\",\n\t\t\"What's collected and why: https://prisma-next.dev/docs/cli/telemetry.\",\n\t\t\"Opt out: run \\\"prisma-next telemetry disable\\\", set DO_NOT_TRACK=1 or\",\n\t\t`PRISMA_NEXT_DISABLE_TELEMETRY=1, or set \"enableTelemetry\": false in ${configPath}.`\n\t].join(\" \");\n}\n/**\n* Best-effort first-run disclosure + installationId mint. Runs only on the\n* gating-enabled path. Prints the notice to stderr (never stdout) and mints\n* a persistent id without touching `enableTelemetry`, so the opt-out default\n* stays intact and no unasked-for consent is recorded.\n*\n* Every step is wrapped so an un-writable config dir (or any other failure)\n* never throws and never blocks the command. Returns the minted (or\n* pre-existing) id so the caller can forward it to `runTelemetry` without a\n* redundant disk read. On mint failure it returns `undefined`: the notice may\n* reprint next run, and `runTelemetry` no-ops on the missing id.\n*/\nfunction discloseAndMintOnFirstRun() {\n\ttry {\n\t\tprocess.stderr.write(`${firstRunNotice(userConfigPath())}\\n`);\n\t} catch {}\n\ttry {\n\t\treturn ensureInstallationId();\n\t} catch {}\n}\n/**\n* True when the run is the `telemetry` command (or one of its\n* subcommands). The usage-telemetry preAction fire is exempted for it:\n* it would be absurd for `telemetry disable` to send a usage event before\n* disabling, or for `telemetry status` to mint an id + send while merely\n* reporting state. This is the only command-specific exemption.\n*\n* The check is rooted at the program: the path must be\n* `['prisma-next', 'telemetry', …]`, so it matches the top-level\n* `telemetry` command and its subcommands without matching a hypothetical\n* nested `… telemetry` elsewhere.\n*/\nfunction isTelemetryCommand(actionCommand) {\n\treturn commandPathFor(actionCommand)[1] === \"telemetry\";\n}\nfunction fireTelemetryFromPreAction(actionCommand) {\n\tif (isTelemetryCommand(actionCommand)) return {\n\t\tspawned: false,\n\t\treason: \"gated-off\"\n\t};\n\tconst gate = resolveTelemetryGate();\n\tif (!gate.enabled) return gate.outcome;\n\tconst storedId = gate.userConfig.installationId;\n\tif (typeof storedId !== \"string\" || storedId.length === 0) {\n\t\tconst installationId = discloseAndMintOnFirstRun();\n\t\treturn fireTelemetry(actionCommand, installationId === void 0 ? gate.userConfig : {\n\t\t\t...gate.userConfig,\n\t\t\tinstallationId\n\t\t});\n\t}\n\treturn fireTelemetry(actionCommand, gate.userConfig);\n}\n//#endregion\n//#region src/cli.ts\ninstallShutdownHandlers();\n/**\n* Lookup table mapping removed subcommands to their replacement verbs.\n* Keyed by `<parent>:<subcommand>` (e.g. `migration:apply`).\n* The handler consults this before falling back to the fuzzy suggest engine.\n*/\nconst removedVerbRedirects = {\n\t\"migration:apply\": \"Use `prisma-next migrate --to <contract>` instead.\",\n\t\"migration:ref\": \"Use `prisma-next ref set|list|delete` instead.\"\n};\n/**\n* Removed flags on specific subcommands. Keyed by `<parent>:<sub>:<flag>`.\n* Checked during the pre-parse argv scan before commander sees the flags.\n*/\nconst removedFlagRedirects = {\n\t\"migration:status:graph\": \"Use `prisma-next migration graph` to view the migration graph.\",\n\t\"migration:status:all\": \"Use `prisma-next migration log --db <url>` to view the full execution history.\",\n\t\"migration:status:limit\": \"Use `prisma-next migration log --db <url>` to view the full execution history.\",\n\t\"migration:status:ref\": \"Use `--to <contract>` instead of `--ref`.\"\n};\n/**\n* Formats the \"Did you mean ...?\" hint for an unknown command.\n*/\nfunction formatSuggestion(input, candidates) {\n\tconst suggestions = suggestCommands(input, candidates.map((c) => c));\n\tif (suggestions.length === 0) return \"\";\n\tif (suggestions.length === 1) return `\\nDid you mean ${suggestions[0]}?\\n`;\n\treturn `\\nDid you mean one of these?\\n${suggestions.map((s) => ` ${s}`).join(\"\\n\")}\\n`;\n}\nconst program = new Command();\nprogram.name(BIN_NAME).description(\"Prisma Next CLI\").version(version);\nprogram.hook(\"preAction\", (_thisCommand, actionCommand) => {\n\ttry {\n\t\tfireTelemetryFromPreAction(actionCommand);\n\t} catch {}\n});\nconst versionOption = program.options.find((opt) => opt.flags.includes(\"--version\"));\nif (versionOption) versionOption.description = \"Output the version number\";\nprogram.configureOutput({\n\twriteErr: () => {},\n\twriteOut: (str) => {\n\t\tprocess.stdout.write(str);\n\t}\n});\nconst rootHelpFormatter = (cmd) => {\n\treturn formatRootHelp({\n\t\tprogram: cmd,\n\t\tflags: parseGlobalFlags({})\n\t});\n};\nprogram.configureHelp({\n\tformatHelp: rootHelpFormatter,\n\tsubcommandDescription: () => \"\"\n});\nprogram.exitOverride((err) => {\n\tif (err) {\n\t\tconst errorCode = err.code;\n\t\tconst errorMessage = String(err.message ?? \"\");\n\t\tconst errorName = err.name ?? \"\";\n\t\tif (errorCode === \"commander.unknownCommand\" || errorCode === \"commander.unknownArgument\" || errorName === \"CommanderError\" && (errorMessage.includes(\"unknown command\") || errorMessage.includes(\"unknown argument\"))) {\n\t\t\tconst flags = parseGlobalFlags({});\n\t\t\tconst match = errorMessage.match(/unknown command ['\"]([^'\"]+)['\"]/);\n\t\t\tconst commandName = match ? match[1] : process.argv[3] || process.argv[2] || \"unknown\";\n\t\t\tconst firstArg = process.argv[2];\n\t\t\tconst parentCommand = firstArg ? program.commands.find((cmd) => cmd.name() === firstArg) : void 0;\n\t\t\tif (parentCommand && commandName !== firstArg) {\n\t\t\t\tconst subNames = parentCommand.commands.map((c) => c.name());\n\t\t\t\tprocess.stderr.write(`Unknown command: ${commandName}${formatSuggestion(commandName, subNames)}\\n`);\n\t\t\t\tconst helpText = formatCommandHelp({\n\t\t\t\t\tcommand: parentCommand,\n\t\t\t\t\tflags\n\t\t\t\t});\n\t\t\t\tprocess.stderr.write(`${helpText}\\n`);\n\t\t\t} else {\n\t\t\t\tconst topNames = program.commands.map((c) => c.name());\n\t\t\t\tprocess.stderr.write(`Unknown command: ${commandName}${formatSuggestion(commandName, topNames)}\\n`);\n\t\t\t\tconst helpText = formatRootHelp({\n\t\t\t\t\tprogram,\n\t\t\t\t\tflags\n\t\t\t\t});\n\t\t\t\tprocess.stderr.write(`${helpText}\\n`);\n\t\t\t}\n\t\t\tprocess.exit(2);\n\t\t\treturn;\n\t\t}\n\t\tif (errorCode === \"commander.help\" || errorCode === \"commander.helpDisplayed\" || errorCode === \"outputHelp\" || errorMessage === \"(outputHelp)\" || errorMessage.includes(\"outputHelp\") || errorName === \"CommanderError\" && errorMessage.includes(\"outputHelp\")) {\n\t\t\tprocess.exit(0);\n\t\t\treturn;\n\t\t}\n\t\tif (errorCode === \"commander.missingArgument\" || errorCode === \"commander.missingMandatoryOptionValue\" || errorName === \"CommanderError\" && (errorMessage.includes(\"missing\") || errorMessage.includes(\"required\"))) {\n\t\t\tprocess.exit(2);\n\t\t\treturn;\n\t\t}\n\t\tprocess.stderr.write(`Unhandled error: ${err.message}\\n`);\n\t\tif (err.stack) process.stderr.write(`${err.stack}\\n`);\n\t\tprocess.exit(1);\n\t}\n\tprocess.exit(0);\n});\nconst contractCommand = new Command(\"contract\");\nsetCommandDescriptions(contractCommand, \"Contract management commands\", \"Define and emit your application data contract. The contract describes your schema as a\\ndeclarative data structure that can be signed and verified against your database.\");\ncontractCommand.configureHelp({\n\tformatHelp: (cmd) => {\n\t\treturn formatCommandHelp({\n\t\t\tcommand: cmd,\n\t\t\tflags: parseGlobalFlags({})\n\t\t});\n\t},\n\tsubcommandDescription: () => \"\"\n});\nconst contractEmitCommand = createContractEmitCommand();\ncontractCommand.addCommand(contractEmitCommand);\nconst contractInferCommand = createContractInferCommand();\ncontractCommand.addCommand(contractInferCommand);\nconst dbCommand = new Command(\"db\");\nsetCommandDescriptions(dbCommand, \"Database management commands\", \"Verify and sign your database with your contract. Ensure your database schema matches\\nyour contract, and sign it to record the contract hash for future verification.\");\ndbCommand.configureHelp({\n\tformatHelp: (cmd) => {\n\t\treturn formatCommandHelp({\n\t\t\tcommand: cmd,\n\t\t\tflags: parseGlobalFlags({})\n\t\t});\n\t},\n\tsubcommandDescription: () => \"\"\n});\nconst dbVerifyCommand = createDbVerifyCommand();\ndbCommand.addCommand(dbVerifyCommand);\nconst dbInitCommand = createDbInitCommand();\ndbCommand.addCommand(dbInitCommand);\nconst dbUpdateCommand = createDbUpdateCommand();\ndbCommand.addCommand(dbUpdateCommand);\nconst dbSchemaCommand = createDbSchemaCommand();\ndbCommand.addCommand(dbSchemaCommand);\nconst dbSignCommand = createDbSignCommand();\ndbCommand.addCommand(dbSignCommand);\nconst migrationCommand = new Command(\"migration\");\nsetCommandDescriptions(migrationCommand, \"On-disk migration management commands\", \"Plan, apply, and scaffold on-disk migration packages. Migrations are\\ncontract-to-contract edges stored as versioned directories under migrations/.\");\nmigrationCommand.configureHelp({\n\tformatHelp: (cmd) => {\n\t\treturn formatCommandHelp({\n\t\t\tcommand: cmd,\n\t\t\tflags: parseGlobalFlags({})\n\t\t});\n\t},\n\tsubcommandDescription: () => \"\"\n});\nconst migrationPlanCommand = createMigrationPlanCommand();\nmigrationCommand.addCommand(migrationPlanCommand);\nconst migrationNewCommand = createMigrationNewCommand();\nmigrationCommand.addCommand(migrationNewCommand);\nconst migrationShowCommand = createMigrationShowCommand();\nmigrationCommand.addCommand(migrationShowCommand);\nconst migrationStatusCommand = createMigrationStatusCommand();\nmigrationCommand.addCommand(migrationStatusCommand);\nconst migrationLogCommand = createMigrationLogCommand();\nmigrationCommand.addCommand(migrationLogCommand);\nconst migrationListCommand = createMigrationListCommand();\nmigrationCommand.addCommand(migrationListCommand);\nconst migrationGraphCommand = createMigrationGraphCommand();\nmigrationCommand.addCommand(migrationGraphCommand);\nconst migrationCheckCommand = createMigrationCheckCommand();\nmigrationCommand.addCommand(migrationCheckCommand);\nconst migrateCommand = createMigrateCommand();\nconst refCommand = createRefCommand();\nconst telemetryCommand = createTelemetryCommand();\nconst initCommand = createInitCommand();\nconst formatCommand = createFormatCommand();\nconst lspCommand = createLspCommand();\nprogram.addCommand(initCommand);\nprogram.addCommand(migrateCommand);\nprogram.addCommand(formatCommand);\nprogram.addCommand(lspCommand);\nprogram.addCommand(contractCommand);\nprogram.addCommand(dbCommand);\nprogram.addCommand(migrationCommand);\nprogram.addCommand(refCommand);\nprogram.addCommand(telemetryCommand);\nconst TELEMETRY_CRASH_TEST_SLEEP_MS = 200;\nif (process.env[\"PRISMA_NEXT_ENABLE_TEST_COMMANDS\"] === \"1\") {\n\tconst telemetryCrashTestCommand = new Command(\"__telemetry-crash-test\").description(\"Internal: deliberately throw for the telemetry e2e suite.\").action(async () => {\n\t\tawait new Promise((settle) => setTimeout(settle, TELEMETRY_CRASH_TEST_SLEEP_MS));\n\t\tthrow new Error(\"__telemetry-crash-test: intentional crash for e2e coverage\");\n\t});\n\ttelemetryCrashTestCommand.configureHelp({ visibleCommands: () => [] });\n\tprogram.addCommand(telemetryCrashTestCommand, { hidden: true });\n}\nconst helpCommand = new Command(\"help\").description(\"Show usage instructions\").configureHelp({ formatHelp: (cmd) => {\n\treturn formatCommandHelp({\n\t\tcommand: cmd,\n\t\tflags: parseGlobalFlags({})\n\t});\n} }).action(() => {\n\tconst flags = parseGlobalFlags({});\n\tconst helpText = formatRootHelp({\n\t\tprogram,\n\t\tflags\n\t});\n\tprocess.stdout.write(`${helpText}\\n`);\n\tprocess.exit(0);\n});\nprogram.addCommand(helpCommand);\nprogram.action(() => {\n\tconst flags = parseGlobalFlags({});\n\tconst helpText = formatRootHelp({\n\t\tprogram,\n\t\tflags\n\t});\n\tprocess.stderr.write(`${helpText}\\n`);\n\tprocess.exit(0);\n});\nconst args = process.argv.slice(2);\nif (args.length > 0) {\n\tconst commandName = args[0];\n\tif (commandName === \"--version\" || commandName === \"-V\") {\n\t\tprocess.stdout.write(`${program.version()}\\n`);\n\t\tprocess.exit(0);\n\t}\n\tif (!(commandName === \"--help\" || commandName === \"-h\")) {\n\t\tconst command = program.commands.find((cmd) => cmd.name() === commandName);\n\t\tif (!command) {\n\t\t\tconst flags = parseGlobalFlags({});\n\t\t\tconst topNames = program.commands.map((c) => c.name());\n\t\t\tprocess.stderr.write(`Unknown command: ${commandName}${formatSuggestion(commandName, topNames)}\\n`);\n\t\t\tconst helpText = formatRootHelp({\n\t\t\t\tprogram,\n\t\t\t\tflags\n\t\t\t});\n\t\t\tprocess.stderr.write(`${helpText}\\n`);\n\t\t\tprocess.exit(2);\n\t\t} else if (command.commands.length > 0 && args.length >= 2) {\n\t\t\tconst subcommandName = args[1];\n\t\t\tconst redirect = removedVerbRedirects[`${commandName}:${subcommandName}`];\n\t\t\tif (redirect) {\n\t\t\t\tprocess.stderr.write(`Unknown command: ${subcommandName}\\n${redirect}\\n`);\n\t\t\t\tprocess.exit(2);\n\t\t\t}\n\t\t\tfor (let i = 2; i < args.length; i++) {\n\t\t\t\tconst arg = args[i];\n\t\t\t\tif (!arg.startsWith(\"--\")) continue;\n\t\t\t\tconst flagRedirect = removedFlagRedirects[`${commandName}:${subcommandName}:${arg.slice(2)}`];\n\t\t\t\tif (flagRedirect) {\n\t\t\t\t\tprocess.stderr.write(`Unknown option: ${arg}\\n${flagRedirect}\\n`);\n\t\t\t\t\tprocess.exit(2);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif (command.commands.length > 0 && args.length === 1) {\n\t\t\tconst helpText = formatCommandHelp({\n\t\t\t\tcommand,\n\t\t\t\tflags: parseGlobalFlags({})\n\t\t\t});\n\t\t\tprocess.stderr.write(`${helpText}\\n`);\n\t\t\tprocess.exit(0);\n\t\t}\n\t}\n}\nprogram.parse();\n//#endregion\nexport {};\n\n//# sourceMappingURL=cli.mjs.map"],"mappings":"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"}
package/dist/cli.mjs CHANGED
@@ -5,7 +5,7 @@ import { h as renderPreviewStatement, m as previewBlockHeader } from "./terminal
5
5
  import { c as spaceMigrationDirectory } from "./verify-contract-spaces-DhJTb0zM-_oh6W6lp.mjs";
6
6
  import { S as targetSupportsMigrations, f as maskConnectionUrl, n as closeQuietly, v as sanitizeErrorMessage } from "./command-helpers-kD9CO1hd-BPhnkBin.mjs";
7
7
  import { t as createContractEmitCommand } from "./contract-emit-BlvUNMHM-BEioUVR5.mjs";
8
- import { t as createFormatCommand } from "./format-D5x0jz7q-xalz6Fkn.mjs";
8
+ import { n as executeFormat, t as createFormatCommand } from "./format-DceifGAK-BJhTdkcO.mjs";
9
9
  import { a as loadContractSpaceAggregateForCli, r as buildReadAggregate, s as refuseContractSpaceIntegrity, u as toDeclaredExtensionsFromRaw } from "./contract-space-aggregate-loader-BpdB-mHG-BiU0IUeb.mjs";
10
10
  import { t as createControlClient } from "./client-BqhVohc5-DFRVWFps.mjs";
11
11
  import { a as readContractIR, o as resolveRefAdvancementFields, t as advanceRefSafely } from "./ref-advancement-DaZBzm7m-WoqnFAyr.mjs";
@@ -22,6 +22,7 @@ import { n as looksLikePath, r as resolveAppTargetPath, t as findPackageByDirPat
22
22
  import { t as buildMigrationSpaceGraphEntries } from "./migration-graph-DmdVVJoZ-DDBKjUMz.mjs";
23
23
  import { n as renderMigrationGraphDot, r as renderMigrationGraphSections, t as buildMigrationGraphTreeSections } from "./migration-graph-sections-BWcFCOL6-_G0Wb4QR.mjs";
24
24
  import { a as sortLedgerEntries, i as serializeLedgerEntriesForJson, n as formatLedgerAppliedAt, o as styleHashTransition, t as MIGRATION_LOG_EMPTY_MESSAGE } from "./migration-log-table-DRiOnvzf-zTQBThqe.mjs";
25
+ import { n as executeRefListCommand, r as executeRefSetCommand, t as executeRefDeleteCommand } from "./ref-CVD6j3jA-BAgpZLNM.mjs";
25
26
  import { CliStructuredError } from "@prisma/orm-framework/errors/control";
26
27
  import { ifDefined } from "@prisma/orm-framework/utils/defined";
27
28
  import { join, normalize, relative, resolve } from "pathe";
@@ -37,7 +38,7 @@ import { defineCommand, defineCommandFamily, defineConfigSection, flag, position
37
38
  import { CliStructuredError as CliStructuredError$1, notOk, ok } from "@prisma/cli-engine/protocol";
38
39
  import { pathToFileURL } from "node:url";
39
40
  import { build } from "esbuild";
40
- //#region ../../../1-framework/3-tooling/cli/dist/load-config-BQgwPvgu.mjs
41
+ //#region ../../../1-framework/3-tooling/cli/dist/load-config-h2VTJG-X.mjs
41
42
  const MISSING_CONFIG_ACTION = {
42
43
  kind: "run-command",
43
44
  label: "Create a configuration file",
@@ -903,6 +904,44 @@ function createDbSchemaCommand(createClient) {
903
904
  });
904
905
  }
905
906
  const dbSchemaCommand = createDbSchemaCommand(createControlClient);
907
+ const NOTHING_TO_FORMAT = "Nothing to format (contract source is not PSL).";
908
+ function formatPresentations(document, cwd) {
909
+ const path = document.path;
910
+ return {
911
+ human: () => document.formatted && path !== void 0 ? [{
912
+ kind: "summary",
913
+ status: "ok",
914
+ text: [{ text: "Formatted " }, {
915
+ text: relative(cwd, path),
916
+ tone: "identifier"
917
+ }]
918
+ }] : [{
919
+ kind: "summary",
920
+ status: "info",
921
+ text: NOTHING_TO_FORMAT
922
+ }],
923
+ json: () => document
924
+ };
925
+ }
926
+ function createFormatCommand$1(execute = executeFormat) {
927
+ return defineOrmCommand({
928
+ help: {
929
+ summary: "Format your PSL contract source",
930
+ description: "Formats the Prisma schema (PSL) contract source declared in your config\n(contract.source.inputs[0]) in place. Only runs when contract.source.format\nis 'psl'; a TypeScript or unset source is left untouched. Indent and newline\nare read from the optional formatter config section, defaulting to two\nspaces and the system newline.",
931
+ examples: ["format", "format --json"]
932
+ },
933
+ needs: { config: ormConfigSection },
934
+ handler: async (_args, ctx) => {
935
+ const result = await execute({
936
+ config: ctx.config,
937
+ cwd: ctx.cwd
938
+ });
939
+ if (!result.ok) return notOk(normalizeError(result.failure));
940
+ return ok(ctx.present({ data: result.value }, formatPresentations(result.value, ctx.cwd)));
941
+ }
942
+ });
943
+ }
944
+ const formatCommand = createFormatCommand$1();
906
945
  const STATUS_ACTION = runCommandAction("Check every space against the database", "prisma-next migration status");
907
946
  /**
908
947
  * The route the migration will take. The graph is a drawing — the engine cannot
@@ -1337,7 +1376,7 @@ const migrationGraphCommand = defineOrmCommand({
1337
1376
  })));
1338
1377
  }
1339
1378
  });
1340
- function listPresentations(inputs) {
1379
+ function listPresentations$1(inputs) {
1341
1380
  const legend = inputs.legend;
1342
1381
  return {
1343
1382
  human: () => [
@@ -1410,7 +1449,7 @@ const migrationListCommand = defineOrmCommand({
1410
1449
  styler,
1411
1450
  palette: TONE_MIGRATION_GRAPH_PALETTE
1412
1451
  }) : void 0;
1413
- return ok(ctx.present({ data: listed.value }, listPresentations({
1452
+ return ok(ctx.present({ data: listed.value }, listPresentations$1({
1414
1453
  list: listed.value,
1415
1454
  tree,
1416
1455
  migrationsDir: displayPath(migrationsDir, ctx.cwd),
@@ -1761,6 +1800,160 @@ const migrationShowCommand = defineOrmCommand({
1761
1800
  })));
1762
1801
  }
1763
1802
  });
1803
+ function deletePresentations(document) {
1804
+ return {
1805
+ human: () => [{
1806
+ kind: "summary",
1807
+ status: "ok",
1808
+ text: [
1809
+ { text: "Deleted ref \"" },
1810
+ {
1811
+ text: document.ref,
1812
+ tone: "ref"
1813
+ },
1814
+ { text: "\"" }
1815
+ ]
1816
+ }],
1817
+ json: () => document
1818
+ };
1819
+ }
1820
+ function createRefDeleteCommand(execute = executeRefDeleteCommand) {
1821
+ return defineOrmCommand({
1822
+ help: {
1823
+ summary: "Delete a ref",
1824
+ description: "Removes migrations/app/refs/<name>.json. The contract the ref pointed at\nis untouched: a ref is a pointer, and its target survives the deletion.",
1825
+ examples: ["ref delete staging", "ref delete staging --json"]
1826
+ },
1827
+ args: { positionals: { name: positional.string({
1828
+ brief: "Ref name to delete",
1829
+ placeholder: "name"
1830
+ }) } },
1831
+ needs: { config: ormConfigSection },
1832
+ handler: async (args, ctx) => {
1833
+ const result = await execute(args.positionals.name, {
1834
+ config: ctx.config,
1835
+ cwd: ctx.cwd
1836
+ });
1837
+ if (!result.ok) return notOk(normalizeError(result.failure));
1838
+ return ok(ctx.present({ data: result.value }, deletePresentations(result.value)));
1839
+ }
1840
+ });
1841
+ }
1842
+ const refDeleteCommand = createRefDeleteCommand();
1843
+ const HEADING_REF = "Ref";
1844
+ const HEADING_CONTRACT = "Contract";
1845
+ const HEADING_INVARIANTS = "Invariants";
1846
+ const EMPTY_MESSAGE = "No refs defined";
1847
+ /**
1848
+ * The refs as a grid the engine sizes. The invariants heading appears only
1849
+ * when a ref carries any, as the commander shell appended them only then.
1850
+ */
1851
+ function refsGrid(refs) {
1852
+ const entries = Object.entries(refs);
1853
+ const showInvariants = entries.some(([, entry]) => entry.invariants.length > 0);
1854
+ return {
1855
+ kind: "table",
1856
+ columns: showInvariants ? [
1857
+ HEADING_REF,
1858
+ HEADING_CONTRACT,
1859
+ HEADING_INVARIANTS
1860
+ ] : [HEADING_REF, HEADING_CONTRACT],
1861
+ rows: entries.map(([name, entry]) => {
1862
+ const cells = [[{
1863
+ text: name,
1864
+ tone: "ref"
1865
+ }], [{
1866
+ text: entry.hash,
1867
+ tone: "identifier"
1868
+ }]];
1869
+ if (showInvariants) cells.push(entry.invariants.join(", "));
1870
+ return cells;
1871
+ })
1872
+ };
1873
+ }
1874
+ function listPresentations(document) {
1875
+ return {
1876
+ human: () => Object.keys(document.refs).length === 0 ? [{
1877
+ kind: "summary",
1878
+ status: "info",
1879
+ text: EMPTY_MESSAGE
1880
+ }] : [refsGrid(document.refs)],
1881
+ json: () => document
1882
+ };
1883
+ }
1884
+ function createRefListCommand(execute = executeRefListCommand) {
1885
+ return defineOrmCommand({
1886
+ help: {
1887
+ summary: "List every named ref",
1888
+ description: "Reads migrations/app/refs/ and reports each ref with the contract hash it\npoints at and the invariants recorded against it. Offline — does not\nconsult the database.",
1889
+ examples: ["ref list", "ref list --json"]
1890
+ },
1891
+ needs: { config: ormConfigSection },
1892
+ handler: async (_args, ctx) => {
1893
+ const result = await execute({
1894
+ config: ctx.config,
1895
+ cwd: ctx.cwd
1896
+ });
1897
+ if (!result.ok) return notOk(normalizeError(result.failure));
1898
+ return ok(ctx.present({ data: result.value }, listPresentations(result.value)));
1899
+ }
1900
+ });
1901
+ }
1902
+ const refListCommand = createRefListCommand();
1903
+ function setPresentations(document) {
1904
+ return {
1905
+ human: () => [{
1906
+ kind: "summary",
1907
+ status: "ok",
1908
+ text: [
1909
+ { text: "Set ref \"" },
1910
+ {
1911
+ text: document.ref,
1912
+ tone: "ref"
1913
+ },
1914
+ { text: "\" → " },
1915
+ {
1916
+ text: document.hash,
1917
+ tone: "identifier"
1918
+ }
1919
+ ]
1920
+ }],
1921
+ json: () => document
1922
+ };
1923
+ }
1924
+ function createRefSetCommand(execute = executeRefSetCommand) {
1925
+ return defineOrmCommand({
1926
+ help: {
1927
+ summary: "Point a ref at a contract",
1928
+ description: "Writes migrations/app/refs/<name>.json so a logical environment name\nresolves to a contract hash. The contract is given as a hash or prefix,\nanother ref name, a migration directory name, or <dir>^ for that\nmigration's source contract. Offline — the contract must already be a\nnode of the on-disk migration graph, with its snapshot present.",
1929
+ examples: [
1930
+ "ref set staging 4cb4256",
1931
+ "ref set production 20260101T1000_add_user",
1932
+ "ref set staging production --json"
1933
+ ]
1934
+ },
1935
+ args: { positionals: {
1936
+ name: positional.string({
1937
+ brief: "Ref name (e.g. staging, production)",
1938
+ placeholder: "name"
1939
+ }),
1940
+ contract: positional.string({
1941
+ brief: "Contract reference: hash, prefix, ref name, migration dir name, or <dir>^",
1942
+ placeholder: "contract"
1943
+ })
1944
+ } },
1945
+ needs: { config: ormConfigSection },
1946
+ handler: async (args, ctx) => {
1947
+ const result = await execute(args.positionals.name, args.positionals.contract, {
1948
+ config: ctx.config,
1949
+ cwd: ctx.cwd
1950
+ });
1951
+ if (!result.ok) return notOk(normalizeError(result.failure));
1952
+ return ok(ctx.present({ data: result.value }, setPresentations(result.value)));
1953
+ }
1954
+ });
1955
+ }
1956
+ const refSetCommand = createRefSetCommand();
1764
1957
  /**
1765
1958
  * The engine derives each diagnostic's docs link from this base plus the
1766
1959
  * dotted code.
@@ -1776,11 +1969,15 @@ const ormCommandFamily = defineCommandFamily({
1776
1969
  commands: {
1777
1970
  "db init": dbInitCommand,
1778
1971
  "db schema": dbSchemaCommand,
1972
+ format: formatCommand,
1779
1973
  migrate: migrateCommand,
1780
1974
  "migration graph": migrationGraphCommand,
1781
1975
  "migration list": migrationListCommand,
1782
1976
  "migration log": migrationLogCommand,
1783
- "migration show": migrationShowCommand
1977
+ "migration show": migrationShowCommand,
1978
+ "ref delete": refDeleteCommand,
1979
+ "ref list": refListCommand,
1980
+ "ref set": refSetCommand
1784
1981
  },
1785
1982
  docsBaseUrl: DOCS_BASE_URL,
1786
1983
  redirects: [{