We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1123eea commit 42b7fddCopy full SHA for 42b7fdd
src/functions_framework/_cli.py
@@ -34,7 +34,7 @@
34
@click.option("--debug", envvar="DEBUG", is_flag=True)
35
@click.option(
36
"--gateway",
37
- envvar="GATEWAY",
+ envvar="FUNCTION_GATEWAY",
38
type=click.Choice(["wsgi", "asgi"]),
39
default="wsgi",
40
help="Server gateway interface type (wsgi for sync, asgi for async)",
0 commit comments