rewrite cli docs

reflects the current FLASK_APP detection
This commit is contained in:
David Lord 2017-10-10 11:10:20 -07:00
parent 5436dddf64
commit 9bc329c0c9
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 306 additions and 253 deletions

View file

@ -43,10 +43,13 @@ use them if you install them.
installed.
* `python-dotenv`_ enables support for :ref:`dotenv` when running ``flask``
commands.
* `Watchdog`_ provides a faster, more efficient reloader for the development
server.
.. _Blinker: https://pythonhosted.org/blinker/
.. _SimpleJSON: https://simplejson.readthedocs.io/
.. _python-dotenv: https://github.com/theskumar/python-dotenv#readme
.. _watchdog: https://pythonhosted.org/watchdog/
Virtual environments
--------------------