class

Fluxion::CLI::RegistryInitCommand

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

Constants

EXAMPLE_PROFILE = "# A starting point. Replace it with what your machines actually need.\nprofile: workstation\nos:\n type: fedora\n\njobs:\n - name: base\n steps:\n - type: packages\n name: core-tools\n packageManager: dnf\n packages: [git, curl, jq]\n"

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