Command

bengal.utils.theme.install

Install a theme via uv pip.

Installs a theme package from PyPI. NAME may be a package name or a slug. If a slug without prefix is provided, suggests canonical 'bengal-theme-'.

Usage

bengal.utils.theme.install [OPTIONS]

Options

Option Type Description
--force flag BOOLEAN

Install even if name is non-canonical

Arguments

Argument Type Description
name required TEXT

Examples

    bengal theme install bengal-theme-minimal
    bengal theme install minimal --force