Skip to content llms.txt

syllago refresh

syllago refresh [name] [flags]

Compares installed content versions against their source registries and updates items where a newer version is available.

Version comparison uses semver from .syllago.yaml metadata. Items installed from local projects (not registries) are skipped.

FlagTypeDefaultRequiredDescription
--allboolNoRefresh all installed items
--dry-runboolNoShow what would be updated without changing anything
--registrystringNoOnly refresh items from this registry
FlagTypeDefaultRequiredDescription
--jsonboolNoOutput in JSON format
--no-colorboolNoDisable color output
-q, --quietboolNoSuppress non-essential output
-v, --verboseboolNoVerbose output
Terminal window
# Refresh a specific item
syllago refresh my-skill
# Check and refresh all installed items
syllago refresh --all
# Dry-run: show what would be updated
syllago refresh --all --dry-run
# Only refresh items from a specific registry
syllago refresh --all --registry team-rules

Source