cdk
AWS CDK CLI
Subcommands
Name | Description |
---|---|
init | Create a new, empty CDK project from a template |
metadata | Returns all metadata associated with this stack |
doctor | Check your set-up for potential problems |
diff | Compares the specified stack with the deployed stack |
destroy | Destroy the specified stack(s) |
deploy | Deploy the specified stack(s) into your AWS account |
bootstrap | Deploys the CDK toolkit stack into an AWS environment |
synth, synthesize | Synthesizes and prints the CloudFormation template for this stack |
ls, list | List all stacks in the app |
import | Import existing resource(s) into the given STACK |
watch | Shortcut for 'deploy --watch' |
ack, acknowledge | Acknowledge a notice so that it does not show up anymore |
notices | Returns a list of relevant notices |
context | Manage cached context values |
doc, docs | Opens the reference documentation in a browser |
Options
Name | Description |
---|---|
--version | The current version |
-h, --help | Show help |