AWS parallelcluster documentation change
Summary
Fixed markdown formatting for command-line option syntax (backticks and escaping)
Security assessment
Formatting corrections in command syntax documentation. No security context or vulnerability mitigation is present in the changes.
Diff
diff --git a/parallelcluster/latest/ug/pcluster.create-cluster-v3.md b/parallelcluster/latest/ug/pcluster.create-cluster-v3.md index ec2a7ffbb..46f954e83 100644 --- a//parallelcluster/latest/ug/pcluster.create-cluster-v3.md +++ b//parallelcluster/latest/ug/pcluster.create-cluster-v3.md @@ -25 +25 @@ Creates an AWS ParallelCluster cluster. -``-h, --help`` +`-h, --help` @@ -30 +30 @@ Shows the help text for `pcluster create-cluster`. -``\--cluster-configuration, -c `CLUSTER_CONFIGURATION``` +`--cluster-configuration, -c `CLUSTER_CONFIGURATION`` @@ -35 +35 @@ Specifies the YAML cluster configuration file. -``\--cluster-name, -n `CLUSTER_NAME``` +`--cluster-name, -n `CLUSTER_NAME`` @@ -44 +44 @@ Valid characters: a-z, A-Z, 0-9, and - (hyphen). -``\--debug`` +`--debug` @@ -49 +49 @@ Enables debug logging. -``\--dryrun `DRYRUN``` +`--dryrun `DRYRUN`` @@ -54 +54 @@ When `true`, the command performs validation without creating any resources. You -``\--query `QUERY``` +`--query `QUERY`` @@ -59 +59 @@ Specifies the JMESPath query to perform on the output. -``\--region, -r `REGION``` +`--region, -r `REGION`` @@ -64 +64 @@ Specifies the AWS Region to use. The AWS Region must be specified, using the [Re -``\--rollback-on-failure `ROLLBACK_ON_FAILURE``` +`--rollback-on-failure `ROLLBACK_ON_FAILURE`` @@ -69 +69 @@ When `true`, automatically initiates a cluster stack rollback on failures. (Defa -``\--suppress-validators `SUPPRESS_VALIDATORS` [`SUPPRESS_VALIDATORS` ...]`` +`--suppress-validators `SUPPRESS_VALIDATORS` [`SUPPRESS_VALIDATORS` ...]` @@ -76 +76 @@ Format: (`ALL`|type:`[A-Za-z0-9]+`) -``\--validation-failure-level {`INFO`,`WARNING`,`ERROR`}`` +`--validation-failure-level {`INFO`,`WARNING`,`ERROR`}`