syllago init
Synopsis
Section titled “Synopsis”syllago init [flags]Description
Section titled “Description”Detects AI coding tools in use, creates .syllago/config.json with provider selection.
Options
Section titled “Options”| Flag | Type | Default | Required | Description |
|---|---|---|---|---|
--force | bool | — | No | Overwrite existing config |
-y, --yes | bool | — | No | Skip interactive confirmation |
Global Options
Section titled “Global Options”| Flag | Type | Default | Required | Description |
|---|---|---|---|---|
--json | bool | — | No | Output in JSON format |
--no-color | bool | — | No | Disable color output |
-q, --quiet | bool | — | No | Suppress non-essential output |
-v, --verbose | bool | — | No | Verbose output |
Examples
Section titled “Examples” # Interactive setup syllago init
# Skip confirmation prompts syllago init --yes
# Overwrite existing config syllago init --forceSource