tldr/pages/common/aws-help.md

17 lines
295 B
Markdown
Raw Normal View History

2021-09-04 10:26:47 +01:00
# aws help
> Display help information about the AWS CLI.
> More information: <https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-help.html>.
2021-09-04 10:26:47 +01:00
- Display help:
`aws help`
- List all available topics:
`aws help topics`
- Display help about a specific topic:
`aws help {{topic_name}}`