AWS parallelcluster documentation change
Summary
Formatting changes to command-line option documentation (backtick consistency and syntax corrections)
Security assessment
Changes are purely syntactic/formatting improvements to CLI documentation. No security-related content modifications or vulnerabilities addressed.
Diff
diff --git a/parallelcluster/latest/ug/pcluster.update-cluster-v3.md b/parallelcluster/latest/ug/pcluster.update-cluster-v3.md index dc4c5af43..56fd7520a 100644 --- a//parallelcluster/latest/ug/pcluster.update-cluster-v3.md +++ b//parallelcluster/latest/ug/pcluster.update-cluster-v3.md @@ -25 +25 @@ Updates an existing cluster to match the settings of a specified configuration f -``-h, --help`` +`-h, --help` @@ -30 +30 @@ Shows the help text for `pcluster update-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`` @@ -40 +40 @@ Specifies the name of the cluster. -``\--debug`` +`--debug` @@ -45 +45 @@ Enables debug logging. -``\--dryrun `DRYRUN``` +`--dryrun `DRYRUN`` @@ -50 +50 @@ When `true`, performs the validation without updating the cluster and creating a -``\--force-update `FORCE_UPDATE``` +`--force-update `FORCE_UPDATE`` @@ -55 +55 @@ When `true`, forces the update by ignoring the update validation errors. (Defaul -``\--query `QUERY``` +`--query `QUERY`` @@ -60 +60 @@ Specifies the JMESPath query to perform on the output. -``\--region, -r `REGION``` +`--region, -r `REGION`` @@ -65 +65 @@ Specifies the AWS Region to use. The AWS Region must be specified, using the [Re -``\--suppress-validators ` SUPPRESS_VALIDATORS` [`SUPPRESS_VALIDATORS ...`]`` +`--suppress-validators ` SUPPRESS_VALIDATORS` [`SUPPRESS_VALIDATORS ...`]` @@ -72 +72 @@ Format: (`ALL`|`type:[A-Za-z0-9]+`) -``\--validation-failure-level `{`INFO`,`WARNING`,`ERROR`}``` +`--validation-failure-level `{INFO,WARNING,ERROR}``