Add workaround for upgradedb entrypoint

This commit is contained in:
Brendan Reilly
2022-12-15 14:43:32 -05:00
parent 60692b0c6a
commit ac2a338786

View File

@@ -44,7 +44,8 @@ def upgradedb():
def upgradedb_entrypoint():
"""Entrypoint for command mbs-upgradedb"""
upgradedb()
# Work around issue with FlaskGroup not being initiated
cli(["upgradedb"])
@cli.command("cleardb")