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.
Example
dotnet tool run dotnetsay
Runs the
dotnetsay
local tool.
See also
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.