Adobe I/O CLI Plugin for interactions with AEM Rapid Development Environments.
- Adobe I/O CLI
- Node.js version compatibility:
- 16.x -- 16.13.0 or higher.
- 18.x -- 18.0.0 or higher.
- Use with odd Node versions is not recommended.
$ aio plugins:install @adobe/aio-cli-plugin-aem-rde
$ aio plugins:update
The plugin needs to be configured to point to an existing RDE environment as follows:
$ aio config:set cloudmanager_orgid <org-id>
$ aio config:set cloudmanager_programid <program-id>
$ aio config:set cloudmanager_environmentid <env-id>
Note: If you are planning to work with multiple environments, we highly recommend you to use the flag
-l
or--local
together with theconfig:set
so that you will store the configuration in the local directory (i.e. the config is only effective in the current directory). For details on different config locations refer to aio-lib-core-config's README.
- Run
aio login
- Run
aio aem:rde
for general help. - Run
aio aem:rde:install --help
for help about a specific command. - Run
aio aem:rde:status
to see if the configured environment can be accessed.
- Run
npm run test
This both runs the mocha-based unit tests as well as produces a test report table at the end.
A more detailed test report can be found in the coverage/index.thml
file.
- Clone this repository to a folder.
- Run
npm install
in the folder. - Run
aio plugins:link .
inside your folder.