dotnet ef install
Check if ef tool is already installed
dotnet tool list --globalOutput
Package Id Version Commands
------------------------------------------------------------
dotnet-ef 7.0.1 dotnet-efUpdate old installation if exists
dotnet tool update --global dotnet-efInstall if none exists
dotnet tool install --global dotnet-efVerify installation
dotnet efOutput
_/\__
---==/ \\
___ ___ |. \|\
| __|| __| | ) \\\
| _| | _| \_/ | //|\\
|___||_| / \\\/\\
Entity Framework Core .NET Command-line Tools 7.0.1
Usage: dotnet ef [options] [command]baDetails
Last updated