github.com/jbronn/packer@v0.1.6-0.20140120165540-8a1364dbd817/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 `