github.com/supr/packer@v0.3.10-0.20131015195147-7b09e24ac3c1/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 `