v.1.0.4¶
Improvements:¶
The ability to run a program with
config
command line arguments was added. Whereconfig
is a path to custom config file. If the command is called without additional arguments, the data is taken from the default config.alembic -x config=devconfig.conf upgrade head alembic -x help upgrade headoutput for
alembic -x help upgrade head
commandusage: alembic [-h] [-x config=] [-x help] alembic [-x] optional argument: -x config = path to config -x help Show this help message and exit
Bugs fixed:¶
How to update from previous version:¶
To update from previous version, replace folders luna_configurator, tests, docs, deploy and update dependencies from requirements.txt.