Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Applies to: all • Supported versions: all
Displays general help information and help information about specific commands.
Usage
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.
Options
-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
Examples
nuget help
nuget help push
nuget ?
nuget push -?
nuget help -All -Markdown