nickjj / flask-db

A Flask CLI extension to help migrate and manage your SQL database.
MIT License
76 stars 6 forks source link

Exit with child exit codes for reset and migrate commands #9

Open trilader opened 3 years ago

trilader commented 3 years ago

These commands are basically wrappers for the seed subcommand and alembic itself. They have an exit code which we now forward to the user calling us.

Fixes #8