@monstrs/mctl-migration
Version:
13 lines (12 loc) • 343 B
TypeScript
import { Command } from '@oclif/command';
export default class RunCommand extends Command {
static description: string;
static examples: string[];
static strict: boolean;
static flags: {};
static args: never[];
run(): Promise<void>;
private expandCollections;
private getMigrations;
private updateConfig;
}