syllago registry add
Synopsis
Section titled “Synopsis”syllago registry add <git-url> [flags]Options
Section titled “Options”| Flag | Type | Default | Required | Description |
|---|---|---|---|---|
--name | string | — | No | Override the registry name (default: derived from URL) |
--ref | string | — | No | Branch, tag, or commit to checkout (default: repo default branch) |
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” # 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 mainSee Also
Section titled “See Also”- syllago registry
- syllago registry create
- syllago registry items
- syllago registry list
- syllago registry remove
- syllago registry sync
Source