AWS cdk documentation change
Summary
Formatting updates: Changed command syntax to use backticks consistently, updated boolean parameter notation from `BOOLEAN`` to `<BOOLEAN>`, and minor punctuation fixes in descriptions
Security assessment
Changes are purely syntactic/formatting improvements to documentation. No security-related content was added or modified. The updates focus on command syntax representation and typo fixes without addressing vulnerabilities or security features.
Diff
diff --git a/cdk/v2/guide/ref-cli-cmd-synth.md b/cdk/v2/guide/ref-cli-cmd-synth.md index efc087174..f00d126ac 100644 --- a//cdk/v2/guide/ref-cli-cmd-synth.md +++ b//cdk/v2/guide/ref-cli-cmd-synth.md @@ -9 +9 @@ This is the AWS CDK v2 Developer Guide. The older CDK v1 entered maintenance on -# cdk synthesize +# `cdk synthesize` @@ -39 +39 @@ For a list of global options that work with all CDK CLI commands, see [Global op -`--exclusively, -e `BOOLEAN`` +`--exclusively, -e <BOOLEAN>` @@ -42 +42 @@ For a list of global options that work with all CDK CLI commands, see [Global op -Only synthesize requested stacks, don't include dependencies. +Only synthesize requested stacks, don’t include dependencies. @@ -44 +44 @@ Only synthesize requested stacks, don't include dependencies. -`--help, -h `BOOLEAN`` +`--help, -h <BOOLEAN>` @@ -49 +49 @@ Show command reference information for the `cdk synthesize` command. -`--quiet, -q `BOOLEAN`` +`--quiet, -q <BOOLEAN>` @@ -63 +63 @@ _Default value_ : `false` -`--validation `BOOLEAN`` +`--validation <BOOLEAN>`