Method | Description | |
---|---|---|
ConsoleRunner ( ISimpleMigrator migrator ) : System.Linq |
Instantiates a new instance of the ConsoleLogger class
|
|
ParseVersion ( string input ) : long |
Parse a migration version from a string
|
|
Run ( string args ) : void |
Run the ConsoleRunner with the given command-line arguments
|
|
ShowHelp ( ) : void |
Show help
|
Method | Description | |
---|---|---|
CreateSubCommands ( ) : void |
Assign SubCommands (and optionally DefaultSubCommand)
|
Method | Description | |
---|---|---|
Baseline ( List |
||
ListMigrations ( List |
||
MigrateTo ( List |
||
MigrateUp ( List |
||
ReApply ( List |
public ConsoleRunner ( ISimpleMigrator migrator ) : System.Linq | ||
migrator | ISimpleMigrator | Migrator to use |
return | System.Linq |
public static ParseVersion ( string input ) : long | ||
input | string | String to parse |
return | long |
public Run ( string args ) : void | ||
args | string | Command-line arguments to use |
return | void |