ocebuild.cli.commands#

Commands used for the OCE-Build CLI

Submodules#

Package Contents#

Functions#

build_command(env, cwd, out, clean, update, force)

Builds the project's OpenCore EFI directory.

lock_command(env, cwd, check, update, force)

Updates the project's lockfile.

patch_command(env, cwd, out)

Patches an existing OpenCore configuration.

Attributes#

cli_commands

The list of commands to register with the CLI.

ocebuild.cli.commands.build_command(env, cwd, out, clean, update, force)#

Builds the project’s OpenCore EFI directory.

ocebuild.cli.commands.lock_command(env, cwd, check, update, force)#

Updates the project’s lockfile.

ocebuild.cli.commands.patch_command(env, cwd, out)#

Patches an existing OpenCore configuration.

ocebuild.cli.commands.cli_commands[source]#

The list of commands to register with the CLI.