runbooksolutions/CDK Action
Runs an AWS CDK command and provides results for you to handle
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| install_cdk | If the action needs to install cdk or if it is already globally | no | true |
| cdk_command | The CDK command to run | yes | diff |
| cdk_arguments | The arguments to pass to CDK | no | — |
| command_specific_output | If the action should process the output based on the command ran | no | false |
Outputs
| name | description |
|---|---|
| command | The exact CDK command that was run (string) |
| raw | The raw output of the CDK command (string) |
| error | If there was an error (boolean) |
| markdown | [?] The markdown output of the CDK command (string) |
| stacks | [DIFF] The stacks that were affected by the CDK command (array) |