BowlerPlate

CLI Reference

2/19/2026

Complete reference for the boiler_app CLI commands.

Commands

auth

Authenticates the CLI with the boilerplate server.

Usage:

bowler auth <access_token>

Options:

  • <access_token>: The access token (required). You should get access token by your email once you purchasing

create

Creates a new project from the boilerplate.

Usage:

bowler create --name <project_name> [--org <org_name>]

Options:

  • -n, --name: The name of your project (required).
  • -o, --org: The organization domain (reverse notation, e.g., com.example). Defaults to com.example.

update

Updates the boilerplate CLI to the latest version.

Usage:

bowler update

help

Show help information.

Usage:

bowler --help

On this page