Commit 2ed100a0 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

website: document compress post-processor

parent 812ba354
---
layout: "docs"
page_title: "compress Post-Processor"
---
# Compress Post-Processor
Type: `compress`
The compress post-processor takes an artifact with files (such as from
VMware or VirtualBox) and gzip compresses the artifact into a single
archive.
## Configuration
The configuration for this post-processor is extremely simple.
* `output` (string) - The path to save the compressed archive.
## Example
An example is shown below, showing only the post-processor configuration:
<pre class="prettyprint">
{
"type": "compress",
"path": "foo.tar.gz"
}
</pre>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment