Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 766 Bytes

File metadata and controls

39 lines (27 loc) · 766 Bytes
layout pubDate modDate title description
src/layouts/Default.astro
2023-01-01
2023-01-01
Extract
Extracts a NuGet package

Extracts a NuGet package.

extract options

Usage: tentacle extract [<options>]

Where [<options>] is any of:

      --package=VALUE        Package file
      --destination=VALUE    Destination directory

Or one of the common options:

      --help                 Show detailed help for this command

Basic example

This example extracts a package file to a destination directory:

Windows:

tentacle extract --package="c:\temp\OctoFX.Web.1.0.20181.124538.nupkg" --destination="c:\temp\octofx"

Linux:

tentacle extract --package="/tmp/OctoFX.Web.1.0.20181.124538.nupkg" --destination="/tmp/octofx"