Describe the Feature
So today we used upgrade in our project and we've spotted a small issue. The problem was that our name in package.json wasn't the same as the name we've initialized project with.
upgrade uses name form package.json and and applies diffing based on it, so it would be great to have a feature to override this behavior.
Possible Implementations
Just a flag --project-name passed to CLI would be sufficient. I can prepare a PR.
Thanks.
Related Issues