Skip to content

Commit bee765d

Browse files
authored
feat: add readme entry for outputs (#84)
1 parent 304a9a0 commit bee765d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,16 @@ Following inputs can be used as `step.with` keys
8080
| `max_polling_iterations` | No | Number | Number of 15s iterations to poll max. (default: `60`) |
8181
| `dry_run` | No | Boolean | If true, no connection to AWS is made. Just local zip creation. |
8282

83+
### outputs
84+
85+
Following outputs can be used after execution of the job.
86+
87+
| Name | Description |
88+
|-----------------|--------------------------------------------------|
89+
| `zip_filename` | Filename of generated zip file. |
90+
| `etag` | ETag for the generated zip file reported by AWS. |
91+
| `deployment_id` | The CodeDeploy deployment id |
92+
8393
## Skip waiting during deployment
8494
Some projects may not want to poll for a completion of a build. Setting `max_polling_iterations` to `0` will exit
8595
the script after the deployment was kicked off. Progress will have to be monitored elsewhere.

0 commit comments

Comments
 (0)