Skip to content

Instantly share code, notes, and snippets.

@donhuvy
Created May 2, 2020 14:51
Show Gist options
  • Save donhuvy/e3e0a22949fdbba9de7a65ba10089033 to your computer and use it in GitHub Desktop.
Save donhuvy/e3e0a22949fdbba9de7a65ba10089033 to your computer and use it in GitHub Desktop.
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