How to change the output folder for migrations with asp.net Core?

Does anyone know how to change the output directory of the following command? dotnet ef migrations add Initial --context EsportshubApi.Models.ApplicationDbContext I tried to add the option: --c...