ember-cli / ember-cli-update

Update Ember CLI projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-cli-updates.json schema makes it seem like multiple blueprint to one package is supported but the code does not reflect that

gitstevenpham opened this issue · comments

According to the schema, the blueprints attribute is an array of objects. It makes it seem like the CLI is able to support bumping multiple blueprints from one package. Either I totally missed something in the code or the code doesn't reflect supporting bumping multiple blueprints from one package

That is a planned improvement to support multiple blueprints, like mirage factories or whatever blueprints ship with a package.

I believe that this will be fixed by #1084.

When you select a blueprint to update, the code will bump the version of the library in that other ember project directory and generate the selected blueprint. There doesn't seem to be logic generating the other blueprints if there exists more than 1