github.com/phobos182/packer@v0.2.3-0.20130819023704-c84d2aeffc68/website/source/docs/machine-readable/index.html.markdown (about)

     1  ---
     2  layout: "docs_machine_readable"
     3  page_title: "Machine-Readable Reference"
     4  ---
     5  
     6  # Machine-Readable Reference
     7  
     8  This is the reference for the various message categories for Packer
     9  [machine-readable output](/docs/command-line/machine-readable.html).
    10  Please read that page if you're unfamiliar with the general format and
    11  usage for the machine-readable output.
    12  
    13  The layout of this reference is split into where the types come from.
    14  There are a set of core types that are from Packer core itself. Then
    15  there are types that come from various components of Packer such as the
    16  builders, provisioners, and more.
    17  
    18  Within each section, the format of the documentation is the following:
    19  
    20  <br>
    21  
    22  <dl>
    23  	<dt>type-name (data-count)</dt>
    24  	<dd>
    25  		<p>Description of the type.</p>
    26  		<p>
    27  		<strong>Data 1: name</strong> - Description.
    28  		</p>
    29  	</dd>
    30  </dl>