Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI Commands: usability improvements #5188

Closed
5 of 7 tasks
natemcmaster opened this issue Apr 26, 2016 · 4 comments
Closed
5 of 7 tasks

CLI Commands: usability improvements #5188

natemcmaster opened this issue Apr 26, 2016 · 4 comments
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Milestone

Comments

@natemcmaster
Copy link
Contributor

natemcmaster commented Apr 26, 2016

Some ideas for improving the usability of dotnet ef.

@natemcmaster
Copy link
Contributor Author

We should do this but it can be post RTM.

@VanKichline
Copy link

Note that new preview 2 web application templates use 'dotnet bundle' command, so asking for 'dotnet help ef' runs the bundler/minifier and may modify the contents of the project.

@natemcmaster
Copy link
Contributor Author

@VanKichline you can workaround with the --no-build parameter. e.g.:

dotnet ef --no-build --help
dotnet ef --no-build migrations list 
# etc...

@bricelam
Copy link
Contributor

Closing. Filed remaining work as #6592 and #6593.

@bricelam bricelam removed their assignment Sep 22, 2016
@ajcvickers ajcvickers added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Oct 15, 2022
@ajcvickers ajcvickers removed this from the 1.1.0-preview1 milestone Oct 15, 2022
@ajcvickers ajcvickers added this to the 1.1.0 milestone Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Projects
None yet
Development

No branches or pull requests

5 participants