| title | NuGet CLI help command |
|---|---|
| description | Reference for the nuget.exe help command |
| author | JonDouglas |
| ms.author | jodou |
| ms.date | 01/18/2018 |
| ms.topic | reference |
Applies to: all • Supported versions: all
Displays general help information and help information about specific commands.
nuget help [command] [options]
nuget ? [command] [options]
where [command] identifies a specific command for which to display help.
Warning
With some commands, be mindful to specify help first, as with nuget help install, because there is a package named "help" on nuget.org. If you give the command nuget install help, you won't get help on the install command but will instead install the package named help.
-
-AllPrint detailed help for all available commands; ignored if a specific command is given.
-
-ConfigFileThe NuGet configuration file to apply. If not specified,
%AppData%\NuGet\NuGet.Config(Windows), or~/.nuget/NuGet/NuGet.Configor~/.config/NuGet/NuGet.Config(Mac/Linux) is used. -
-ForceEnglishOutput(3.5+) Forces nuget.exe to run using an invariant, English-based culture.
-
-?|-helpDisplays help information for the command.
-
-MarkdownPrint detailed help in markdown format when used with
-All. Ignored otherwise. -
-NonInteractiveSuppresses prompts for user input or confirmations.
-
-Verbosity [normal|quiet|detailed]Specifies the amount of detail displayed in the output:
normal(the default),quiet, ordetailed.
Also see Environment variables
nuget help
nuget help push
nuget ?
nuget push -?
nuget help -All -Markdown