Current section

Files

Jump to
igniter_new priv docs igniter.apply_upgrades long.txt
Raw

priv/docs/igniter.apply_upgrades/long.txt

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