1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

aws-history: add French translation (#9309)

This commit is contained in:
Patrice Denis Arronis 2022-10-26 12:29:03 +02:00 committed by GitHub
parent 9127ea2e92
commit cc51ca87ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,12 @@
# 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}}`