Skip to content
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

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

Open
gitstevenpham opened this issue Dec 22, 2020 · 3 comments

Comments

@gitstevenpham
Copy link
Contributor

gitstevenpham commented Dec 22, 2020

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

@gitstevenpham gitstevenpham changed the title ember-cli-updates.json schema makes it seem like multiple blueprint to one package is support but the code does not reflect that ember-cli-updates.json schema makes it seem like multiple blueprint to one package is supported but the code does not reflect that Dec 22, 2020
@kellyselden
Copy link
Member

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

@rwjblue
Copy link
Member

rwjblue commented Jan 13, 2021

I believe that this will be fixed by #1084.

@gitstevenpham
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants