mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-23 09:51:08 -05:00
13 lines
301 B
Go
13 lines
301 B
Go
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).
|
|
|
|
Options:
|
|
|
|
-machine-readable Machine-readable output
|
|
`
|