Forrest logo
back to context overview

choco-pack

List of commands for choco-pack:

  • choco-pack:tldr:05228 choco-pack: Package a NuGet specification to a nupkg file.
    $ choco pack ${path\to\specification_file}
    try on your machine
    explain this command
  • choco-pack:tldr:7afb2 choco-pack: Package a NuGet specification specifying the version of the resulting file.
    $ choco pack ${path\to\specification_file} --version ${version}
    try on your machine
    explain this command
  • choco-pack:tldr:f478f choco-pack: Package a NuGet specification to a specific directory.
    $ choco pack ${path\to\specification_file} --output-directory ${path\to\output_directory}
    try on your machine
    explain this command
back to context overview