-
-
Save donhuvy/e3e0a22949fdbba9de7a65ba10089033 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\donhuvy>dotnet ef --verbose | |
_/\__ | |
---==/ \\ | |
___ ___ |. \|\ | |
| __|| __| | ) \\\ | |
| _| | _| \_/ | //|\\ | |
|___||_| / \\\/\\ | |
Entity Framework Core .NET Command-line Tools 3.0.0 | |
Usage: dotnet ef [options] [command] | |
Options: | |
--version Show version information | |
-h|--help Show help information | |
-v|--verbose Show verbose output. | |
--no-color Don't colorize output. | |
--prefix-output Prefix output with level. | |
Commands: | |
database Commands to manage the database. | |
dbcontext Commands to manage DbContext types. | |
migrations Commands to manage migrations. | |
Use "dotnet ef [command] --help" for more information about a command. | |
C:\Users\donhuvy> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment