syllago list
Synopsis
Section titled “Synopsis”syllago list [flags]Description
Section titled “Description”Show a quick inventory of all content without launching the TUI.
By default, lists all content grouped by type. Use flags to filter.
Options
Section titled “Options”| Flag | Type | Default | Required | Description |
|---|---|---|---|---|
--source | string | all | No | Filter by source: library, shared, registry, builtin, all |
--type | string | — | No | Filter to one content type (e.g., skills, rules) |
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” # List all content grouped by type syllago list
# Show only library items syllago list --source library
# Show only skills syllago list --type skills
# JSON output for scripting syllago list --jsonSource