type: shell-command — run inline shell commands or direct argv vectors.
Constants
DEFAULT_SHELL = "/bin/bash"
Constructors
new(name :
String, commands :
Array(
ShellCommandItem), shell :
String =
DEFAULT_SHELL, working_dir :
String |
Nil = nil, description :
String |
Nil = nil, continue_on_error :
Bool = false, probe_command :
String |
Nil = nil, condition :
Condition |
Nil = nil)
SourceInstance methods
items
Everything this step installs, in declaration order.
Sourcekind
The config type (stable schema) that produces this step.
Sourcesummary
One-line summary for plan and list.
Source