mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
313 B
Markdown
17 lines
313 B
Markdown
![]() |
# aws help
|
||
|
|
||
|
> Affiche l'aide sur la CLI AWS.
|
||
|
> Plus d'informations : <https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-help.html>.
|
||
|
|
||
|
- Affiche l'aide :
|
||
|
|
||
|
`aws help`
|
||
|
|
||
|
- Liste tous les sujets disponibles :
|
||
|
|
||
|
`aws help topics`
|
||
|
|
||
|
- Affiche l'aide à propos d'un sujet particulier :
|
||
|
|
||
|
`aws help {{nom_du_sujet}}`
|