syllago share
Synopsis
Section titled “Synopsis”syllago share <name> [flags]Description
Section titled “Description”Copies a library item to your team repo, 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 |
--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” # Share a skill to the team repo syllago share my-skill
# Disambiguate by type syllago share my-rule --type rules
# Non-interactive mode (stage only, no git prompts) syllago share my-skill --no-inputSource