This article applies to: ✔️ .NET Core 3.1 SDK and later versions
Contents
Arguments
• COMMAND_NAME
Name of the .NET CLI command. For a list of the valid CLI commands, see CLI commands.
Description
The dotnethelp command opens up the reference page for more detailed information about the specified
command.
Dotnet Help Reference
Thisarticleappliesto: ✔️ .NET Core 3.1 SDK and later versions
Examples
• Opens the documentation page for the dotnet new command:
dotnet help new
2024-10-02 dotnet-help(1)
Name
dotnet-help - Shows more detailed documentation online for the specified command.
Options
• -?|-h|--help
Prints out a description of how to use the command.
Synopsis
dotnet help <COMMAND_NAME> [-h|--help]
