Code of Conduct
AI Policy
Is your feature request related to a problem? Please describe.
Not related to a problem. It's just a nice-to-have IMO.
Describe the solution you'd like
I think it would be nice to add an --except option to the igniter.upgrade mix task so that we can use it together with --all to upgrade everything except some packages.
Here's an example:
mix igniter.upgrade --all --except phoenix_live_view
This would upgrade all dependencies in the project, except phoenix_live_view.
Describe alternatives you've considered
No response
Additional context
No response
Code of Conduct
AI Policy
Is your feature request related to a problem? Please describe.
Not related to a problem. It's just a nice-to-have IMO.
Describe the solution you'd like
I think it would be nice to add an
--exceptoption to theigniter.upgrademix task so that we can use it together with--allto upgrade everything except some packages.Here's an example:
This would upgrade all dependencies in the project, except
phoenix_live_view.Describe alternatives you've considered
No response
Additional context
No response