Skip to content

Commit

Permalink
Merge pull request #14 from tj-actions/chore/update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Jun 3, 2022
2 parents e08fece + 8f03ebb commit acacad7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,14 @@ Run [AWS CDK](https://docs.aws.amazon.com/cdk/v2/guide/getting_started.html) com
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|----------------|--------|----------|------------|------------------------------------|
| cdk\_extra\_args | string | false | | AWS CDK subcommand arguments. |
| cdk\_stack | string | false | `"*"` | AWS CDK stack name to<br>execute. |
| cdk\_subcommand | string | true | | AWS CDK subcommand to execute.<br> |
| cdk\_version | string | false | `"latest"` | AWS CDK version to install.<br> |
| working\_dir | string | false | `"."` | AWS CDK working directory. |
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-------------------|--------|----------|------------|------------------------------------|
| cdk\_extra\_args | string | false | | AWS CDK subcommand arguments. |
| cdk\_pre\_installed | string | true | `"false"` | Use the pre installed aws-cdk<br> |
| cdk\_stack | string | false | `"*"` | AWS CDK stack name to<br>execute. |
| cdk\_subcommand | string | true | | AWS CDK subcommand to execute.<br> |
| cdk\_version | string | false | `"latest"` | AWS CDK version to install.<br> |
| working\_dir | string | false | `"."` | AWS CDK working directory. |
<!-- AUTO-DOC-INPUT:END -->
Expand Down

0 comments on commit acacad7

Please sign in to comment.