2013-08-13 09:36:40 -07: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 09:38:54 -07:00
|
|
|
|
|
|
|
Options:
|
|
|
|
|
|
|
|
-machine-readable Machine-readable output
|
2013-08-13 09:36:40 -07:00
|
|
|
`
|