mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 12:26:03 +02:00
aws-help: add page (#6446)
This commit is contained in:
parent
ac40409bbe
commit
41b497b4e1
1 changed files with 16 additions and 0 deletions
16
pages/common/aws-help.md
Normal file
16
pages/common/aws-help.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue