-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Tell users what migrations were actually performed instead of what was considered #24488
Comments
This feature request is now candidate for our backlog! In the next phase, the community has 60 days to upvote. If the request receives more than 20 upvotes, we'll move it to our consideration list. You can find more details about the feature request process in our documentation. |
This commit updates `ng update` to include the number of files updated when a migration is completed. Closes angular#24488
This commit updates `ng update` to include the number of files updated when a migration is completed. Closes angular#24488
This commit updates `ng update` to include the number of files updated when a migration is completed. Closes #24488
❤️ |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Command
update
Description
Currently
ng update
does a good job of telling you which migrations the CLI is attempting to apply, but you don't know which migrations actually were applied.Describe the solution you'd like
I'd love it if the migrations reports / logs actually logged what changes were made. Example console output before:
Example after:
Describe alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: