autossh, avo: add French translation (#8335)
This commit is contained in:
36
pages.fr/common/avo.md
Normal file
36
pages.fr/common/avo.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# avo
|
||||
|
||||
> La ligne de commande officielle pour Avo.
|
||||
> Plus d'informations : <https://www.avo.app/docs/implementation/cli>.
|
||||
|
||||
- Initialise un espace de travail dans le dossier courant :
|
||||
|
||||
`avo init`
|
||||
|
||||
- Connecte la cli à la plateforme Avo :
|
||||
|
||||
`avo login`
|
||||
|
||||
- Change de branche vers une branche existante Avo :
|
||||
|
||||
`avo checkout {{nom_de_branche}}`
|
||||
|
||||
- Récupère les couvertures analytique pour le chemin courant :
|
||||
|
||||
`avo pull`
|
||||
|
||||
- Affiche le status de l'implémentation Avo :
|
||||
|
||||
`avo status`
|
||||
|
||||
- Résous les conflits Git dans les fichiers Avo :
|
||||
|
||||
`avo conflict`
|
||||
|
||||
- Ouvre l'espace de travail courant Avo dans le navigateur web par défaut :
|
||||
|
||||
`avo edit`
|
||||
|
||||
- Affiche l'aide pour une sous-commande :
|
||||
|
||||
`avo {{sous_commande}} --help`
|
Reference in New Issue
Block a user