Sitecore CLI – Non-interactive login fails when having requiresUniqueEmail set to true

With the Sitecore CLI you can choose to login in with a non-interactive login, meaning that you specify a ClientId and ClientSecret, which is then used to log in. Interactive login means that you log in using a username and password, for a pre-existing user. Today a user on Slack had some issues using the …

Sitecore CLI – Auto publish changed items with Sitecore Content Serialization

With Sitecore CLI 3.0 a few new features have popped up, and for me, the most important one for me, is being able to publish changed items automatically when using Sitecore Content Serialization. In CLI 2.0 you had the option to run sitecore publish which would just do a full publish to the WEB database. …