Cake Build addin for using the .NET Core EntityFrameworkCore command line interface (CLI)
#addin nuget:?package=Cake.DotNetCoreEf&version=1.0.0
dotnet add package Cake.DotNetCoreEf --version 1.0.0
<PackageReference Include="Cake.DotNetCoreEf" Version="1.0.0" />
Aliases
DatabaseDrop
Dot |
Drop the database with path and arguments. |
Dot |
Drop the database with settings. |
Dot |
Drop the database with path. |
Dot |
Update the database. |
DatabaseUpdate
Dot |
Update the database with project and arguments. |
Dot |
Update the database with settings. |
MigrationAdd
Dot |
Add a migration for the context with project and arguments. |
Dot |
Add a migration for the context with settings. |
Dot |
Add a migration for the context. |
MigrationRemove
Dot |
Remove migrations for the context with project and arguments. |
Dot |
Remove migrations for the context with settings. |
Dot |
Remove migrations for the context. |
MigrationScript
Dot |
List all migrations |
Dot |
Script migration for the context with project and arguments. |
Dot |
Script migration for the context with settings. |
Dot |
Script migration for the context. |