-
-
Notifications
You must be signed in to change notification settings - Fork 407
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-update should be ember update
#653
Comments
I think this is a good idea. I wonder what it would look like to document this in the guides as a core part of the workflow for everybody. I think it would help to see something like that fleshed out, even in outline form. |
FWIW, I don't know that I agree that we should make |
Taking that to the extreme, should ember-cli be a lil'wrapper script that npx's the real CLI? So that people get the latest bugfixes? |
@NullVoxPopuli I was going to say something to that effect. But isn't this already how |
I mean, I have no clue. Lol |
@NullVoxPopuli is asking for the opposite of what happens. Currently, the local version of ember-cli is used if its available. To avoid the problem @rwjblue is talking about, we'd want to always favor the global version (or more accurately, the remote version) of ember-cli for updates so that it could use the latest version of the |
TL;DR There are many ways we could make There are a few pieces of this:
As far as I can tell this is not relevant here.
This is already something that is versioned outside of the
This matters if we made improvements to the ergonomics of the upgrading process, but is not necessary to get new versions of the blueprint to use. Because people already upgrade
As far as I can tell, this is not relevant to this question. I think that @rwjblue's desire to avoid coupling the updating process directly with the tool that you're updating is reasonable. I also think it's avoidable, even if we want First, we could adopt a strategy like If we don't do that, we would still have a few options for allowing users to upgrade to a different version of
|
I'm closing this due to inactivity. This doesn't mean that the idea presented here is invalid, but that, unfortunately, nobody has taken the effort to spearhead it and bring it to completion. Please feel free to advocate for it if you believe that this is still worth pursuing. Thanks! |
Updating complex apps and addons is difficult and making it a more core feature of the CLI tool will be very useful.
The text was updated successfully, but these errors were encountered: