AWS cdk documentation change
Summary
Formatting updates: Changed parameter syntax notation from backticks to angle brackets and minor wording adjustments (e.g., 'ZIP file' to '`ZIP` file')
Security assessment
Changes are purely documentation formatting improvements with no security context. No vulnerabilities, security controls, or security features were added/modified.
Diff
diff --git a/cdk/v2/guide/ref-cli-cdk-migrate.md b/cdk/v2/guide/ref-cli-cdk-migrate.md index 93c8bf71f..288556154 100644 --- a//cdk/v2/guide/ref-cli-cdk-migrate.md +++ b//cdk/v2/guide/ref-cli-cdk-migrate.md @@ -9 +9 @@ This is the AWS CDK v2 Developer Guide. The older CDK v1 entered maintenance on -# cdk migrate +# `cdk migrate` @@ -32 +32 @@ For a list of global options that work with all CDK CLI commands, see [Global op -`--stack-name `STRING`` +`--stack-name <STRING>` @@ -41 +41 @@ _Required_ : Yes -`--from-path `PATH`` +`--from-path <PATH>` @@ -48 +48 @@ _Required_ : Conditional. Required if migrating from a local AWS CloudFormation -`--from-scan `STRING`` +`--from-scan <STRING>` @@ -57 +57 @@ _Accepted values_ : `most-recent`, `new` -`--from-stack `BOOLEAN`` +`--from-stack <BOOLEAN>` @@ -66 +66 @@ _Required_ : Conditional. Required if migrating from a deployed AWS CloudFormati -`--account `STRING`` +`--account <STRING>` @@ -75 +75 @@ _Default_ : The AWS CDK CLI obtains account information from default sources. -`--compress `BOOLEAN`` +`--compress <BOOLEAN>` @@ -78 +78 @@ _Default_ : The AWS CDK CLI obtains account information from default sources. -Provide this option to compress the generated CDK project into a ZIP file. +Provide this option to compress the generated CDK project into a `ZIP` file. @@ -82 +82 @@ _Required_ : No -`--filter `ARRAY`` +`--filter <ARRAY>` @@ -108 +108 @@ _Required_ : No -`--help, -h `BOOLEAN`` +`--help, -h <BOOLEAN>` @@ -113 +113 @@ Show command reference information for the `cdk migrate` command. -`--language `STRING`` +`--language <STRING>` @@ -124 +124 @@ _Default_ : `typescript` -`--output-path `PATH`` +`--output-path <PATH>` @@ -133 +133 @@ _Default_ : By default, the AWS CDK CLI will use your current working directory. -`--region `STRING`` +`--region <STRING>`