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