ArmoHotspot/backend/.agents/skills/prisma-cli/references/complete.md
Gökhan ÖZARSLAN 6b5a6d0a71 ilk dosyalar
2026-08-16 15:09:05 +03:00

652 B

prisma complete

Prints a shell completion script.

prisma complete zsh
prisma complete bash
prisma complete fish
prisma complete powershell

For a direct global CLI installation, load the output using the shell's normal startup mechanism. For example, in zsh:

source <(prisma complete zsh)

Prisma also integrates with supported package-manager completion flows. npx and bunx do not themselves provide completion; invoke the installed binary or the package manager's supported execution form such as npm exec or bun x.

Reference