2013-08-13 12:36:40 -04:00
|
|
|
package inspect
|
|
|
|
|
|
|
|
const helpText = `
|
|
|
|
Usage: packer inspect TEMPLATE
|
|
|
|
|
|
|
|
Inspects a template, parsing and outputting the components a template
|
|
|
|
defines. This does not validate the contents of a template (other than
|
|
|
|
basic syntax by necessity).
|
2013-08-13 12:38:54 -04:00
|
|
|
|
|
|
|
Options:
|
|
|
|
|
|
|
|
-machine-readable Machine-readable output
|
2013-08-13 12:36:40 -04:00
|
|
|
`
|