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 --global dotnetsay

dotnet tool restore

dotnet tool update --global tool_name

dotnet tool uninstall --global tool_name

dotnet tool list --global

dotnet tool search search_term

dotnet tool --help