Skip to content

Commit dd9eeb6

Browse files
committed
docs: support new "dry_run" feature
1 parent a4f53b0 commit dd9eeb6

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
@@ -61,6 +61,7 @@ Following inputs can be used as `step.with` keys
6161
| `directory` | No | String | Directory to archive. Defaults to root of project. |
6262
| `archive` | No | String | Zip to deploy. Defaults to empty (thus ignored) |
6363
| `max_polling_iterations` | No | Number | Number of 15s iterations to poll max. (default: `60`) |
64+
| `dry_run` | No | Boolean | If true, no connection to AWS is made. Just local zip creation. |
6465

6566
## Archive or Build
6667
Some projects may have a complex build system or even build the archive in a previous step. This is where

0 commit comments

Comments
 (0)