Skip to main content

Miscellaneous Commands Reference

Volume 1 — Core Developer Skills

This is a reference for any commands that will be useful for various tasks

EF Core Migration Commands

Command to generate sql script based on the last migration ran.

dotnet ef migrations script AddFolders AddDocumentRecords \
--project Waypoint.API.Infrastructure \
--startup-project Waypoint.API.Web \
--output ~/Development/Projects/Traxs/Waypoint/WaypointDb/Documents.sql --idempotent