syllago sync-install
Synopsis
Section titled “Synopsis”syllago sync-install [flags]Description
Section titled “Description”Convenience command that syncs all registries then installs content.
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 |
|---|---|---|---|---|
-n, --dry-run | bool | — | No | Show what would be installed without making changes |
--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 install: local (default), shared, registry, builtin, all |
--to | string | — | Yes | Provider slug to install 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 install to Cursor syllago sync-install --to cursor
# Install to all providers syllago sync-install --to all --type skills
# Install only registry content to Kiro syllago sync-install --to kiro --source registrySource