Command

bengal.config.init

Initialize configuration structure.

Creates config directory with examples, or a single config file. Use --template to choose a preset (docs, blog, minimal).

Usage

bengal.config.init [OPTIONS]

Options

Option Type Description
--force flag BOOLEAN

Overwrite existing config files

--type CHOICE

Config structure type (default: directory)

Default:directory
--template CHOICE

Config template (default: docs)

Default:docs

Arguments

Argument Type Description
source PATH Default:.

Examples

    bengal config init
    bengal config init --type file
    bengal config init --template blog