Created
August 30, 2020 12:24
-
-
Save sitecoreexpert/2fc4fec43d8e8d650033d9e4761f45e5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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