File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,9 @@ functions-framework --target hello --debug
9595 * Running on http://0.0.0.0:8080/ (Press CTRL+C to quit)
9696```
9797
98+ (You can also use ` functions-framework-python ` if you potentially have multiple
99+ language frameworks installed).
100+
98101Send requests to this function using ` curl ` from another terminal window:
99102
100103``` sh
Original file line number Diff line number Diff line change 5656 ],
5757 entry_points = {
5858 "console_scripts" : [
59+ "ff=functions_framework._cli:_cli" ,
5960 "functions-framework=functions_framework._cli:_cli" ,
6061 "functions_framework=functions_framework._cli:_cli" ,
61- "ff=functions_framework._cli:_cli" ,
62+ "functions-framework-python=functions_framework._cli:_cli" ,
63+ "functions_framework_python=functions_framework._cli:_cli" ,
6264 ]
6365 },
6466)
You can’t perform that action at this time.
0 commit comments