mirror of https://github.com/CrimsonTome/tldr.git
17 lines
295 B
Markdown
17 lines
295 B
Markdown
# aws help
|
|
|
|
> Display help information about the AWS CLI.
|
|
> More information: <https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-help.html>.
|
|
|
|
- Display help:
|
|
|
|
`aws help`
|
|
|
|
- List all available topics:
|
|
|
|
`aws help topics`
|
|
|
|
- Display help about a specific topic:
|
|
|
|
`aws help {{topic_name}}`
|