Forrest logo
back to context overview

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 machine
    explain this command
  • dotnet-tool:tldr:23a5a dotnet-tool: Search tools in NuGet.
    $ dotnet tool search ${search_term}
    try on your machine
    explain this command
  • dotnet-tool:tldr:38e24 dotnet-tool: List installed global tools (don't use `--global` for local tools).
    $ dotnet tool list --global
    try on your machine
    explain 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 machine
    explain this command
  • dotnet-tool:tldr:84e12 dotnet-tool: Display help.
    $ dotnet tool --help
    try on your machine
    explain 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 machine
    explain this command
  • dotnet-tool:tldr:c61cf dotnet-tool: Install tools defined in the local tool manifest.
    $ dotnet tool restore
    try on your machine
    explain this command
back to context overview