Skip to main content

Posts

Showing posts with the label #contentserilization

XM Cloud - Reference environment configuration 'xmcloudlocal' doesn't exist

Hi Team, Recently, I have been setting up XM Cloud instance in my local and sending some changes back to XM Cloud, and for that i needed to do serialization of the content from cloud to local and than local to push into XM Cloud. Because i was using the documentation given on  Walkthrough: Setting up your full-stack XM Cloud local development environment (sitecore.com)   Because if you are like me, you just follow the steps first to see how things work, in one of those steps, i encountered below exception    Error Reference environment configuration 'xmcloudlocal' doesn't exist" With my surprise, because i am following the documentation steps, so it should just work, i double checked that i have not missed any steps, The site documentation was mentioning below  I double checked my user.json file to see if i have this ref value as " xmcloudlocal " available or not, and with my surprise, it was not there, but i had entry with ref " xmcloud ", so i cha...

Webinar - Hands on to "Sitecore 10 Content Serialization (SCS)"

   Hi Team, At Horizontal Digital , we as a team decided to create set of webinars and online sessions for developers to help learn new concepts of "Sitecore 10" offerings. As a part of that, different team mates started preparing for Sitecore 10 new features so those information can provided to the team and they can all push and learn SC10 in much better way and those topics can help them in their certifications too   As a part of those different webinars, I took the topic on "Sitecore Content Serialization (SCS)" In SC10 certification one (out of many) competency is " Content serialization ", We all have been working in TDS, Unicorn tools to serialize the content and use it to share, deploy sitecore content, but with SC10 there is a new way of serializing content. Basically there are two ways which we can use SCS 1) Sitecore CLI : Is a dotnet core based command line interface, we can install nuget modules on top of this for SCS and we can start using ...