Skip to main content

UnzipStep <ResourceType>

Unzip a zip file.

@example
<code>
{
"step": "unzip",
"zipFile": {
"resource": "vfs",
"path": "/wordpress/data.zip"
},
"extractToPath": "/wordpress"
}
</code>

Index

Properties

extractToPath

extractToPath: string

The path to extract the zip file to

step

step: unzip

optionalzipFile

zipFile?: ResourceType

The zip file to extract

optionalzipPath

zipPath?: string

The path of the zip file to extract

@deprecated

Use zipFile instead.