Today the bundle is effectively just dotnet ef database update, but I've been thinking it would be helpful to include gestures for these commands too in the bundle:
dotnet ef dbcontext info (or even just a way to see the DbContext type of the bundle in --help)
dotnet ef migrations list
dotnet ef migrations script (although this seems much less important since you can just generate a script instead of a bundle in the first place)
Today the bundle is effectively just
dotnet ef database update, but I've been thinking it would be helpful to include gestures for these commands too in the bundle:dotnet ef dbcontext info(or even just a way to see the DbContext type of the bundle in--help)dotnet ef migrations listdotnet ef migrations script(although this seems much less important since you can just generate a script instead of a bundle in the first place)