-
Notifications
You must be signed in to change notification settings - Fork 13
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
Enhancements for the Upgrade Command #187
Comments
I am now thinking that But it also doesn't make sense to have |
This is a good point we should think about it |
Ok there are two case here;
We should start with a simple solution and then iterate over it |
agreed. I will start with |
YEah looks good, the last points looks a little bit strange to me, but I think when we start to solve the problem it will be more clear, so all good for now |
I think it makes sense for it's best to stick with supporting repositories containing only one plugin. |
A repository can be a plugin, e.g: folgore
Nothing is impossible with code and with a good tool like git, e.g:
There is no discrepancy, it is just a matter of cc @tareknaser |
We can also change what do you think? |
idk I am still confusing about the upgrade command I should think more about it, maybe while using it |
i think |
It should I agree good catch, opening an issue now |
Currently, the
upgrade
command provides a way to upgrade an entire repository. However, there are several improvements that can be made to enhance the functionality and flexibility of the command. This is a tracking issue of the proposed enhancements:coffee upgrade <repo_name>
coffee upgrade <repo_name> --branch <branch_name>
⏳coffee upgrade --all
coffee upgrade --plugin <plugin_name>
coffee upgrade --plugin <plugin_name> --branch <branch_name>
coffee upgrade --plugin --all
coffee upgrade ... --verbose
(for all variants)The text was updated successfully, but these errors were encountered: