Skip to main content

Synopsis

Description

init creates the directory structure and default configuration files needed to run profClaw. It is a lightweight alternative to profclaw onboard for cases where you want to manage configuration manually or integrate with an existing setup script. For a guided first-time setup with environment detection, AI provider configuration, and admin account creation, use profclaw onboard instead.

Arguments

string
default:"."
Directory to initialize. Defaults to the current directory. Created if it does not exist.

Flags

string
default:"mini"
Deployment mode to write into the generated config: pico, mini, or pro.
boolean
Overwrite existing configuration files. By default, init skips files that already exist.
boolean
Skip creating the .env template file.

Files Created

Examples

After Initializing