Skip to content

Commit 147a488

Browse files
sesidi
andauthored
Add dry-run command-line flag to README.md (#105)
Co-authored-by: Dustin Ingram <[email protected]>
1 parent 07be371 commit 147a488

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
@@ -182,6 +182,7 @@ You can configure the Functions Framework using command-line flags or environmen
182182
| `--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` |
183183
| `--source` | `FUNCTION_SOURCE` | The path to the file containing your function. Default: `main.py` (in the current working directory) |
184184
| `--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` |
185186

186187
## Enable Google Cloud Functions Events
187188

0 commit comments

Comments
 (0)