github.com/homburg/packer@v0.6.1-0.20140528012651-1dcaf1716848/command/inspect/help.go (about)

     1  package inspect
     2  
     3  const helpText = `
     4  Usage: packer inspect TEMPLATE
     5  
     6    Inspects a template, parsing and outputting the components a template
     7    defines. This does not validate the contents of a template (other than
     8    basic syntax by necessity).
     9  
    10  Options:
    11  
    12    -machine-readable  Machine-readable output
    13  `