syllago sync-and-export
Synopsis
Section titled “Synopsis”syllago sync-and-export [flags]Description
Section titled “Description”Convenience command that syncs all registries then installs.
Equivalent to running: syllago registry sync && syllago install —to <provider>
This is useful in CI/CD or automation where you want a single command to ensure registries are up-to-date before installing.
Options
Section titled “Options”| Flag | Type | Default | Required | Description |
|---|---|---|---|---|
--llm-hooks | string | skip | No | How to handle LLM-evaluated hooks: skip (drop with warning) or generate (create wrapper scripts) |
--name | string | — | No | Filter by item name (substring match) |
--source | string | local | No | Which items to export: local (default), shared, registry, builtin, all |
--to | string | — | Yes | Provider slug to export to, or “all” for every provider (required) |
--type | string | — | No | Filter to a specific 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” # Sync registries and export to Cursor syllago sync-and-export --to cursor
# Export to all providers syllago sync-and-export --to all --type skills
# Export only registry content to Kiro syllago sync-and-export --to kiro --source registrySource