From 41b497b4e1bc333ebe6500fda4bdfce078b615b9 Mon Sep 17 00:00:00 2001 From: lydianeU <49678718+lydianeU@users.noreply.github.com> Date: Sat, 4 Sep 2021 11:26:47 +0200 Subject: [PATCH] aws-help: add page (#6446) --- pages/common/aws-help.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/aws-help.md diff --git a/pages/common/aws-help.md b/pages/common/aws-help.md new file mode 100644 index 000000000..094a1badd --- /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}}`