Provided by: dotnet-host-7.0_7.0.105-0ubuntu2_amd64 bug

dotnet tool run

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

NAME

       dotnet-tool-run - Invokes a local tool.

SYNOPSIS

              dotnet tool run <COMMAND NAME>

              dotnet tool run -h|--help

DESCRIPTION

       The dotnet tool run command searches tool manifest files that are in scope for the current
       directory.  When it finds a reference to the specified tool, it runs the tool.   For  more
       information, see Invoke a local tool.

ARGUMENTS

COMMAND_NAME

         The command name of the tool to run.

OPTIONS

-?|-h|--help

         Prints out a description of how to use the command.

   Exampledotnet tool run dotnetsay

         Runs the dotnetsay local tool.

SEE ALSO

       • .NET tools

       • Tutorial: Install and use a .NET local tool using the .NET CLI

                                            2022-10-10                         dotnet-tool-run(1)