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