class

Fluxion::CLI::SnapshotCommand

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

fluxion snapshot — a read-only inventory of this host.

Records only what a profile could plausibly declare. It does not read shell history, dotfile contents, or credentials: a snapshot is something people paste into issues.

Constants

COMMAND_TIMEOUT = 5.seconds
MAX_ENTRIES = 20000

Class methods

query_argv(distribution : Distribution | Nil) : Array(String) | Nil

The command that lists installed package names, per distribution.

Source

Instance methods

name
Source
register(parser : OptionParser) : Nil

Command-specific flags. The base registers nothing.

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