dotnet-tool-list - Man Page

Lists all .NET tools of the specified type currently installed on your machine.

dotnet tool list

This article applies to: ✔️ .NET Core 3.1 SDK and later versions

Synopsis

dotnet tool list -g|--global

dotnet tool list --tool-path <PATH>

dotnet tool list --local

dotnet tool list [<PACKAGE_ID>]

dotnet tool list

dotnet tool list -h|--help

Description

The dotnet tool list command provides a way for you to list .NET global, tool-path, or local tools installed on your machine. The command lists the package name, version installed, and the tool command. To use the command, you specify one of the following:

Arguments

Options

Examples

See Also

Info

2023-10-25 .NET Documentation