Skip to content

Instantly share code, notes, and snippets.

@nehemiahj
Last active February 15, 2024 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nehemiahj/61768af4c4ace0894090e241e96f68ab to your computer and use it in GitHub Desktop.
Save nehemiahj/61768af4c4ace0894090e241e96f68ab to your computer and use it in GitHub Desktop.
Remove and Add Plugin CLI Command
# Remove XM Cloud Plugin
dotnet sitecore plugin remove -n Sitecore.DevEx.Extensibility.XMCloud
# Add XM Cloud Plugin with the latest version
dotnet sitecore plugin add -n Sitecore.DevEx.Extensibility.XMCloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment