<td class="has-text-align-left" data-align="left">
Lists the stacks in the application
</td>
cdk synthesize (synth)
<td class="has-text-align-left" data-align="left">
Synthesizes and prints the AWS CloudFormation template for the specified 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 assets
</td>
cdk deploy
<td class="has-text-align-left" data-align="left">
Deploys the specified stacks
</td>
cdk destroy
<td class="has-text-align-left" data-align="left">
Destroys the specified stacks
</td>
cdk diff
<td class="has-text-align-left" data-align="left">
Compares the specified stack with the deployed stack or a local AWS CloudFormation template
</td>
cdk metadata
<td class="has-text-align-left" data-align="left">
Displays metadata about the specified stack
</td>
cdk init
<td class="has-text-align-left" data-align="left">
Creates a new AWS CDK project in the current directory from a specified template<br />
</td>