I am attempting to install Octo on to my machine using the .Net Core CLI.
I’ve found two sets of instructions for this -
- Redirecting to https://octopus.com/docs/octopus-rest-api/octopus-cli/install-global-tool
- Redirecting to https://octopus.com/docs/packaging-applications/create-packages/octopus-cli
Although the first references a specific version, they both say to use dotnet tool install Octopus.DotNet.Cli --global
.
However, when I try to install Octo this way I am met with an error -
The tool package could not be restored.
Tool ‘octopus.dotnet.cli’ failed to install.
I suspect that I may need to use the --add-source
parameter so that Octo is found, but I cannot see anywhere in the documentation what that source should be?
Note: My .NET Core version is 2.2.105.
Thanks,
David