| title | dotnet help command - .NET Core CLI | |
|---|---|---|
| description | The dotnet help command shows more detailed documentation online for the specified command. | |
| author | mairaw | |
| ms.author | mairaw | |
| ms.date | 08/17/2017 | |
| ms.topic | article | |
| ms.prod | .net-core | |
| ms.technology | dotnet-cli | |
| ms.workload |
|
[!INCLUDE topic-appliesto-net-core-all]
dotnet help - Shows more detailed documentation online for the specified command.
dotnet help <COMMAND_NAME> [-h|--help]
The dotnet help command opens up the reference page for more detailed information about the specified command at docs.microsoft.com.
COMMAND_NAME
Name of the .NET Core CLI command. For a list of the valid CLI commands, see CLI commands.
-h|--help
Prints out a short help for the command.
Opens the documentation page for the dotnet new command:
dotnet help new