Wrapper for marabunta package, that adds some extra features:
--db-password-fileargument to read file from file instead of direct input. It is mutually exclusive to--db-password.installoption foraddonskey can be used if only install is needed.upgrademanages both install and upgrade of modules.--extra-mig-filescan be used to combine extra migration files with main one. This can be useful, when you want to reuse common setup with different projects.DEL->{some-option}can be used to mark option deletion, when multiple YAML files are merged. This allows to be able to remove not needed options instead of just adding new.- If environment variable key is specified in configuration options, it will be
replaced by its value, if such environment variable exists. E.g. if
MY_ENV=test,$MY_ENVwould be replaced bytest. - Can specify
install_pathsso modules are collected from specified file instead of needing to explicitly specify in marabunta main yaml file. Modules specified in these files are added intoinstalloption. If module already exists ininstalloption, it is not added multiple times.