-
Notifications
You must be signed in to change notification settings - Fork 60
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
'ipfs update' doesn't do anything #83
Comments
You don't, running
That's only if you want the binary, but not to install it. Probably does not fit your use case, if you just want to install one new version but useful in testing and other cases.
Hm, I don't see why we would limit it to just two versions? As it is, it lists the same as the versions we have available on the dist page, which is here: https://dist.ipfs.io/go-ipfs/ Again, useful when you want a specific version. Maybe to figure out where a bug was introduced, maybe to benchmark different versions. I don't see how providing too many versions could be a problem. |
The reason I bring this up has a lot to do with this document and specifically the "User Journey". I guess for the power-user and core-dev involved in go-ipfs you are absolutely right, no issues at all. My expectation as a new user is that a command listed in |
I'm not only talking about only power-users and core-devs, what I've found is that every version manager of languages/libraries/software in general exposes the very same commands.
Ah, I understand better where you are coming from now. You're using
However, usually A possible flow would be to run |
Yes! Sorry if I didn't communicate that well enough about calling this from I kind of expected
|
I am closing this as there are no actionables here and issue seems abandoned. |
So I just posted an issue over at go-ipfs about the integration of this repo, and I wonder a little bit why on earth it I have to run it three times to get what I want. Should I have run
ipfs update fetch
? Or would that just have "fetched" the latest version and not installed it?Why are there so many versions listed under
ipfs update versions
? Wouldn'tbe enough?
The text was updated successfully, but these errors were encountered: