Function runPrismaCommand
runPrismaCommand( __namedParameters: { command: string; ignoreExitCode?: boolean }, schemaFilePath: undefined | string, env?: undefined | Record<string, string>,): Promise<Readonly<ShellOutput>> Parameters
- __namedParameters: { command: string; ignoreExitCode?: boolean }
- schemaFilePath: undefined | string
- env: undefined | Record<string, string> = {}
Returns Promise<Readonly<ShellOutput>>
Directly run a Prisma command.