syllago manifest generate
Synopsis
Section titled “Synopsis”syllago manifest generate [dir] [flags]Description
Section titled “Description”Analyze the current repository and generate a registry.yaml manifest. Run with —force to overwrite an existing registry.yaml. When overwriting, a diff of added/removed/changed items is displayed before writing.
Options
Section titled “Options”| Flag | Type | Default | Required | Description |
|---|---|---|---|---|
--debug-skips | bool | — | No | show per-file skip reasons for content-signal classification |
--force | bool | — | No | overwrite existing registry.yaml |
--no-config | bool | — | No | suppress .syllago.yaml loading (use with —strict for fully explicit CI control) |
--scan-as | stringArray | — | No | scan path as content type: type:path (e.g. skills:Packs/) |
--strict | bool | — | No | disable content-signal fallback; fatal on missing scan-as paths |
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 |
See Also
Section titled “See Also”Source