Skip to content

Commit

Permalink
docs: support "custom_zip_flags" in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Nov 4, 2021
1 parent 12f4ba6 commit 945f7c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Following inputs can be used as `step.with` keys
| `s3_folder` | Yes | String | S3 Folder for archive to be uploaded within bucket. |
| `excluded_files` | No | String | Space delimited list of patterns to exclude from archive |
| `directory` | No | String | Directory to archive. Defaults to root of project. |
| `custom_zip_flags` | No | String | Flags to pass to `zip` command. (ie `zip "$FLAGS" ...`) |
| `archive` | No | String | Zip to deploy. Defaults to empty (thus ignored) |
| `max_polling_iterations` | No | Number | Number of 15s iterations to poll max. (default: `60`) |
| `dry_run` | No | Boolean | If true, no connection to AWS is made. Just local zip creation. |
Expand Down

0 comments on commit 945f7c8

Please sign in to comment.