class

Fluxion::ShellScriptStep

Inherits Fluxion::Step < Reference < Object

type: shell-script — run local or HTTPS-fetched shell scripts.

Constructors

new(name : String, items : Array(ShellScriptItem), 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

items

Everything this step installs, in declaration order.

Source
kind

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

Source
scripts
Source
summary

One-line summary for plan and list.

Source
working_dir
Source