For anyone coming to this post, I've EF 8 and I can do the below command to see the list of migrations and their status. "(Pending)" will be added after a script pending for migration:
dotnet ef migrations list --verbose