smurfix/flask-script

is flask-script now deprecated?

rlam3 opened this issue · 1 comments

rlam3 commented

is flask-script now deprecated? it looks like 0.12 flask have a new way of running apps now....

Flask has its own cli since 0.11. It's based on click instead of argparse but in the end it's up to you what you use. For a new application I'd use the builtin click-based cli.

You might be interested in reading the discussion in #97