dotnet tool

.NET 도구를 관리하고 NuGet에서 게시된 도구를 검색. 더 많은 정보: https://learn.microsoft.com/dotnet/core/tools/global-tools.

dotnet tool install --global {{dotnetsay}}

dotnet tool restore

dotnet tool update --global {{도구_이름}}

dotnet tool uninstall --global {{도구_이름}}

dotnet tool list --global

dotnet tool search {{검색_어구}}

dotnet tool --help