jphilipsen05
fe5f714026
fixed unmatched elif ( #1872 )
2016-06-03 18:41:10 +02:00
RamiC
6b28ceba83
Use the whole sys.version string
2016-06-02 13:55:00 +03:00
RamiC
6bee3e4995
Add a --version switch to flask cli
...
re #1828
2016-06-02 13:35:16 +03:00
Yoav Ram
a725836523
Update help to > set FLASK_APP=hello.py ( #1830 )
...
When running `flask --help`, the printed string contains this:
> Example usage:
>
> set FLASK_APP=hello
> set FLASK_DEBUG=1
> flask run
but it actually only works with `set FLASK_APP=hello.py` so the help should be changed.
This is true on my Windows 7 Python 3.5 flask 0.11 setup.
2016-05-30 23:20:35 +02:00
Armin Ronacher
9594876c1f
Added plugin support to the cli
2016-05-26 21:29:01 +02:00
Armin Ronacher
a7d829c618
Update docs to the new CLI patterns
2016-05-26 20:45:50 +02:00
Armin Ronacher
523e271183
Implemented simplified CLI interface
2016-05-26 20:07:52 +02:00
Miguel Grinberg
952a6c8989
Werkzeug should not block propagated exceptions from Flask
2016-01-02 14:18:36 -08:00
GunWoo Choi
c65b32ba1d
Update title of docstring in flask.cli
2015-06-12 13:40:53 +09:00
Parkayun
33534bb4a9
Happy New Year 2015
2015-01-02 11:35:00 +09:00
Armin Ronacher
d931216ade
Hide a few traceback frames from the cli interface.
2014-12-27 12:25:03 +01:00
defuz
02694d609f
docs: :command:pip, :option:--debug
2014-11-05 07:03:55 +03:00
Petr Zemek
47d7f20d9b
Fix two typos in the description of FlaskGroup.
2014-10-27 11:03:07 +01:00
Markus Unterwaditzer
f17ad953dd
Fix syntax error on py3
2014-09-03 15:27:06 +02:00
Armin Ronacher
9eb59b0bef
Added support for background loading of the application to speed up initial requests in dev mode.
2014-09-02 16:20:46 +02:00
Armin Ronacher
a94e767acb
AppGroups produce more AppGroups
2014-08-28 09:35:06 +02:00
Armin Ronacher
9641f07d91
Made FlaskGroup an AppGroup
2014-08-28 08:56:58 +02:00
Armin Ronacher
662b1053a4
Added support for PYTHONSTARTUP to shell command.
2014-08-26 12:07:09 +02:00
Armin Ronacher
9123fa3b8f
Added a missing self
2014-08-26 10:14:27 +02:00
Armin Ronacher
2f60124894
Removed ridiculous constructor from AppGroup
2014-08-26 10:09:17 +02:00
Armin Ronacher
932f7d7cbb
Refactored the scripting interface greatly.
2014-08-25 16:50:22 +02:00
Armin Ronacher
66ef55ce0a
Converted a leftover old-style click callback.
2014-08-25 15:43:27 +02:00
Armin Ronacher
f6d25bbc4f
Switch to newer click (2.0)
2014-08-12 23:23:52 +02:00
Armin Ronacher
937ad10275
Simplified app finding for cli
2014-05-12 02:16:38 +02:00
Armin Ronacher
7321a480ea
Simplified click integration a bit
2014-05-12 02:16:38 +02:00
Armin Ronacher
fa6eded6f5
Fixed the cli system failing syntax errors.
2014-05-08 22:33:58 +02:00
Armin Ronacher
e3a81497f9
Merge pull request #1040 from schlamar/patch-1
...
Fixed typo.
2014-05-07 21:44:30 +02:00
Armin Ronacher
3569fc2441
Greatly refactored click integration and documented it a bit more.
2014-05-07 21:35:51 +02:00
Marc Schlaich
44b0aeb048
Fixed typo.
2014-05-07 15:53:19 +02:00
Armin Ronacher
81576c236a
Further refactored script system to allow more customization for special apps.
2014-05-07 13:27:41 +02:00
Armin Ronacher
ed7b4ccac1
Refactored loading logic to super properly.
2014-05-07 11:36:49 +02:00
Armin Ronacher
4532e89efe
Refactored script info to allow more advanced patterns.
2014-05-07 11:34:20 +02:00
Armin Ronacher
d2d8e66130
Fixed flask tests
2014-05-02 11:46:04 +01:00
Armin Ronacher
e059bf311c
Improved support for composable cli
2014-05-01 13:44:11 +01:00
Armin Ronacher
3be7d918ce
Merge branch 'master' of github.com:mitsuhiko/flask
2014-04-29 01:33:58 +02:00
Armin Ronacher
a3ad5405a6
Updated documentation once more for new cli.
2014-04-29 01:03:32 +02:00
Erik Rose
ed9e458850
Fix a docstring type in cli.py.
2014-04-28 11:26:18 -04:00
Armin Ronacher
bacdd076bd
Add "." to sys.path by default
2014-04-28 15:15:58 +02:00
Armin Ronacher
ff034e42cf
Added a missing docstring
2014-04-28 13:54:13 +02:00
Armin Ronacher
3bdb90f06b
Added click support to Flask
2014-04-28 13:26:23 +02:00