ember-cli / ember-cli-update

Update Ember CLI projects
MIT License
276 stars 40 forks source link

show console message mentioning --run-codemods #219

Open kellyselden opened 6 years ago

kellyselden commented 6 years ago

Now that codemods are opt-in, if they run without --run-codemods, we should print to console telling them about the option. Mentioned in https://github.com/kellyselden/ember-cli-update/pull/217#pullrequestreview-81219929.

Prerequisite is #109

cc @rwjblue

allthesignals commented 6 years ago

How do I run the codemods after updating? All it gives me is Tags match, nothing to apply, but I see a lot of ESLint errors about using new module syntax.

kellyselden commented 6 years ago

@allthesignals That's probably a bug. It should not say that.

allthesignals commented 6 years ago

@kellyselden I just started over and made sure to include the --run-codemods flag. Worked like a charm! Thx.