Documentation
¶
Index ¶
Constants ¶
View Source
const TypeName = "go2chef.step.command"
TypeName is the name of this step plugin
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Step ¶
type Step struct { SName string `mapstructure:"name"` Command []string `mapstructure:"command"` Env map[string]string TimeoutSeconds int `mapstructure:"timeout_seconds"` PassthroughEnv []string `mapstructure:"passthrough_env"` Output map[string]string `mapstructure:"output"` // contains filtered or unexported fields }
Step implements a command execution step plugin
func (*Step) Download ¶
Download does nothing for this step since there's no downloading to be done when running any ol' command.
Click to show internal directories.
Click to hide internal directories.