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 {{[-g|--global]}} {{dotnetsay}}
dotnet tool restore
--global for local tools):dotnet tool update {{[-g|--global]}} {{tool_name}}
--global for local tools):dotnet tool uninstall {{[-g|--global]}} {{tool_name}}
--global for local tools):dotnet tool list {{[-g|--global]}}
dotnet tool search {{search_term}}
dotnet tool {{[-h|--help]}}