MCPcopy
hub / github.com/prisma/prisma / getCommandStatePath

Function getCommandStatePath

packages/cli/src/utils/commandState.ts:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7}
8
9function getCommandStatePath(): string {
10 return path.join(paths('prisma').config, 'commands.json')
11}
12
13/*
14 * Loads the command state from a file, or initializes it if it doesn't exist.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected