dotnet tool list

dotnet tool list --help

eg@debian:~$ dotnet tool list --help
Description:
  List tools installed globally or locally.

Usage:
  dotnet tool list [options]

Options:
  -g, --global        List tools installed for the current user.
  --local             List the tools installed in the local tool manifest.
  --tool-path <PATH>  The directory containing the tools to list.
  -?, -h, --help      Show command line help.

dotnet tool list --global

eg@debian:~$ dotnet tool list --global
Package Id                       Version      Commands                   
-------------------------------------------------------------------------
dotnet-aspnet-codegenerator      7.0.9        dotnet-aspnet-codegenerator
dotnet-ef                        7.0.10       dotnet-ef                  
specflow.plus.livingdoc.cli      3.9.57       livingdoc

Last updated