Skip to contentllms.txt

syllago registry sync

syllago registry sync [name] [flags]

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.

FlagTypeDefaultRequiredDescription
--yesbool—NoAuto-accept TOFU (trust-on-first-use) for MOAT registries with no pinned signing profile
FlagTypeDefaultRequiredDescription
--jsonbool—NoOutput in JSON format
--no-colorbool—NoDisable color output
-q, --quietbool—NoSuppress non-essential output
-v, --verbosebool—NoVerbose output
Terminal window
# Sync all registries
syllago registry sync
# Sync a specific registry
syllago registry sync my-rules

Source