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

     1  ---
     2  layout: "docs_machine_readable"
     3  page_title: "General Types - Machine-Readable Reference"
     4  description: |-
     5    These are the machine-readable types that can appear in almost any machine-readable output and are provided by Packer core itself.
     6  ---
     7  
     8  # General Types
     9  
    10  These are the machine-readable types that can appear in almost any
    11  machine-readable output and are provided by Packer core itself.
    12  
    13  <dl>
    14  	<dt>ui (2)</dt>
    15  	<dd>
    16  		<p>
    17  		Specifies the output and type of output that would've normally
    18  		gone to the console if Packer were running in human-readable
    19  		mode.
    20  		</p>
    21  
    22  		<p>
    23  		<strong>Data 1: type</strong> - The type of UI message that would've
    24  		been outputted. Can be "say", "message", or "error".
    25  		</p>
    26  		<p>
    27  		<strong>Data 2: output</strong> - The UI message that would have
    28  		been outputted.
    29  		</p>
    30  	</dd>
    31  </dl>