Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README.md #76

Merged
merged 1 commit into from
Aug 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@

<!-- 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. |
| cdk\_version | string | false | `"latest"` | AWS CDK version to install. |
| working\_dir | string | false | `"."` | Working directory. |
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 149 Warning

Expected: 80; Actual: 149
|----------------------------------------------------------------------------|--------|----------|------------|-------------------------------------|
| <a name="input_cdk_extra_args"></a>[cdk\_extra\_args](#input_cdk_extra_args) | string | false | | AWS CDK subcommand arguments. |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 151 Warning

Expected: 80; Actual: 151

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: a Warning

Element: a
| <a name="input_cdk_stack"></a>[cdk\_stack](#input_cdk_stack) | string | false | `"*"` | AWS CDK stack name to <br>execute. |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 150 Warning

Expected: 80; Actual: 150

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: br Warning

Element: br

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: a Warning

Element: a
| <a name="input_cdk_subcommand"></a>[cdk\_subcommand](#input_cdk_subcommand) | string | true | | AWS CDK subcommand to execute. |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 150 Warning

Expected: 80; Actual: 150

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: a Warning

Element: a
| <a name="input_cdk_version"></a>[cdk\_version](#input_cdk_version) | string | false | `"latest"` | AWS CDK version to install. |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 150 Warning

Expected: 80; Actual: 150

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: a Warning

Element: a
| <a name="input_working_dir"></a>[working\_dir](#input_working_dir) | string | false | `"."` | Working directory. |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 150 Warning

Expected: 80; Actual: 150

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: a Warning

Element: a

<!-- AUTO-DOC-INPUT:END -->

Expand Down
Loading