Notice:Boilermaker is currently in Beta. We're working hard to get to a stable release! Please report any bugs or issues in the Boilermaker GitHub Discussions.

CLI Reference

The Boilermaker CLI (the boil command) is self-documenting using the --help flag (or help subcommand).

You can run boil --help to see a list of all available commands and options, as well as a brief description of what each command does.

Examples

boil help
boil --help  # same as `help`

boil sources help
boil sources list --help

boil install --help
...

On this Page