Skip to content llms.txt

syllago registry add

syllago registry add <git-url> [flags]
FlagTypeDefaultRequiredDescription
--namestringNoOverride the registry name (default: derived from URL)
--refstringNoBranch, tag, or commit to checkout (default: repo default branch)
FlagTypeDefaultRequiredDescription
--jsonboolNoOutput in JSON format
--no-colorboolNoDisable color output
-q, --quietboolNoSuppress non-essential output
-v, --verboseboolNoVerbose output
Terminal window
# Add a registry by URL
syllago registry add https://github.com/team/rules.git
# Add with a custom name
syllago registry add https://github.com/team/rules.git --name team-rules
# Pin to a specific branch
syllago registry add https://github.com/team/rules.git --ref main

Source