class

Fluxion::ShellCommandStep

Inherits Fluxion::Step < Reference < Object

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)
Source

Instance methods

commands
Source
items

Everything this step installs, in declaration order.

Source
kind

The config type (stable schema) that produces this step.

Source
shell
Source
summary

One-line summary for plan and list.

Source
working_dir
Source