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
...