The AWS Cloud Improvement Package (CDK) comes with quite a few CLI instructions.
Command |
<th class="has-text-align-left" data-align="left">
<sturdy>Operate</sturdy>
</th>
cdk listing (ls) |
<td class="has-text-align-left" data-align="left">
Lists the stacks within the utility
</td>
cdk synthesize (synth) |
<td class="has-text-align-left" data-align="left">
Synthesizes and prints the AWS CloudFormation template for the required stack or stacks
</td>
cdk bootstrap |
<td class="has-text-align-left" data-align="left">
Deploys the AWS CDK Toolkit stack, required to deploy stacks containing belongings
</td>
cdk deploy |
<td class="has-text-align-left" data-align="left">
Deploys the required stacks
</td>
cdk destroy |
<td class="has-text-align-left" data-align="left">
Destroys the required stacks
</td>
cdk diff |
<td class="has-text-align-left" data-align="left">
Compares the required stack with the deployed stack or an area AWS CloudFormation template
</td>
cdk metadata |
<td class="has-text-align-left" data-align="left">
Shows metadata concerning the specified stack
</td>
cdk init |
<td class="has-text-align-left" data-align="left">
Creates a brand new AWS CDK mission within the present listing from a specified template<br />
</td>
cdk context |
<td class="has-text-align-left" data-align="left">
Manages cached context values
</td>
cdk docs (doc) |
<td class="has-text-align-left" data-align="left">
Opens the AWS CDK API reference in your browser
</td>
cdk physician |
<td class="has-text-align-left" data-align="left">
Checks your AWS CDK mission for potential issues
</td>