Usable with any other option, recommended to use which each command !
minimerge -v [opts] [args]
minimerge [opts] -pv [args]
minimerge will wait for your confirmation before proceeding to anything:
minimerge [opts] -a [args]
minimerge -j dep package
If you want to install a and a depends on b, c, d respectivly. To squizze b and c and only install d and a:
minimerge -j d a
minimerge --only-dependencies package
minimerge -s
minimerge package
That will run only your package installation:
minimerge -N package
That will run the update method of what you have used to checkout your package:
minimerge -U package
That will run the update method of what you have used to checkout your package:
minimerge -u package
minimerge -R package
All the previous options can be combined.
To install & rebuild a package and all its dependencies:
minimerge -s
minimerge -Uu package
Minitage will never run automaticly again where a buildout has been already run and has left an ‘installed.cfg’ file. You must tell it explicitly to do that like:
Just run the buildout:
minimerge -NUu package or minimerge -Nu packageRemove the .installed.cfg and run buildout:
minimerge -NRU package minimerge -NR package
minimerge -u mypackage
minimerge -uj myfailedpackage package