Thursday, May 2, 2024

How to cleanup the resource file

 Run below command to setup Extensibility

 dotnet sitecore plugin add -n Sitecore.DevEx.Extensibility.ResourcePackage --version 5.2.113

If you find any issue check your latest installed packages

dotnet sitecore plugin list
Cleanup command
dotnet sitecore itemres cleanup --what-if


Other Commands
dotnet sitecore ser push -n "Local"   
npm run start:connected
npm run lint -- --fix 

More details - https://doc.sitecore.com/xp/en/developers/104/developer-tools/the-cli-login-command.html#options

No comments:

Post a Comment