System Grab Bag

View all TLDR pages from Windows (or from all pages)

choco pack

Package a NuGet specification into a nupkg file. More information: https://chocolatey.org/docs/commands-pack.
  • Package a NuGet specification to a nupkg file:
    choco pack {{path\to\specification_file}}
  • Package a NuGet specification specifying the version of the resulting file:
    choco pack {{path\to\specification_file}} --version {{version}}
  • Package a NuGet specification to a specific directory:
    choco pack {{path\to\specification_file}} --output-directory {{path\to\output_directory}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.