The AWS Cloud Growth Package (CDK) comes with an inventory of instructions that it’s essential know:
cdk listing (ls) | Lists the stacks within the app |
cdk synthesize (synth) | Synthesizes and prints the CloudFormation template for the desired stack(s) |
cdk bootstrap | Deploys the CDK Toolkit staging stack; see Bootstrapping |
cdk deploy | Deploys the desired stack(s) |
cdk destroy | Destroys the desired stack(s) |
cdk diff | Compares the desired stack with the deployed stack or an area CloudFormation template |
cdk metadata | Shows metadata in regards to the specified stack |
cdk init | Creates a brand new CDK challenge within the present listing from a specified template |
cdk context | Manages cached context values |
cdk docs (doc) | Opens the CDK API reference in your browser |
cdk physician | Checks your CDK challenge for potential issues |
You possibly can study extra in regards to the CDK right here: https://docs.aws.amazon.com/cdk/v2/information/cli.html