docs(cli): add example for redirecting export output to file
This commit is contained in:
parent
af06175b1f
commit
93356021f4
1 changed files with 6 additions and 0 deletions
|
|
@ -427,6 +427,12 @@ opencode export [sessionID]
|
|||
|
||||
If you don't provide a session ID, you'll be prompted to select from available sessions.
|
||||
|
||||
You can redirect the output to save to a file for further investigation:
|
||||
|
||||
```bash
|
||||
opencode export > export.json
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### import
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue