MCPcopy
hub / github.com/hashicorp/packer / Help

Method Help

command/execute.go:172–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170}
171
172func (*ExecuteCommand) Help() string {
173 helpText := `
174Usage: packer execute [options] PLUGIN
175
176 Runs an internally-compiled version of a plugin from the packer binary.
177
178 NOTE: this is an internal command and you should not call it yourself.
179
180Options:
181
182 --protobuf: use protobuf for serialising data over-the-wire instead of gob.
183`
184
185 return strings.TrimSpace(helpText)
186}
187
188func (c *ExecuteCommand) Synopsis() string {
189 return "internal plugin command"

Callers 2

ParseArgsMethod · 0.95
RunContextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected