View Source mix igniter.apply_upgrades (igniter_new v0.5.31)
Applies the upgrade scripts for the list of package version changes provided.
This can be used to explicitly run specific upgrade scripts within a given
version range for a package. This is also required if your call to mix igniter.upgrade
requires an upgrade of igniter itself.
mix igniter.apply_upgrades package1:0.3.1:0.3.2 package2:1.2.4:1.5.9
Options
--yes
or-y
- Accept all changes automatically