Jarek Lipski
47dadcfe15
fix @click.command example by adding parens
...
Otherwise the example fails with the following error:
"name = name or cmd.name AttributeError: 'function' object has no attribute 'name'".
More details: https://stackoverflow.com/a/51923415/4619705
6 years ago
Grey Li
21b0aa6dd8
Add prefix for all commands in documentation ( #2877 )
...
* Add prefix for commands in docs
* Add prefix for commands in example's README
6 years ago
Jeremy Mayeres
c7791bb526
📚 Improve docs about ScriptInfo
...
Improve documentation for the CLI using application factories and
how/when the ScriptInfo object is passed with Application Discovery
6 years ago
David Lord
5965cb7e1c
rename to FLASK_SKIP_DOTENV, add docs, test
7 years ago
David Lord
93698b509b
document cli option env vars
...
closes #2713
7 years ago
David Lord
ae30fe7de0
document testing cli commands
7 years ago
David Lord
7fb2ddcaf6
add note about syntax errors in custom scripts
...
mention pycharm version support
7 years ago
David Lord
87c2e121e0
clean up FLASK_ENV docs [ci skip]
7 years ago
Armin Ronacher
2433522d29
Add Support for FLASK_ENV ( #2570 )
...
This introduces environments to Flask
7 years ago
David Lord
c11fe5d007
smaller, optimized image
...
reword / reformat the docs
fix tox build directory
7 years ago
Grey Li
58ea360d43
Docs: Add missing backslash
7 years ago
Ngalim Siregar
601cd90fdb
update pycharm instructions
7 years ago
David Lord
9bc329c0c9
rewrite cli docs
...
reflects the current FLASK_APP detection
7 years ago
David Lord
491d331e6e
load env vars using python-dotenv
7 years ago
David Lord
448368e226
style cleanup
...
[ci skip]
8 years ago
Miguel Grinberg
0b80acb25c
document wsgi.py and app.py default modules
8 years ago
Anthony Plunkett
f52f3ef31d
PyCharm Run Configuration Guide
8 years ago
Grey Li
ec18fe9477
Add example for virtualenv integration in cli docs ( #2234 )
8 years ago
Sven-Hendrik Haase
0ba1a872b7
Style the flask command consistently ( #2120 )
...
It's done like this in other parts of this doc.
8 years ago
Andrew Arendt
270355abdc
Remove nonsense from cli docs
8 years ago
David Lord
1928f28a68
clean up code formatting in some docs
...
fix warnings while building docs
9 years ago
Jochen Kupperschmidt
83ae787f97
Fix typo in cli docs
9 years ago
Armin Ronacher
9594876c1f
Added plugin support to the cli
9 years ago
Armin Ronacher
f9ea3fe026
1.0 -> 0.11 in the docs
9 years ago
Armin Ronacher
a7d829c618
Update docs to the new CLI patterns
9 years ago
ThiefMaster
c5900a1adf
s/1.0/0.11/ in versionadded/versionchanged markers
...
closes #1817
9 years ago
David Cole
cc8f47cf62
Small Typo fix
10 years ago
defuz
02694d609f
docs: :command:`pip`, :option:`--debug`
10 years ago
defuz
a8f570cc62
docs: :file:`app.py`, :file:`yourapp/templates`
10 years ago
Jeff Widman
193b94b0ea
Fix typo: "lated later" >> "added later"
10 years ago
Armin Ronacher
932f7d7cbb
Refactored the scripting interface greatly.
10 years ago
Jihyeok Seo
f5b15c2a35
Fix typo in cli docs
11 years ago
Ian Connolly
367a168d86
Fixes #1051
11 years ago
Julen Ruiz Aizpuru
a700cb2a76
Docs: fixes
11 years ago
Armin Ronacher
3569fc2441
Greatly refactored click integration and documented it a bit more.
11 years ago
Armin Ronacher
a3ad5405a6
Updated documentation once more for new cli.
11 years ago
Armin Ronacher
984142072b
Added missing documentation page
11 years ago