|
11 | 11 |
|
12 | 12 | The AWS CDK Toolkit provides the `cdk` command-line interface that can be used to work with AWS CDK applications. This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
|
13 | 13 |
|
14 |
| -| Command | Description | |
15 |
| -| ---------------------------------------- | --------------------------------------------------------------------------------- | |
16 |
| -| [`cdk docs`](#cdk-docs) | Access the online documentation | |
17 |
| -| [`cdk init`](#cdk-init) | Start a new CDK project (app or library) | |
18 |
| -| [`cdk list`](#cdk-list) | List stacks and their dependencies in an application | |
19 |
| -| [`cdk synth`](#cdk-synth) | Synthesize a CDK app to CloudFormation template(s) | |
20 |
| -| [`cdk diff`](#cdk-diff) | Diff stacks against current state | |
21 |
| -| [`cdk deploy`](#cdk-deploy) | Deploy a stack into an AWS account | |
22 |
| -| [`cdk rollback`](#cdk-rollback) | Roll back a failed deployment | |
23 |
| -| [`cdk import`](#cdk-import) | Import existing AWS resources into a CDK stack | |
24 |
| -| [`cdk migrate`](#cdk-migrate) | Migrate AWS resources, CloudFormation stacks, and CloudFormation templates to CDK | |
25 |
| -| [`cdk watch`](#cdk-watch) | Watches a CDK app for deployable and hotswappable changes | |
26 |
| -| [`cdk destroy`](#cdk-destroy) | Deletes a stack from an AWS account | |
27 |
| -| [`cdk bootstrap`](#cdk-bootstrap) | Deploy a toolkit stack to support deploying large stacks & artifacts | |
28 |
| -| [`cdk gc`](#cdk-gc) | Garbage collect assets associated with the bootstrapped stack | |
29 |
| -| [`cdk doctor`](#cdk-doctor) | Inspect the environment and produce information useful for troubleshooting | |
30 |
| -| [`cdk acknowledge`](#cdk-acknowledge) | Acknowledge (and hide) a notice by issue number | |
31 |
| -| [`cdk notices`](#cdk-notices) | List all relevant notices for the application | |
32 |
| -| [`cdk refactor`](#cdk-refactor) | Moves resources between stacks or within the same stack | |
33 |
| -| [`cdk drift`](#cdk-drift) | Detect drifts in the given CloudFormation stack(s) | |
34 |
| -| [`cdk cli-telemetry](#cdk-cli-telemetry) | Enable or disable cli telemetry collection | |
| 14 | +| Command | Description | |
| 15 | +| ----------------------------------------- | --------------------------------------------------------------------------------- | |
| 16 | +| [`cdk docs`](#cdk-docs) | Access the online documentation | |
| 17 | +| [`cdk init`](#cdk-init) | Start a new CDK project (app or library) | |
| 18 | +| [`cdk list`](#cdk-list) | List stacks and their dependencies in an application | |
| 19 | +| [`cdk synth`](#cdk-synth) | Synthesize a CDK app to CloudFormation template(s) | |
| 20 | +| [`cdk diff`](#cdk-diff) | Diff stacks against current state | |
| 21 | +| [`cdk deploy`](#cdk-deploy) | Deploy a stack into an AWS account | |
| 22 | +| [`cdk rollback`](#cdk-rollback) | Roll back a failed deployment | |
| 23 | +| [`cdk import`](#cdk-import) | Import existing AWS resources into a CDK stack | |
| 24 | +| [`cdk migrate`](#cdk-migrate) | Migrate AWS resources, CloudFormation stacks, and CloudFormation templates to CDK | |
| 25 | +| [`cdk watch`](#cdk-watch) | Watches a CDK app for deployable and hotswappable changes | |
| 26 | +| [`cdk destroy`](#cdk-destroy) | Deletes a stack from an AWS account | |
| 27 | +| [`cdk bootstrap`](#cdk-bootstrap) | Deploy a toolkit stack to support deploying large stacks & artifacts | |
| 28 | +| [`cdk gc`](#cdk-gc) | Garbage collect assets associated with the bootstrapped stack | |
| 29 | +| [`cdk doctor`](#cdk-doctor) | Inspect the environment and produce information useful for troubleshooting | |
| 30 | +| [`cdk acknowledge`](#cdk-acknowledge) | Acknowledge (and hide) a notice by issue number | |
| 31 | +| [`cdk notices`](#cdk-notices) | List all relevant notices for the application | |
| 32 | +| [`cdk refactor`](#cdk-refactor) | Moves resources between stacks or within the same stack | |
| 33 | +| [`cdk drift`](#cdk-drift) | Detect drifts in the given CloudFormation stack(s) | |
| 34 | +| [`cdk cli-telemetry`](#cdk-cli-telemetry) | Enable or disable cli telemetry collection | |
35 | 35 |
|
36 | 36 | ## Common topics
|
37 | 37 |
|
|
0 commit comments