Skip to content

Instantly share code, notes, and snippets.

@sitecoreexpert
Created August 30, 2020 12:24
Show Gist options
  • Save sitecoreexpert/2fc4fec43d8e8d650033d9e4761f45e5 to your computer and use it in GitHub Desktop.
Save sitecoreexpert/2fc4fec43d8e8d650033d9e4761f45e5 to your computer and use it in GitHub Desktop.
cd <project folder>
dotnet new tool-manifest
dotnet tool install Sitecore.CLI --add-source https://sitecore.myget.org/F/sc-packages/api/v3/index.json
# To install the Sitecore CLI as a global tool (not recommended):
dotnet tool install Sitecore.CLI -g --add-source https://sitecore.myget.org/F/sc-packages/api/v3/index.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment