docs(cli): clarify sync pull selection option

Signed-off-by: XiaoSeS <87064762+XiaoSeS@users.noreply.github.com>
This commit is contained in:
XiaoSeS 2026-09-04 16:06:09 +08:00
parent a5a723d8f7
commit 3421ee7923

View file

@ -459,7 +459,8 @@ Update mechanism:
| `skillhub remove <coordinate> [--agent <profile>] [--all] [--remote] [--hard] [--namespace <slug>] [--registry <url>] [--token <token>] [--json]` | Remove a skill |
| `skillhub doctor [--json]` | Scan project directory and rebuild local inventory |
| `skillhub publish <path> [--namespace <slug>] [--visibility <v>] [--registry <url>] [--token <token>] [--json]` | Publish a skill |
| `skillhub sync <pull\|status\|diff\|push> --namespace <slug> [--skill <slug>] [options]` | Synchronize explicitly selected skills in a non-global namespace |
| `skillhub sync pull --namespace <slug> [--skill <slug>...] [options]` | Pull explicitly selected skills from a non-global namespace |
| `skillhub sync <status\|diff\|push> --namespace <slug> [options]` | Inspect or push a non-global namespace workspace |
| `skillhub update [--check] [--json]` | Check or execute CLI self-update |
## 🔒 Security Notes