help or ? 命令 (NuGet CLI)

适用于:全部 • 支持的版本:全部

显示有关特定命令的常规帮助信息和帮助信息。

使用情况

nuget help [command] [options]
nuget ? [command] [options]

其中,[command] 可标识为其显示帮助的特定命令。

警告

对于某些命令,请注意先指定 help,就像使用 nuget help install一样。这是因为,nuget.org 上有一名为“help”的包。如果使用 nuget install help 命令,则无法获取有关 install 命令的帮助,而会安装名为 help 的包。

选项

  • -All

    打印所有可用命令的详细帮助;如果提供了特定命令,则忽略。

  • -ConfigFile

    要应用的 NuGet 配置文件。 如果未指定,则使用 %AppData%\NuGet\NuGet.Config(适用于 Windows)或是 ~/.nuget/NuGet/NuGet.Config~/.config/NuGet/NuGet.Config(适用于 Mac/Linux)。

  • -ForceEnglishOutput

    (3.5+) 使用固定的、基于英语的区域性强制 nuget.exe 运行。

  • -?|-help

    显示此命令的帮助信息。

  • -Markdown

    -All 一起使用时,打印详细帮助。 否则,将忽略。

  • -NonInteractive

    不为用户输入或确认显示提示。

  • -Verbosity [normal|quiet|detailed]

    指定输出中显示的细节量:normal(默认值)、quietdetailed

另请参阅环境变量

示例

nuget help
nuget help push
nuget ?
nuget push -?
nuget help -All -Markdown