Deprecated
While the maintainers are willing to merge PR's, they are not actively developing features. As of Flask 0.11, Flask includes a built-in CLI tool, and that may fit your needs better.
Flask-Script
A set of utilities for use with the Flask framework which provide decorators, classes and helpers for writing your own script commands.
Useful for creating command-line scripts, cronjobs etc outside your web application.