mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-08 03:01:47 +00:00
docs(cli): add skills reset subcommand to CLI reference
PR #11468 added `hermes skills reset` but cli-commands.md was not updated. Adds the subcommand to the table and usage examples. Closes #11543
This commit is contained in:
parent
00d25595c1
commit
ec7f2f249e
1 changed files with 3 additions and 0 deletions
|
|
@ -709,6 +709,7 @@ Subcommands:
|
|||
| `update` | Reinstall hub skills with upstream changes when available. |
|
||||
| `audit` | Re-scan installed hub skills. |
|
||||
| `uninstall` | Remove a hub-installed skill. |
|
||||
| `reset` | Un-stick a bundled skill flagged as `user_modified` by clearing its manifest entry. With `--restore`, also replaces the user copy with the bundled version. |
|
||||
| `publish` | Publish a skill to a registry. |
|
||||
| `snapshot` | Export/import skill configurations. |
|
||||
| `tap` | Manage custom skill sources. |
|
||||
|
|
@ -730,6 +731,8 @@ hermes skills install https://example.com/SKILL.md --name my-skill # Over
|
|||
hermes skills check
|
||||
hermes skills update
|
||||
hermes skills config
|
||||
hermes skills reset google-workspace
|
||||
hermes skills reset google-workspace --restore --yes
|
||||
```
|
||||
|
||||
Notes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue