-
Notifications
You must be signed in to change notification settings - Fork 48
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
Upgrade all profiles ability #270
Comments
I will try to do this. |
Closes gorilla-devs#270 Also added an indicator to show which profile is currently being worked on. This is currently shown even if only one profile is being update
The PR got me thinking, how should this be implemented? Should it upgrade each profile separately or should all the profiles be upgraded at once? (I prefer the latter) |
I don't know exactly how the architecture of this application is structured. But I imagine something like this:
I think it's probably best to just run upgrade for each profile separately. I tried to do this with a bash script, but the parsing turned out to be too complicated. (Just looked at PR and it's exactly as I imagined) Updating all profiles at the same time will require too much code change, it seems to me that this option would still be more correct. |
|
I think this can go under #163 |
Basically you would be able to do |
The problem
Currently we can't just update all mods inside all profiles that can be important for someone (it is for me).
My solutions
Add a command such a
ferium upgrade --all-profiles
to run upgrade for all profiles.The text was updated successfully, but these errors were encountered: