mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
276 B
Markdown
17 lines
276 B
Markdown
![]() |
# aws help
|
||
|
|
||
|
> Display help information about the AWS CLI.
|
||
|
> More information: <https://docs.aws.amazon.com/cli/latest/reference/>.
|
||
|
|
||
|
- Display help:
|
||
|
|
||
|
`aws help`
|
||
|
|
||
|
- List all available topics:
|
||
|
|
||
|
`aws help topics`
|
||
|
|
||
|
- Display help about a specific topic:
|
||
|
|
||
|
`aws help {{topic_name}}`
|