MCPcopy Create free account
hub / github.com/zenstackhq/zenstack / migrateAction

Function migrateAction

packages/cli/src/index.ts:14–16  ·  view source on GitHub ↗
(subCommand: string, options: any)

Source from the content-addressed store, hash-verified

12};
13
14const migrateAction = async (subCommand: string, options: any): Promise<void> => {
15 await telemetry.trackCommand(`migrate ${subCommand}`, () => actions.migrate(subCommand, options));
16};
17
18const dbAction = async (subCommand: string, options: any): Promise<void> => {
19 await telemetry.trackCommand(`db ${subCommand}`, () => actions.db(subCommand, options));

Callers 1

createProgramFunction · 0.85

Calls 1

trackCommandMethod · 0.80

Tested by

no test coverage detected