BoilerWorks
Installation
3 days, 13 hours ago by admin
Installation
Requirements
- Python 3.12+
- Git
- SSH key or
gh auth loginfor GitHub access (templates are cloned from ConflictHQ)
Install
pip:
pip install boilerworks
pipx (recommended):
pipx install boilerworks
uv:
uv tool install boilerworks
Verify
boilerworks --help
Usage: boilerworks [OPTIONS] COMMAND [ARGS]...
Boilerworks CLI — project scaffolding from the boilerworks.ai catalogue.
Commands:
setup Run the interactive setup wizard → writes boilerworks.yaml
init Generate a project from boilerworks.yaml
list List all available templates
bootstrap Run Terraform infrastructure layers (requires cloud setup)
GitHub Access
Templates are cloned from github.com/ConflictHQ. The CLI tries SSH first, then HTTPS.
SSH (recommended):
# Add your key to GitHub if you haven't already
ssh-add ~/.ssh/id_ed25519
ssh -T [email protected] # should say "Hi "
HTTPS via gh CLI:
gh auth login
Z 9