github.com/phobos182/packer@v0.2.3-0.20130819023704-c84d2aeffc68/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 `