diff --git a/README.md b/README.md index 2256dca5..7b7afa9a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Usage: aem [options] Commands: aem up Run a AEM development server + aem import Run the AEM import server Options: --version Show version number [boolean] @@ -138,6 +139,17 @@ If present, `ALL_PROXY` is used as fallback if there is no other match. | `--tls-key` | `AEM_TLS_KEY` | undefined | Path to .key file (for enabling TLS) | | `--tls-cert` | `AEM_TLS_CERT` | undefined | Path to .pem file (for enabling TLS) | +## Starting an import + +The AEM Importer is an application that supports importing content to AEM. + +``` +$ cd +$ aem import +``` + +Read the full AEM Importer [documentation](https://github.com/adobe/helix-importer-ui). + # Developing AEM CLI ## Testing @@ -168,4 +180,4 @@ export NODE_EXTRA_CA_CERTS=my-ca.crt aem up ``` -This will make Node.js trust the server certificate and `aem up` should work. \ No newline at end of file +This will make Node.js trust the server certificate and `aem up` should work.