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
95
95
* Running on http://0.0.0.0:8080/ (Press CTRL+C to quit)
96
96
```
97
97
98
+ (You can also use ` functions-framework-python ` if you potentially have multiple
99
+ language frameworks installed).
100
+
98
101
Send requests to this function using ` curl ` from another terminal window:
99
102
100
103
``` sh
Original file line number Diff line number Diff line change 56
56
],
57
57
entry_points = {
58
58
"console_scripts" : [
59
+ "ff=functions_framework._cli:_cli" ,
59
60
"functions-framework=functions_framework._cli:_cli" ,
60
61
"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" ,
62
64
]
63
65
},
64
66
)
You can’t perform that action at this time.
0 commit comments