You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,7 @@ You can configure the Functions Framework using command-line flags or environmen
182
182
|`--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`, `event` or `cloudevent`|
183
183
|`--source`|`FUNCTION_SOURCE`| The path to the file containing your function. Default: `main.py` (in the current working directory) |
184
184
|`--debug`|`DEBUG`| A flag that allows to run functions-framework to run in debug mode, including live reloading. Default: `False`|
185
+
|`--dry-run`|`DRY_RUN`| A flag that allows for testing the function build from the configuration without creating a server. Default: `False`|
0 commit comments