class

Fluxion::ManualStep

Inherits Fluxion::Step < Reference < Object

type: manual — model a human checkpoint.

The probe is what makes this more than a printed reminder: when it passes, the checkpoint is recorded in state and never asked for again.

Constructors

new(name : String, message : String, description : String | Nil = nil, 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
message
Source
mutating?

True when the step mutates the host. Purely informational steps still appear in plans but never need sudo or a dry-run guard.

Source
summary

One-line summary for plan and list.

Source