Compare commits

...

2 Commits

Author SHA1 Message Date
Ryan Vogel
f49834f301 Merge branch 'dev' into docs-export 2026-02-04 09:38:12 -05:00
R44VC0RP
93356021f4 docs(cli): add example for redirecting export output to file 2026-02-04 09:37:23 -05:00

View File

@@ -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