github.com/kikitux/packer@v0.10.1-0.20160322154024-6237df566f9f/website/source/docs/machine-readable/general.html.md (about)

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