UNPKG

@emigrate/cli

Version:

Emigrate is a tool for managing database migrations. It is designed to be simple yet support advanced setups, modular and extensible.

7 lines 281 B
import { type Config } from '../types.js'; type ExtraFlags = { cwd: string; }; export default function listCommand({ directory, reporter: reporterConfig, storage: storageConfig, color, cwd, }: Config & ExtraFlags): Promise<number>; export {}; //# sourceMappingURL=list.d.ts.map