This project is delivered in two ways:
- As npm package from npmjs.com
- install NodeJS
npm install aem-cli -g
- to install AEM CLI globallyaem --help
- to verify installation
- As Docker image with pre-installed AEM CLI from Docker hub
- install Docker
- use
FROM vhonchar/aem-cli
in your Dockerfile
Actually, Docker way does the same things as the first option of installation.