# Generate a PAT with read:packages scope.
dotnet nuget add source --username whatever --password "<PAT>" --store-password-in-clear-text --name github "https://nuget.pkg.github.com/strelka-skaut/index.json"
dotnet tool install dotnet-ef --global
dotnet ef migrations add <name> --project Data --startup-project Api