Skip to content

Commit

Permalink
docs: Add aem import to README (#2448)
Browse files Browse the repository at this point in the history
- include `aem import` in the README and link to `helix-importer-ui`
  • Loading branch information
arumsey authored Nov 1, 2024
1 parent 4d861b9 commit fef9a9a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Usage: aem <command> [options]
Commands:
aem up Run a AEM development server
aem import Run the AEM import server
Options:
--version Show version number [boolean]
Expand Down Expand Up @@ -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 <my-cool-project>
$ aem import
```

Read the full AEM Importer [documentation](https://github.com/adobe/helix-importer-ui).

# Developing AEM CLI

## Testing
Expand Down Expand Up @@ -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.
This will make Node.js trust the server certificate and `aem up` should work.

0 comments on commit fef9a9a

Please sign in to comment.