Files
Packer-Cn/website/source/docs/machine-readable/index.html.md
T

38 lines
1.0 KiB
Markdown
Raw Normal View History

2013-08-12 11:33:57 -07:00
---
2015-07-22 19:31:00 -07:00
description: |
This is the reference for the various message categories for Packer
machine-readable output. Please read that page if you're unfamiliar with the
general format and usage for the machine-readable output.
layout: 'docs\_machine\_readable'
page_title: 'Machine-Readable Reference'
...
2013-08-12 11:33:57 -07:00
# Machine-Readable Reference
This is the reference for the various message categories for Packer
2015-07-22 19:31:00 -07:00
[machine-readable output](/docs/command-line/machine-readable.html). Please read
that page if you're unfamiliar with the general format and usage for the
machine-readable output.
2013-08-12 11:33:57 -07:00
2015-07-22 19:31:00 -07:00
The layout of this reference is split into where the types come from. There are
a set of core types that are from Packer core itself. Then there are types that
come from various components of Packer such as the builders, provisioners, and
more.
2013-08-12 11:33:57 -07:00
Within each section, the format of the documentation is the following:
<br>
<dl>
2015-07-22 20:25:58 -07:00
<dt>
type-name (data-count)
</dt>
<dd>
2015-07-22 19:31:00 -07:00
<p>Description of the type.</p>
<p>
<strong>Data 1: name</strong> - Description.
</p>
2015-07-22 20:25:58 -07:00
</dd>
2013-08-12 11:33:57 -07:00
</dl>