dotnet tool

Manage .NET tools and search published tools in NuGet. More information: https://learn.microsoft.com/dotnet/core/tools/global-tools.

dotnet tool install {{[-g|--global]}} {{dotnetsay}}

dotnet tool restore

dotnet tool update {{[-g|--global]}} {{tool_name}}

dotnet tool uninstall {{[-g|--global]}} {{tool_name}}

dotnet tool list {{[-g|--global]}}

dotnet tool search {{search_term}}

dotnet tool {{[-h|--help]}}