Enonic CLI 3.3.0 is released

Hello everyone!

We have released a new version of CLI which supports mTLS. It’s now possible to specify a private key and client certificate to establish an mTLS session when authenticating.

This effectively completes support for service accounts which was added in the previous version 3.2. Note that you will need XP 7.15+ to be able to use service accounts.

Just run “enonic upgrade” in your terminal and enjoy the new feature :slight_smile:

4 Likes

Users of devices with ARM processors have reported getting the following error after upgrading to CLI 3.3:

If you are seeing this message when running CLI, upgrade directly from NPM to get the fixed version 3.3.1:

npm install @enonic/cli -g
2 Likes