mirror of https://github.com/CrimsonTome/tldr.git
aws-history: add French translation (#9309)
parent
9127ea2e92
commit
cc51ca87ad
|
@ -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}}`
|
Loading…
Reference in New Issue