class

Fluxion::CLI::ApplyCommand

Inherits Fluxion::CLI::Command < Reference < Object

fluxion apply — execute a profile.

dry-run is the same traversal with mutation switched off, which is what makes the preview trustworthy: it exercises the same ordering, the same skip decisions, and the same command construction as the real run.

Instance methods

forced_dry_run=(forced_dry_run : Bool)

Runs with mutation disabled regardless of flags.

Source
forced_dry_run?

Runs with mutation disabled regardless of flags.

Source
name
Source
register(parser : OptionParser) : Nil

Command-specific flags. The base registers nothing.

Source
run(arguments : Array(String)) : ExitCode
Source
summary
Source
usage
Source