dotnet ef database update --project <my_proj> --connection "conn str" it just wigs out about a empty connection string. Since the connection string is ephemeral and changes between runs, I cant really throw it in appsettings.json without needing to tweak it each time I restart the project