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)
SourceInstance methods
config
Sourceinstaller_version
Sourcelock_file
Sourcelocked?
Sourceonly
Sourceskip
Source