Skip to content

Commit eca1e74

Browse files
authored
chore(cli): add watch to readme table of contents (#18142)
Not the most interesting thing in the world, but I was surprised to not find `cdk watch` in the readme table of contents for the cdk cli. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent ed30c44 commit eca1e74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/aws-cdk/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Command | Description
1919
[`cdk synth`](#cdk-synthesize) | Synthesize a CDK app to CloudFormation template(s)
2020
[`cdk diff`](#cdk-diff) | Diff stacks against current state
2121
[`cdk deploy`](#cdk-deploy) | Deploy a stack into an AWS account
22+
[`cdk watch`](#cdk-watch) | Watches a CDK app for deployable and hotswappable changes
2223
[`cdk destroy`](#cdk-destroy) | Deletes a stack from an AWS account
2324
[`cdk bootstrap`](#cdk-bootstrap) | Deploy a toolkit stack to support deploying large stacks & artifacts
2425
[`cdk doctor`](#cdk-doctor) | Inspect the environment and produce information useful for troubleshooting

0 commit comments

Comments
 (0)