mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
320 B
Markdown
17 lines
320 B
Markdown
![]() |
# aws help
|
||
|
|
||
|
> Muestra información de ayuda sobre la CLI de AWS.
|
||
|
> Más información: <https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-help.html>.
|
||
|
|
||
|
- Muestra la ayuda:
|
||
|
|
||
|
`aws help`
|
||
|
|
||
|
- Lista todos los temas disponibles:
|
||
|
|
||
|
`aws help topics`
|
||
|
|
||
|
- Muestra ayuda sobre un tema específico:
|
||
|
|
||
|
`aws help {{nombre_tema}}`
|