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

     1  ---
     2  layout: "docs_machine_readable"
     3  page_title: "Command: inspect - Machine-Readable Reference"
     4  ---
     5  
     6  # Inspect Command Types
     7  
     8  These are the machine-readable types that exist as part of the output
     9  of `packer inspect`.
    10  
    11  <dl>
    12  	<dt>template-variable (2)</dt>
    13  	<dd>
    14  		<p>
    15  		A <a href="/docs/templates/user-variables.html">user variable</a>
    16  		defined within the template.
    17  		</p>
    18  
    19  		<p>
    20  		<strong>Data 1: name</strong> - Name of the variable.
    21  		</p>
    22  
    23  		<p>
    24  		<strong>Data 2: default</strong> - The default value of the
    25  		variable.
    26  		</p>
    27  	</dd>
    28  
    29  	<dt>template-builder (2)</dt>
    30  	<dd>
    31  		<p>
    32  		A builder defined within the template
    33  		</p>
    34  
    35  		<p>
    36  		<strong>Data 1: name</strong> - The name of the builder.
    37  		</p>
    38  		<p>
    39  		<strong>Data 2: type</strong> - The type of the builder. This will
    40  		generally be the same as the name unless you explicitly override
    41  		the name.
    42  		</p>
    43  	</dd>
    44  
    45  	<dt>template-provisioner (1)</dt>
    46  	<dd>
    47  		<p>
    48  		A provisioner defined within the template. Multiple of these may
    49  		exist. If so, they are outputted in the order they would run.
    50  		</p>
    51  
    52  		<p>
    53  		<strong>Data 1: name</strong> - The name/type of the provisioner.
    54  		</p>
    55  	</dd>
    56  </dl>