flask db-cli --help
PF Flask DB Command Line Interface (CLI)
The command line interface aim to provide various feature which are needed once in any version such as Database Initialization, Database Clean, Create & Run Migration etc.
The CLI main command is db-cli
CLI Help
Initialize database table
flask db-cli init
Remove database tables
flask db-cli destroy