github.com/aspring/packer@v0.8.1-0.20150629211158-9db281ac0f89/website/source/docs/machine-readable/index.html.markdown (about)

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