Skip to contentllms.txt

syllago registry add

syllago registry add <git-url> [flags]
FlagTypeDefaultRequiredDescription
--moatbool—NoAdd as a MOAT-signed registry (required when URL is not in the bundled allowlist and no —signing-identity is passed)
--namestring—NoOverride the registry name (default: derived from URL)
--refstring—NoBranch, tag, or commit to checkout (default: repo default branch)
--signing-identitystring—NoWorkflow subject SAN (e.g. https://github.com/OWNER/REPO/.github/workflows/moat.yml@refs/heads/main) — implies —moat
--signing-issuerstring—NoOIDC issuer URL (default: GitHub Actions issuer)
--signing-repository-idstring—NoGitHub numeric repository ID (required for GitHub Actions issuer)
--signing-repository-owner-idstring—NoGitHub numeric repository-owner ID (required for GitHub Actions issuer)
--yesbool—NoAuto-accept TOFU during the chained post-add sync (required for MOAT registries that self-declare via registry.yaml without an allowlist match)
FlagTypeDefaultRequiredDescription
--jsonbool—NoOutput in JSON format
--no-colorbool—NoDisable color output
-q, --quietbool—NoSuppress non-essential output
-v, --verbosebool—NoVerbose 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