Skip to content

Commit

Permalink
doc(cli): point out cdk watch limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Jul 7, 2022
1 parent d644c00 commit a19ed8e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions packages/aws-cdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,9 @@ locally to your terminal. To disable this feature you can pass the `--no-logs` o
$ cdk watch --no-logs
```

**Note**: This command is considered experimental,
and might have breaking changes in the future.
**Note**: This command is considered experimental, and might have breaking changes in the future.
The same limitations apply to to `watch` deployments as do to `--hotswap` deployments. See the
*Hotswap deployments for faster development* section for more information.

### `cdk import`

Expand Down Expand Up @@ -517,10 +518,10 @@ $ cdk destroy --app='node bin/main.js' MyStackName

### `cdk bootstrap`

Deploys a `CDKToolkit` CloudFormation stack into the specified environment(s), that provides an S3 bucket
and ECR reposity that `cdk deploy` will use to store synthesized templates and the related assets, before
triggering a CloudFormation stack update. The name of the deployed stack can be configured using the
`--toolkit-stack-name` argument. The S3 Bucket Public Access Block Configuration can be configured using
Deploys a `CDKToolkit` CloudFormation stack into the specified environment(s), that provides an S3 bucket
and ECR reposity that `cdk deploy` will use to store synthesized templates and the related assets, before
triggering a CloudFormation stack update. The name of the deployed stack can be configured using the
`--toolkit-stack-name` argument. The S3 Bucket Public Access Block Configuration can be configured using
the `--public-access-block-configuration` argument. ECR uses immutable tags for images.

```console
Expand Down

0 comments on commit a19ed8e

Please sign in to comment.