Skip to content

Commit 99fa3c3

Browse files
committed
add --app, --env, --debug, and --env-file CLI options
1 parent fe4003b commit 99fa3c3

File tree

3 files changed

+197
-54
lines changed

3 files changed

+197
-54
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Unreleased
2727
instance on every request. :issue:`2520`.
2828
- A ``flask.cli.FlaskGroup`` Click group can be nested as a
2929
sub-command in a custom CLI. :issue:`3263`
30+
- Add ``--app``, ``--env``, and ``--debug`` options to the ``flask``
31+
CLI, instead of requiring that they are set through environment
32+
variables. :issue:`2836`
33+
- Add ``--env-file`` option to the ``flask`` CLI. This allows
34+
specifying a dotenv file to load in addition to ``.env`` and
35+
``.flaskenv``. :issue:`3108`
3036

3137

3238
Version 2.1.3

0 commit comments

Comments
 (0)