Manage .NET tools and search published tools in NuGet. More information: https://learn.microsoft.com/dotnet/core/tools/global-tools.
--global
for local tools):dotnet tool install --global dotnetsay
dotnet tool restore
--global
for local tools):dotnet tool update --global tool_name
--global
for local tools):dotnet tool uninstall --global tool_name
--global
for local tools):dotnet tool list --global
dotnet tool search search_term
dotnet tool --help