ember-cli / ember-cli-update

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

[Feature Request] allow passing flags to the underlying blueprint to allow migrating to different configurations #1255

Open NullVoxPopuli opened 5 months ago

NullVoxPopuli commented 5 months ago

For example,

if you:

ember new my-app

and want to migrate to pnpm, it would be awesome if we could

npx ember-cli-update@latest --pnpm

or to add typescript

npx ember-cli-update@latest --typescript