diff --git a/pages/common/aws-help.md b/pages/common/aws-help.md new file mode 100644 index 00000000000000..094a1badd28f67 --- /dev/null +++ b/pages/common/aws-help.md @@ -0,0 +1,16 @@ +# aws help + +> Display help information about the AWS CLI. +> More information: . + +- Display help: + +`aws help` + +- List all available topics: + +`aws help topics` + +- Display help about a specific topic: + +`aws help {{topic_name}}`