We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b745c commit 483eb9aCopy full SHA for 483eb9a
1 file changed
src/pages/docs/deployments/custom-scripts/aws-cli-scripts.md
@@ -76,7 +76,7 @@ PowerShell scripts run by the `Run an AWS CLI Script` step have access to the AW
76
77
This means you can run scripts using a mix of the AWS CLI and PowerShell commands:
78
79
-```
+```powershell
80
# This will write out information on the Get-AWSPowerShellVersion CmdLet.
81
get-command Get-AWSPowerShellVersion | fl *
82
0 commit comments