From a8e9490d2644ba618096df8c1b4287f4086520d9 Mon Sep 17 00:00:00 2001
From: sesi <sesicadmus@gmail.com>
Date: Wed, 20 Jan 2021 00:06:33 -0500
Subject: [PATCH] Add dry-run command-line flag to README.md

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 0d8d5a7e..a990eab1 100644
--- a/README.md
+++ b/README.md
@@ -182,6 +182,7 @@ You can configure the Functions Framework using command-line flags or environmen
 | `--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` |
 | `--source`         | `FUNCTION_SOURCE`         | The path to the file containing your function. Default: `main.py` (in the current working directory)                                                                                             |
 | `--debug`          | `DEBUG`                   | A flag that allows to run functions-framework to run in debug mode, including live reloading. Default: `False`                                                                                   |
+| `--dry-run`        | `DRY_RUN`                 | A flag that allows for testing the function build from the configuration without creating a server. Default: `False` |
 
 ## Enable Google Cloud Functions Events