Skip to content

Commit 945f7c8

Browse files
committed
docs: support "custom_zip_flags" in readme
1 parent 12f4ba6 commit 945f7c8

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
@@ -59,6 +59,7 @@ Following inputs can be used as `step.with` keys
5959
| `s3_folder` | Yes | String | S3 Folder for archive to be uploaded within bucket. |
6060
| `excluded_files` | No | String | Space delimited list of patterns to exclude from archive |
6161
| `directory` | No | String | Directory to archive. Defaults to root of project. |
62+
| `custom_zip_flags` | No | String | Flags to pass to `zip` command. (ie `zip "$FLAGS" ...`) |
6263
| `archive` | No | String | Zip to deploy. Defaults to empty (thus ignored) |
6364
| `max_polling_iterations` | No | Number | Number of 15s iterations to poll max. (default: `60`) |
6465
| `dry_run` | No | Boolean | If true, no connection to AWS is made. Just local zip creation. |

0 commit comments

Comments
 (0)