Prompt Buddy logoPrompt Buddy

prisma · Prisma Docs

Prisma debug (/docs/cli/debug)

Instructions for using the Prisma CLI debug command to output diagnostic information for troubleshooting and bug reporting.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Prisma debug (/docs/cli/debug)

Instructions for using the Prisma CLI debug command to output diagnostic information for troubleshooting and bug reporting.

When To Use

Use when you need to collect diagnostic information or system details to troubleshoot Prisma CLI issues or prepare a bug report.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/prisma-debug-docs-cli-workflow-guide.mdDocumentation detailing the usage, available package managers, and command-line options for the prisma debug CLI command.Questions about documentation detailing the usage, available package managers, and command-line options for the prisma debug CLI comm...
examples/prisma-debug-docs-cli-prisma-cli-debug-bash-command-examples.bashExamples of using the prisma debug command with various CLI options in a bash environment.Exact payloads, commands, or snippets shown in Examples of using the prisma debug command with various CLI options in a bash environment.
examples/prisma-debug-docs-cli-prisma-cli-debug-command.bashA bash command demonstrating how to execute the npx prisma debug utility to inspect the Prisma CLI environment.Exact payloads, commands, or snippets shown in A bash command demonstrating how to execute the npx prisma debug utility to inspect the Prisma CLI environment.
examples/prisma-debug-docs-cli-prisma-cli-debug-command-2.bashA bash command demonstrating how to execute the prisma debug command using pnpm.Exact payloads, commands, or snippets shown in A bash command demonstrating how to execute the prisma debug command using pnpm.
examples/prisma-debug-docs-cli-prisma-cli-debug-command-3.bashA bash command demonstrating how to execute the prisma debug command using yarn dlx.Exact payloads, commands, or snippets shown in A bash command demonstrating how to execute the prisma debug command using yarn dlx.
examples/prisma-debug-docs-cli-prisma-cli-debug-bunx-command.bashA bash command demonstrating how to run the Prisma debug command using bunx.Exact payloads, commands, or snippets shown in A bash command demonstrating how to run the Prisma debug command using bunx.
examples/prisma-debug-docs-cli-prisma-cli-debug.textA text representation of the output generated by the Prisma CLI debug command, including schema paths, cache directories, and environment variables.Exact payloads, commands, or snippets shown in A text representation of the output generated by the Prisma CLI debug command, including schema paths, cache director...
examples/prisma-debug-docs-cli-prisma-cli-debug-command-4.bashA bash command demonstrating how to run the prisma debug utility using npx.Exact payloads, commands, or snippets shown in A bash command demonstrating how to run the prisma debug utility using npx.
examples/prisma-debug-docs-cli-prisma-cli-debug-command-5.bashA bash command demonstrating how to execute the Prisma CLI debug mode using pnpm.Exact payloads, commands, or snippets shown in A bash command demonstrating how to execute the Prisma CLI debug mode using pnpm.
examples/prisma-debug-docs-cli-prisma-cli-debug-command-6.bashA bash command demonstrating how to run the Prisma CLI debug command using yarn dlx.Exact payloads, commands, or snippets shown in A bash command demonstrating how to run the Prisma CLI debug command using yarn dlx.
examples/prisma-debug-docs-cli-prisma-cli-debug-bunx-command-2.bashA bash command demonstrating how to run the Prisma CLI debug mode using bunx.Exact payloads, commands, or snippets shown in A bash command demonstrating how to run the Prisma CLI debug mode using bunx.

What This Skill Covers

  • The prisma debug command prints information helpful for debugging and bug reports.
  • Main sections: npm, pnpm, yarn, bun, npm.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://www.prisma.io/docs/cli/debug