> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/user-guides/fr/import-records-1/import-from-commander.md).

# Importer depuis Commander CLI

Le SDK Keeper Commander offre des capacités en ligne de commande ou par script pour importer des entrées et des dossiers dans votre coffre-fort Keeper. Les formats d'importation pris en charge sont indiqués ci-dessous :

* Les fichiers d'importation **JSON** peuvent contenir des entrées, dossiers, sous-dossiers, dossiers partagés, autorisations de dossier par défaut et autorisations utilisateur/équipe
* Les fichiers d'importation **CSV** contiennent des entrées, dossiers, sous-dossiers, dossiers partagés et autorisations de dossier partagé par défaut
* L'importation **delinea/thycotic** inclut les dossiers privés, dossiers partagés, autorisations, pièces jointes et codes TOTP
* Les fichiers **Keepass** transfèrent les entrées, pièces jointes, dossiers et sous-dossiers
* Le format de fichier **lastpass** est pris en charge ; toutefois, pour les utilisateurs finaux, nous recommandons la [méthode d'importation LastPass automatisée](/keeperpam/commander-cli/command-reference/import-and-export-commands/lastpass-import.md) (en anglais) qui prend en charge les dossiers, dossiers partagés et pièces jointes.
* L'importation d'entreprise complète **lastpass** prend en charge les dossiers partagés
* La méthode d'importation **myki** prend en charge les entrées et les dossiers
* La méthode **1password** prend en charge les entrées, dossiers et pièces jointes
* La méthode **manageengine** prend en charge les entrées, dossiers et pièces jointes

La plupart des fonctionnalités disponibles dans la Console d'administration Keeper sont disponibles via le shell interactif et l'interface SDK de Commander.

<figure><img src="https://914511346-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LSGVtOTYUIkVBoYtFvK%2Fuploads%2FHKeLdw1f35kQbxKaHrCx%2FScreen%20Shot%202022-09-02%20at%201.32.44%20PM.jpg?alt=media&#x26;token=7ed589f7-8b1d-4c70-bb30-0ab3884ffcae" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
En savoir plus sur les méthodes d'importation Keeper Commander dans [commandes d'importation et d'exportation de Keeper Commander](/keeperpam/commander-cli/command-reference/import-and-export-commands.md) (en anglais).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/user-guides/fr/import-records-1/import-from-commander.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
