Skip to content

Commit 5a7f291

Browse files
ilpersidi
andauthored
Adding debug parameter to the README.md documentation. (#7)
* Adding `debug` parameter to the README.md documentation. * Add note about live reloading as well Co-authored-by: Dustin Ingram <[email protected]>
1 parent 62eb8c5 commit 5a7f291

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ Command-line flag | Environment variable | Description
130130
`--target` | `FUNCTION_TARGET` | The name of the exported function to be invoked in response to requests. Default: `function`
131131
`--signature-type` | `FUNCTION_SIGNATURE_TYPE` | The signature used when writing your function. Controls unmarshalling rules and determines which arguments are used to invoke your function. Default: `http`; accepted values: `http` or `event`
132132
`--source` | `FUNCTION_SOURCE` | The path to the file containing your function. Default: `main.py` (in the current working directory)
133+
`--debug` | `DEBUG` | A boolean flag that allows to run functions-framework to run in debug mode, including live reloading. Default: `False`
133134

134135
# Enable CloudEvents
135136

0 commit comments

Comments
 (0)