syllago registry sync
Synopsis
Section titled “Synopsis”syllago registry sync [name]Description
Section titled “Description”Runs git pull on registry clones to fetch the latest content.
Sync updates the local clone only — it does not modify your library or installed provider content. Use “syllago registry items” to see what changed, and “syllago install” to activate updated content.
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 all registries syllago registry sync
# Sync a specific registry syllago registry sync my-rulesSee Also
Section titled “See Also”- syllago registry
- syllago registry add
- syllago registry create
- syllago registry items
- syllago registry list
- syllago registry remove
Source