syllago publish
Synopsis
Section titled “Synopsis”syllago publish <name> [flags]Description
Section titled “Description”Copies a library item to a registry clone, stages the change, and optionally creates a branch and PR.
Options
Section titled “Options”| Flag | Type | Default | Required | Description |
|---|---|---|---|---|
--no-input | bool | — | No | Skip interactive git prompts, stage only |
--registry | string | — | Yes | Registry name to publish to (required) |
--type | string | — | No | Disambiguate when name exists in multiple types |
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” # Publish a skill to a registry syllago publish my-skill --registry my-registry
# Publish a specific rule type syllago publish my-rule --registry team-rules --type rules
# Non-interactive mode syllago publish my-skill --registry my-registry --no-inputSource