
dotnet-tool
List of commands for dotnet-tool:
-
dotnet-tool:tldr:1fb92 dotnet-tool: Update a specific global tool (don't use `--global` for local tools).$ dotnet tool update --global ${tool_name}try on your machineexplain this command
-
dotnet-tool:tldr:23a5a dotnet-tool: Search tools in NuGet.$ dotnet tool search ${search_term}try on your machineexplain this command
-
dotnet-tool:tldr:38e24 dotnet-tool: List installed global tools (don't use `--global` for local tools).$ dotnet tool list --globaltry on your machineexplain this command
-
dotnet-tool:tldr:70531 dotnet-tool: Install a global tool (don't use `--global` for local tools).$ dotnet tool install --global ${dotnetsay}try on your machineexplain this command
-
dotnet-tool:tldr:84e12 dotnet-tool: Display help.$ dotnet tool --helptry on your machineexplain this command
-
dotnet-tool:tldr:af465 dotnet-tool: Uninstall a global tool (don't use `--global` for local tools).$ dotnet tool uninstall --global ${tool_name}try on your machineexplain this command
-
dotnet-tool:tldr:c61cf dotnet-tool: Install tools defined in the local tool manifest.$ dotnet tool restoretry on your machineexplain this command