FluentMigrator aliases

Cake.FluentMigrator addin

Contains aliases related to FluentMigrator.

In order to use the commands for this addin, you will need to include the following in your build.cake file to download and reference from NuGet.org:

#addin Cake.FluentMigrator

General

FluentMigrator(FluentMigratorSettings)
Alias from Cake.FluentMigrator addin
Executes FluentMigrator using the specified settings.
FluentMigrator(string, string, FilePath)
Alias from Cake.FluentMigrator addin
Executes FluentMigrator using the specified parameters.