Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/typeorm/src/commands/MigrationShowCommand.ts>MigrationShowCommand

Forked from https://github.com/typeorm/typeorm
Latest
class MigrationShowCommand
implements [yargs.CommandModule]
import { MigrationShowCommand } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/commands/MigrationShowCommand.ts";

Runs migration command.

Properties

command: string
describe: string

Methods

builder(args: yargs.Argv)
handler(args: yargs.Arguments)