Files
tldr/pages.fr/common/aws-history.md
2022-10-26 07:29:03 -03:00

13 lines
460 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# aws history
> Affiche l'historique de l'outil en ligne de commandes aws (l'enregistrement de l'historique de aws cli doit avoir été préalablement activé).
> Plus d'informations : <https://docs.aws.amazon.com/cli/latest/reference/history/>.
- Liste l'historique des commandes avec leurs identifiants :
`aws history list`
- Affiche les événements liés à une commande spécifiée par son identifiant :
`aws history show {{identifiant_commande}}`