class

Fluxion::BinstallerProfileStep

Inherits Fluxion::Step < Reference < Object

type: binstaller-profile — hand binary distribution to binstaller.

Fluxion deliberately does not re-declare the tool list: it points at a BinaryDistributionProfile the user already maintains, so there is one source of truth. An inline profile object is rejected because binstaller owns that schema.

Constants

DEFAULT_INSTALLER_VERSION = "v0.2.0"

Constructors

new(name : String, config : String, only : Array(String) = [] of String, skip : Array(String) = [] of String, locked : Bool = false, lock_file : String | Nil = nil, installer_version : String = DEFAULT_INSTALLER_VERSION, description : String | Nil = nil, continue_on_error : Bool = false, probe_command : String | Nil = nil, condition : Condition | Nil = nil)
Source

Instance methods

config
Source
installer_version
Source
items

Everything this step installs, in declaration order.

Source
kind

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

Source
lock_file
Source
locked?
Source
only
Source
skip
Source
summary

One-line summary for plan and list.

Source