mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
docs(cli): expand hermes import reference — add description, warning, and examples
This commit is contained in:
parent
b6ca3c28dc
commit
d8af47bd21
1 changed files with 11 additions and 1 deletions
|
|
@ -443,12 +443,22 @@ hermes backup --quick --label "pre-upgrade" # Quick snapshot with label
|
|||
hermes import <zipfile> [options]
|
||||
```
|
||||
|
||||
Restore a previously created Hermes backup into your Hermes home directory.
|
||||
Restore a previously created Hermes backup into your Hermes home directory. Files are overlaid onto your current Hermes home — existing files are skipped unless `--force` is used.
|
||||
|
||||
| Option | Description |
|
||||
|--------|-------------|
|
||||
| `-f`, `--force` | Overwrite existing files without confirmation. |
|
||||
|
||||
:::warning
|
||||
Stop the gateway before importing to avoid conflicts with running processes.
|
||||
:::
|
||||
|
||||
### Examples
|
||||
```bash
|
||||
hermes import ~/hermes-backup-20260423.zip # Restore, skip existing files
|
||||
hermes import ~/hermes-backup-20260423.zip --force # Restore, overwrite existing files
|
||||
```
|
||||
|
||||
## `hermes logs`
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue